Linux-6.18.2/tools/testing/kunit/configs/arch_uml.config
2025-12-23 20:06:59 +08:00

8 lines
195 B
Plaintext

# Config options which are added to UML builds by default
# Enable pci, as a lot of tests require it.
CONFIG_KUNIT_UML_PCI=y
# Enable FORTIFY_SOURCE for wider checking.
CONFIG_FORTIFY_SOURCE=y