brintos

brintos / linux-shallow public Read only

0
0
Text · 1.0 KiB · b3b0026 Raw
55 lines · plain
1# This config enables as many tests as possible under UML.2# It is intended for use in continuous integration systems and similar for3# automated testing of as much as possible.4# The config is manually maintained, though it uses KUNIT_ALL_TESTS=y to enable5# any tests whose dependencies are already satisfied. Please feel free to add6# more options if they any new tests.7 8CONFIG_KUNIT=y9CONFIG_KUNIT_EXAMPLE_TEST=y10CONFIG_KUNIT_ALL_TESTS=y11 12CONFIG_FORTIFY_SOURCE=y13 14CONFIG_IIO=y15 16CONFIG_EXT4_FS=y17 18CONFIG_MSDOS_FS=y19CONFIG_VFAT_FS=y20 21CONFIG_PCI=y22CONFIG_USB4=y23 24CONFIG_NET=y25CONFIG_MCTP=y26CONFIG_MCTP_FLOWS=y27 28CONFIG_INET=y29CONFIG_MPTCP=y30 31CONFIG_NETDEVICES=y32CONFIG_WLAN=y33CONFIG_CFG80211=y34CONFIG_MAC80211=y35CONFIG_WLAN_VENDOR_INTEL=y36CONFIG_IWLWIFI=y37 38CONFIG_DAMON=y39CONFIG_DAMON_VADDR=y40CONFIG_DAMON_PADDR=y41CONFIG_DEBUG_FS=y42CONFIG_DAMON_DBGFS=y43CONFIG_DAMON_DBGFS_DEPRECATED=y44 45CONFIG_REGMAP_BUILD=y46 47CONFIG_SECURITY=y48CONFIG_SECURITY_APPARMOR=y49CONFIG_SECURITY_LANDLOCK=y50 51CONFIG_SOUND=y52CONFIG_SND=y53CONFIG_SND_SOC=y54CONFIG_SND_SOC_TOPOLOGY_BUILD=y55