xref: /linux/tools/testing/kunit/configs/arch_uml.config (revision 75bd8e3f4c812aa64e9b162cf094087552105f4e)
1# Config options which are added to UML builds by default
2
3# Enable virtio/pci, as a lot of tests require it.
4CONFIG_VIRTIO_UML=y
5CONFIG_UML_PCI_OVER_VIRTIO=y
6
7# Enable FORTIFY_SOURCE for wider checking.
8CONFIG_FORTIFY_SOURCE=y
9