summaryrefslogtreecommitdiff
path: root/tests/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Kconfig')
-rw-r--r--tests/Kconfig15
1 files changed, 15 insertions, 0 deletions
diff --git a/tests/Kconfig b/tests/Kconfig
index 7b10329feb17..8619eec3bfab 100644
--- a/tests/Kconfig
+++ b/tests/Kconfig
@@ -37,4 +37,19 @@ config RT_MUTEX_TESTER
help
This option enables a rt-mutex tester.
+config LKDTM
+ tristate "Linux Kernel Dump Test Tool Module"
+ depends on DEBUG_KERNEL
+ depends on KPROBES
+ default n
+ help
+ This module enables testing of the different dumping mechanisms by
+ inducing system failures at predefined crash points.
+ If you don't need it: say N
+ Choose M here to compile this code as a module. The module will be
+ called lkdtm.
+
+ Documentation on how to use the module can be found in
+ tests/lkdtm.c
+
endif # KERNEL_TESTS