diff options
Diffstat (limited to 'lib/Kconfig.debug')
-rw-r--r-- | lib/Kconfig.debug | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug index 09596e01468e..28afa4c5333c 100644 --- a/lib/Kconfig.debug +++ b/lib/Kconfig.debug | |||
@@ -670,6 +670,15 @@ config STACKTRACE | |||
670 | bool | 670 | bool |
671 | depends on STACKTRACE_SUPPORT | 671 | depends on STACKTRACE_SUPPORT |
672 | 672 | ||
673 | config DEBUG_STACK_USAGE | ||
674 | bool "Stack utilization instrumentation" | ||
675 | depends on DEBUG_KERNEL | ||
676 | help | ||
677 | Enables the display of the minimum amount of free stack which each | ||
678 | task has ever had available in the sysrq-T and sysrq-P debug output. | ||
679 | |||
680 | This option will slow down process creation somewhat. | ||
681 | |||
673 | config DEBUG_KOBJECT | 682 | config DEBUG_KOBJECT |
674 | bool "kobject debugging" | 683 | bool "kobject debugging" |
675 | depends on DEBUG_KERNEL | 684 | depends on DEBUG_KERNEL |