Merge branch 'next' into for-linus
[linux-2.6-block.git] / tools / testing / kunit / configs / all_tests.config
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
8 CONFIG_KUNIT=y
9 CONFIG_KUNIT_EXAMPLE_TEST=y
10 CONFIG_KUNIT_ALL_TESTS=y
11
12 CONFIG_IIO=y
13
14 CONFIG_EXT4_FS=y
15
16 CONFIG_MSDOS_FS=y
17 CONFIG_VFAT_FS=y
18
19 CONFIG_PCI=y
20 CONFIG_USB4=y
21
22 CONFIG_NET=y
23 CONFIG_MCTP=y
24
25 CONFIG_INET=y
26 CONFIG_MPTCP=y
27
28 CONFIG_DAMON=y
29 CONFIG_DAMON_VADDR=y
30 CONFIG_DAMON_PADDR=y
31 CONFIG_DEBUG_FS=y
32 CONFIG_DAMON_DBGFS=y
33
34 CONFIG_SECURITY=y
35 CONFIG_SECURITY_APPARMOR=y