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
26
27CONFIG_INET=y
28CONFIG_MPTCP=y
29
30CONFIG_DAMON=y
31CONFIG_DAMON_VADDR=y
32CONFIG_DAMON_PADDR=y
33CONFIG_DEBUG_FS=y
34CONFIG_DAMON_DBGFS=y
35
36CONFIG_REGMAP_BUILD=y
37
38CONFIG_SECURITY=y
39CONFIG_SECURITY_APPARMOR=y
40
41CONFIG_SOUND=y
42CONFIG_SND=y
43CONFIG_SND_SOC=y
44CONFIG_SND_SOC_TOPOLOGY_BUILD=y
45