0393940c706a6199451337f7cedffee597b2cd20
[platform/kernel/linux-starfive.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_FORTIFY_SOURCE=y
13
14 CONFIG_IIO=y
15
16 CONFIG_EXT4_FS=y
17
18 CONFIG_MSDOS_FS=y
19 CONFIG_VFAT_FS=y
20
21 CONFIG_PCI=y
22 CONFIG_USB4=y
23
24 CONFIG_NET=y
25 CONFIG_MCTP=y
26
27 CONFIG_INET=y
28 CONFIG_MPTCP=y
29
30 CONFIG_DAMON=y
31 CONFIG_DAMON_VADDR=y
32 CONFIG_DAMON_PADDR=y
33 CONFIG_DEBUG_FS=y
34 CONFIG_DAMON_DBGFS=y
35
36 CONFIG_SECURITY=y
37 CONFIG_SECURITY_APPARMOR=y