tests: Enable kernel modules used by selftests

This commit is contained in:
Ben Hutchings 2015-08-13 10:20:43 +02:00
parent 3d15b09115
commit fe7c9f03f8
1 changed files with 10 additions and 5 deletions

15
debian/config/config vendored
View File

@ -5405,6 +5405,8 @@ CONFIG_DEBUG_KERNEL=y
# CONFIG_DEBUG_VM is not set
# CONFIG_DEBUG_VIRTUAL is not set
CONFIG_DEBUG_MEMORY_INIT=y
#. For use by selftests
CONFIG_MEMORY_NOTIFIER_ERROR_INJECT=m
# CONFIG_DEBUG_HIGHMEM is not set
CONFIG_LOCKUP_DETECTOR=y
# CONFIG_BOOTPARAM_HARDLOCKUP_PANIC is not set
@ -5440,8 +5442,9 @@ CONFIG_DEBUG_LIST=y
CONFIG_RCU_CPU_STALL_TIMEOUT=21
# CONFIG_RCU_TRACE is not set
# CONFIG_DEBUG_BLOCK_EXT_DEVT is not set
# CONFIG_NOTIFIER_ERROR_INJECTION is not set
# CONFIG_CPU_NOTIFIER_ERROR_INJECT is not set
#. For use by selftests
CONFIG_NOTIFIER_ERROR_INJECTION=m
CONFIG_CPU_NOTIFIER_ERROR_INJECT=m
# CONFIG_FAULT_INJECTION is not set
# CONFIG_LATENCYTOP is not set
# CONFIG_LKDTM is not set
@ -5460,10 +5463,12 @@ CONFIG_RCU_CPU_STALL_TIMEOUT=21
# CONFIG_TEST_RHASHTABLE is not set
# CONFIG_DMA_API_DEBUG is not set
# CONFIG_TEST_LKM is not set
# CONFIG_TEST_USER_COPY is not set
# CONFIG_TEST_BPF is not set
# CONFIG_TEST_FIRMWARE is not set
#. For use by selftests
CONFIG_TEST_USER_COPY=m
CONFIG_TEST_BPF=m
CONFIG_TEST_FIRMWARE=m
# CONFIG_TEST_UDELAY is not set
CONFIG_TEST_STATIC_KEYS=m
##
## file: lib/fonts/Kconfig