mirror_ubuntu-kernels/tools/testing/kunit/configs/arch_uml.config

9 lines
228 B
Plaintext
Raw Permalink Normal View History

2024-07-02 00:48:40 +03:00
# Config options which are added to UML builds by default
# Enable virtio/pci, as a lot of tests require it.
CONFIG_VIRTIO_UML=y
CONFIG_UML_PCI_OVER_VIRTIO=y
# Enable FORTIFY_SOURCE for wider checking.
CONFIG_FORTIFY_SOURCE=y