Oops missed one reference to DEBUG_STACK

This commit is contained in:
Gregory Nutt 2015-01-24 07:17:56 -06:00
parent 5f44b2d6f7
commit 80c1704d85

View File

@ -6,13 +6,13 @@
config SYSTEM_STACKMONITOR config SYSTEM_STACKMONITOR
bool "Stack monitor" bool "Stack monitor"
default n default n
depends on DEBUG_STACK && !KERNEL_BUILD depends on DEBUG_COLORATION && !KERNEL_BUILD
---help--- ---help---
If the stack debug feature is enabled (DEBUG_STACK) this option will If the stack coloration feature is enabled (DEBUG_COLORATION) this
select the Stack Moitor. The stack monitor is a daemon that will option will select the Stack Moitor. The stack monitor is a daemoni
periodically assess stack usage by all tasks and threads in the that will periodically assess stack usage by all tasks and threads
system. This feature depends on internal OS features and, hence, is in the system. This feature depends on internal OS features and,
not available if the NuttX kernel build is selected. hence, is not available if the NuttX kernel build is selected.
if SYSTEM_STACKMONITOR if SYSTEM_STACKMONITOR