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