lib: fix first line of kernel-doc for a few functions
[firefly-linux-kernel-4.4.55.git] / lib / Kconfig.debug
index 5e3407d997b2717dee3ef7dee03a503dba980513..b520ec1f33c515d478e3e598a4101b4a8d49f334 100644 (file)
@@ -864,8 +864,7 @@ config DEBUG_FORCE_WEAK_PER_CPU
 
 config LKDTM
        tristate "Linux Kernel Dump Test Tool Module"
-       depends on DEBUG_KERNEL
-       depends on KPROBES
+       depends on DEBUG_FS
        depends on BLOCK
        default n
        help
@@ -876,7 +875,7 @@ config LKDTM
        called lkdtm.
 
        Documentation on how to use the module can be found in
-       drivers/misc/lkdtm.c
+       Documentation/fault-injection/provoke-crashes.txt
 
 config FAULT_INJECTION
        bool "Fault-injection framework"