brintos

brintos / linux-shallow public Read only

0
0
Text · 228 B · 54ad897 Raw
9 lines · plain
1# Config options which are added to UML builds by default2 3# Enable virtio/pci, as a lot of tests require it.4CONFIG_VIRTIO_UML=y5CONFIG_UML_PCI_OVER_VIRTIO=y6 7# Enable FORTIFY_SOURCE for wider checking.8CONFIG_FORTIFY_SOURCE=y9