summaryrefslogtreecommitdiff
path: root/apps/system
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2015-01-24 07:17:56 -0600
committerGregory Nutt <gnutt@nuttx.org>2015-01-24 07:17:56 -0600
commitd6d68d7d117318c7e1eadf40e989e28cba579419 (patch)
tree0950ec18cd3aab59e465be3cf5c70062513af69d /apps/system
parent2de856fe33330b69b6fbaa74274cb9d6aaa8a3b4 (diff)
downloadnuttx-d6d68d7d117318c7e1eadf40e989e28cba579419.tar.gz
nuttx-d6d68d7d117318c7e1eadf40e989e28cba579419.tar.bz2
nuttx-d6d68d7d117318c7e1eadf40e989e28cba579419.zip
Oops missed one reference to DEBUG_STACK
Diffstat (limited to 'apps/system')
-rw-r--r--apps/system/stackmonitor/Kconfig12
1 files changed, 6 insertions, 6 deletions
diff --git a/apps/system/stackmonitor/Kconfig b/apps/system/stackmonitor/Kconfig
index 9dc2be89b..9756066c0 100644
--- a/apps/system/stackmonitor/Kconfig
+++ b/apps/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