aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Kconfig.debug
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Kconfig.debug')
-rw-r--r--lib/Kconfig.debug14
1 files changed, 14 insertions, 0 deletions
diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug
index f9ae75cc0145..756a908c441d 100644
--- a/lib/Kconfig.debug
+++ b/lib/Kconfig.debug
@@ -384,3 +384,17 @@ config RCU_TORTURE_TEST
384 at boot time (you probably don't). 384 at boot time (you probably don't).
385 Say M if you want the RCU torture tests to build as a module. 385 Say M if you want the RCU torture tests to build as a module.
386 Say N if you are unsure. 386 Say N if you are unsure.
387
388config LKDTM
389 tristate "Linux Kernel Dump Test Tool Module"
390 depends on KPROBES
391 default n
392 help
393 This module enables testing of the different dumping mechanisms by
394 inducing system failures at predefined crash points.
395 If you don't need it: say N
396 Choose M here to compile this code as a module. The module will be
397 called lkdtm.
398
399 Documentation on how to use the module can be found in
400 drivers/misc/lkdtm.c