diff options
Diffstat (limited to 'arch/arm/Kconfig.debug')
-rw-r--r-- | arch/arm/Kconfig.debug | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/Kconfig.debug b/arch/arm/Kconfig.debug index 18101f5f5f24..192ee01a9ba2 100644 --- a/arch/arm/Kconfig.debug +++ b/arch/arm/Kconfig.debug | |||
@@ -43,6 +43,12 @@ config DEBUG_ERRORS | |||
43 | you are concerned with the code size or don't want to see these | 43 | you are concerned with the code size or don't want to see these |
44 | messages. | 44 | messages. |
45 | 45 | ||
46 | config DEBUG_STACK_USAGE | ||
47 | bool "Enable stack utilization instrumentation" | ||
48 | depends on DEBUG_KERNEL | ||
49 | help | ||
50 | Enables the display of the minimum amount of free stack which each | ||
51 | task has ever had available in the sysrq-T output. | ||
46 | 52 | ||
47 | # These options are only for real kernel hackers who want to get their hands dirty. | 53 | # These options are only for real kernel hackers who want to get their hands dirty. |
48 | config DEBUG_LL | 54 | config DEBUG_LL |