aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/Kconfig.debug5
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug
index 5e3407d997b2..b520ec1f33c5 100644
--- a/lib/Kconfig.debug
+++ b/lib/Kconfig.debug
@@ -864,8 +864,7 @@ config DEBUG_FORCE_WEAK_PER_CPU
864 864
865config LKDTM 865config LKDTM
866 tristate "Linux Kernel Dump Test Tool Module" 866 tristate "Linux Kernel Dump Test Tool Module"
867 depends on DEBUG_KERNEL 867 depends on DEBUG_FS
868 depends on KPROBES
869 depends on BLOCK 868 depends on BLOCK
870 default n 869 default n
871 help 870 help
@@ -876,7 +875,7 @@ config LKDTM
876 called lkdtm. 875 called lkdtm.
877 876
878 Documentation on how to use the module can be found in 877 Documentation on how to use the module can be found in
879 drivers/misc/lkdtm.c 878 Documentation/fault-injection/provoke-crashes.txt
880 879
881config FAULT_INJECTION 880config FAULT_INJECTION
882 bool "Fault-injection framework" 881 bool "Fault-injection framework"