Back to home page

OSCL-LXR

 
 

    


0001 # This config enables as many tests as possible under UML.
0002 # It is intended for use in continuous integration systems and similar for
0003 # automated testing of as much as possible.
0004 # The config is manually maintained, though it uses KUNIT_ALL_TESTS=y to enable
0005 # any tests whose dependencies are already satisfied. Please feel free to add
0006 # more options if they any new tests.
0007 
0008 CONFIG_KUNIT=y
0009 CONFIG_KUNIT_EXAMPLE_TEST=y
0010 CONFIG_KUNIT_ALL_TESTS=y
0011 
0012 CONFIG_IIO=y
0013 
0014 CONFIG_EXT4_FS=y
0015 
0016 CONFIG_MSDOS_FS=y
0017 CONFIG_VFAT_FS=y
0018 
0019 CONFIG_VIRTIO_UML=y
0020 CONFIG_UML_PCI_OVER_VIRTIO=y
0021 CONFIG_PCI=y
0022 CONFIG_USB4=y
0023 
0024 CONFIG_NET=y
0025 CONFIG_MCTP=y
0026 
0027 CONFIG_INET=y
0028 CONFIG_MPTCP=y
0029 
0030 CONFIG_DAMON=y
0031 CONFIG_DAMON_VADDR=y
0032 CONFIG_DAMON_PADDR=y
0033 CONFIG_DEBUG_FS=y
0034 CONFIG_DAMON_DBGFS=y
0035 
0036 CONFIG_SECURITY=y
0037 CONFIG_SECURITY_APPARMOR=y