1# This config enables as many tests as possible under UML. 2# It is intended for use in continuous integration systems and similar for 3# automated testing of as much as possible. 4# The config is manually maintained, though it uses KUNIT_ALL_TESTS=y to enable 5# any tests whose dependencies are already satisfied. Please feel free to add 6# more options if they any new tests. 7 8CONFIG_KUNIT=y 9CONFIG_KUNIT_EXAMPLE_TEST=y 10CONFIG_KUNIT_ALL_TESTS=y 11 12CONFIG_FORTIFY_SOURCE=y 13 14CONFIG_IIO=y 15 16CONFIG_EXT4_FS=y 17 18CONFIG_MSDOS_FS=y 19CONFIG_VFAT_FS=y 20 21CONFIG_PCI=y 22CONFIG_USB4=y 23 24CONFIG_NET=y 25CONFIG_MCTP=y 26CONFIG_MCTP_FLOWS=y 27 28CONFIG_INET=y 29CONFIG_MPTCP=y 30 31CONFIG_CFG80211=y 32CONFIG_MAC80211=y 33CONFIG_WLAN_VENDOR_INTEL=y 34CONFIG_IWLWIFI=y 35 36CONFIG_DAMON=y 37CONFIG_DAMON_VADDR=y 38CONFIG_DAMON_PADDR=y 39CONFIG_DEBUG_FS=y 40CONFIG_DAMON_DBGFS=y 41 42CONFIG_REGMAP_BUILD=y 43 44CONFIG_SECURITY=y 45CONFIG_SECURITY_APPARMOR=y 46CONFIG_SECURITY_LANDLOCK=y 47 48CONFIG_SOUND=y 49CONFIG_SND=y 50CONFIG_SND_SOC=y 51CONFIG_SND_SOC_TOPOLOGY_BUILD=y 52