1*980ac3adSDaniel Latypov# This config enables as many tests as possible under UML.
2*980ac3adSDaniel Latypov# It is intended for use in continuous integration systems and similar for
3*980ac3adSDaniel Latypov# automated testing of as much as possible.
4*980ac3adSDaniel Latypov# The config is manually maintained, though it uses KUNIT_ALL_TESTS=y to enable
5*980ac3adSDaniel Latypov# any tests whose dependencies are already satisfied. Please feel free to add
6*980ac3adSDaniel Latypov# more options if they any new tests.
7*980ac3adSDaniel Latypov
8*980ac3adSDaniel LatypovCONFIG_KUNIT=y
9*980ac3adSDaniel LatypovCONFIG_KUNIT_EXAMPLE_TEST=y
10*980ac3adSDaniel LatypovCONFIG_KUNIT_ALL_TESTS=y
11*980ac3adSDaniel Latypov
12*980ac3adSDaniel LatypovCONFIG_IIO=y
13*980ac3adSDaniel Latypov
14*980ac3adSDaniel LatypovCONFIG_EXT4_FS=y
15*980ac3adSDaniel Latypov
16*980ac3adSDaniel LatypovCONFIG_MSDOS_FS=y
17*980ac3adSDaniel LatypovCONFIG_VFAT_FS=y
18*980ac3adSDaniel Latypov
19*980ac3adSDaniel LatypovCONFIG_PCI=y
20*980ac3adSDaniel LatypovCONFIG_USB4=y
21*980ac3adSDaniel Latypov
22*980ac3adSDaniel LatypovCONFIG_NET=y
23*980ac3adSDaniel LatypovCONFIG_MCTP=y
24*980ac3adSDaniel Latypov
25*980ac3adSDaniel LatypovCONFIG_INET=y
26*980ac3adSDaniel LatypovCONFIG_MPTCP=y
27*980ac3adSDaniel Latypov
28*980ac3adSDaniel LatypovCONFIG_DAMON=y
29*980ac3adSDaniel LatypovCONFIG_DAMON_VADDR=y
30*980ac3adSDaniel LatypovCONFIG_DAMON_PADDR=y
31*980ac3adSDaniel LatypovCONFIG_DEBUG_FS=y
32*980ac3adSDaniel LatypovCONFIG_DAMON_DBGFS=y
33*980ac3adSDaniel Latypov
34*980ac3adSDaniel LatypovCONFIG_SECURITY=y
35*980ac3adSDaniel LatypovCONFIG_SECURITY_APPARMOR=y
36