diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Kconfig.debug | 5 |
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 | ||
865 | config LKDTM | 865 | config 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 | ||
881 | config FAULT_INJECTION | 880 | config FAULT_INJECTION |
882 | bool "Fault-injection framework" | 881 | bool "Fault-injection framework" |