From 80c1704d85af73e8a643d51b6c392093a69aac8b Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Sat, 24 Jan 2015 07:17:56 -0600 Subject: [PATCH] Oops missed one reference to DEBUG_STACK --- system/stackmonitor/Kconfig | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/system/stackmonitor/Kconfig b/system/stackmonitor/Kconfig index 9dc2be89b..9756066c0 100644 --- a/system/stackmonitor/Kconfig +++ b/system/stackmonitor/Kconfig @@ -6,13 +6,13 @@ config SYSTEM_STACKMONITOR bool "Stack monitor" default n - depends on DEBUG_STACK && !KERNEL_BUILD + depends on DEBUG_COLORATION && !KERNEL_BUILD ---help--- - If the stack debug feature is enabled (DEBUG_STACK) this option will - select the Stack Moitor. The stack monitor is a daemon that will - periodically assess stack usage by all tasks and threads in the - system. This feature depends on internal OS features and, hence, is - not available if the NuttX kernel build is selected. + If the stack coloration feature is enabled (DEBUG_COLORATION) this + option will select the Stack Moitor. The stack monitor is a daemoni + that will periodically assess stack usage by all tasks and threads + in the system. This feature depends on internal OS features and, + hence, is not available if the NuttX kernel build is selected. if SYSTEM_STACKMONITOR