diff options
Diffstat (limited to 'lib/Kconfig.debug')
-rw-r--r-- | lib/Kconfig.debug | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug index c24db7221b55..6eccc643c32e 100644 --- a/lib/Kconfig.debug +++ b/lib/Kconfig.debug | |||
@@ -417,7 +417,7 @@ config LKDTM | |||
417 | config FAULT_INJECTION | 417 | config FAULT_INJECTION |
418 | bool "Fault-injection framework" | 418 | bool "Fault-injection framework" |
419 | depends on DEBUG_KERNEL | 419 | depends on DEBUG_KERNEL |
420 | select STACKTRACE | 420 | depends on STACKTRACE |
421 | select FRAME_POINTER | 421 | select FRAME_POINTER |
422 | help | 422 | help |
423 | Provide fault-injection framework. | 423 | Provide fault-injection framework. |