cachepc-linux

Fork of AMDESE/linux with modifications for CachePC side-channel attack
git clone https://git.sinitax.com/sinitax/cachepc-linux
Log | Files | Refs | README | LICENSE | sfeed.txt

all_tests_uml.config (789B)


      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_IIO=y
     13
     14CONFIG_EXT4_FS=y
     15
     16CONFIG_MSDOS_FS=y
     17CONFIG_VFAT_FS=y
     18
     19CONFIG_VIRTIO_UML=y
     20CONFIG_UML_PCI_OVER_VIRTIO=y
     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_SECURITY=y
     37CONFIG_SECURITY_APPARMOR=y