summaryrefslogtreecommitdiff
path: root/nuttx/Kconfig
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2015-01-24 06:49:51 -0600
committerGregory Nutt <gnutt@nuttx.org>2015-01-24 06:49:51 -0600
commit0b34d78f7f3cf30969bdf12ad24f64aaa2dd28e0 (patch)
tree6c121a2ca991c45b2f33b0ae190da802c5b0cce3 /nuttx/Kconfig
parent7b8e6ff54398eab1bc9f205ca7e9719228ef4526 (diff)
downloadpx4-nuttx-0b34d78f7f3cf30969bdf12ad24f64aaa2dd28e0.tar.gz
px4-nuttx-0b34d78f7f3cf30969bdf12ad24f64aaa2dd28e0.tar.bz2
px4-nuttx-0b34d78f7f3cf30969bdf12ad24f64aaa2dd28e0.zip
Remove CONFIG_DEBUG_STACK. Adding CONFIG_STACK_COLORATION makes this configuration option pointless
Diffstat (limited to 'nuttx/Kconfig')
-rw-r--r--nuttx/Kconfig7
1 files changed, 0 insertions, 7 deletions
diff --git a/nuttx/Kconfig b/nuttx/Kconfig
index 82a3f4b73..6f895eb0f 100644
--- a/nuttx/Kconfig
+++ b/nuttx/Kconfig
@@ -522,13 +522,6 @@ config DEBUG_PAGING
---help---
Enable demand paging debug SYSLOG output (disabled by default)
-config DEBUG_STACK
- bool "Stack usage debug hooks"
- default n
- depends on ARCH_HAVE_STACKCHECK
- ---help---
- Enable hooks to check stack usage. Only supported by a few architectures.
-
comment "Driver Debug Options"
config DEBUG_LCD