diff options
Diffstat (limited to 'lib/Kconfig.debug')
-rw-r--r-- | lib/Kconfig.debug | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug index 4448f91b865c..3f3e7403dcac 100644 --- a/lib/Kconfig.debug +++ b/lib/Kconfig.debug | |||
@@ -411,8 +411,6 @@ config LKDTM | |||
411 | config FAULT_INJECTION | 411 | config FAULT_INJECTION |
412 | bool "Fault-injection framework" | 412 | bool "Fault-injection framework" |
413 | depends on DEBUG_KERNEL | 413 | depends on DEBUG_KERNEL |
414 | depends on STACKTRACE | ||
415 | select FRAME_POINTER | ||
416 | help | 414 | help |
417 | Provide fault-injection framework. | 415 | Provide fault-injection framework. |
418 | For more details, see Documentation/fault-injection/. | 416 | For more details, see Documentation/fault-injection/. |
@@ -440,3 +438,11 @@ config FAULT_INJECTION_DEBUG_FS | |||
440 | depends on FAULT_INJECTION && SYSFS && DEBUG_FS | 438 | depends on FAULT_INJECTION && SYSFS && DEBUG_FS |
441 | help | 439 | help |
442 | Enable configuration of fault-injection capabilities via debugfs. | 440 | Enable configuration of fault-injection capabilities via debugfs. |
441 | |||
442 | config FAULT_INJECTION_STACKTRACE_FILTER | ||
443 | bool "stacktrace filter for fault-injection capabilities" | ||
444 | depends on FAULT_INJECTION_DEBUG_FS && STACKTRACE_SUPPORT | ||
445 | select STACKTRACE | ||
446 | select FRAME_POINTER | ||
447 | help | ||
448 | Provide stacktrace filter for fault-injection capabilities | ||