summaryrefslogtreecommitdiff
path: root/nuttx/Kconfig
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-09-24 11:45:13 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-09-24 11:45:13 -0600
commit5492db2e6255d74d4c7c7d517ca32eea0181ed72 (patch)
tree0193e84a42eed5c71c0d2c5b0fea1ad7047c74f4 /nuttx/Kconfig
parent332ecad5b20f77e8fc05ad3c30503864891bab46 (diff)
downloadpx4-nuttx-5492db2e6255d74d4c7c7d517ca32eea0181ed72.tar.gz
px4-nuttx-5492db2e6255d74d4c7c7d517ca32eea0181ed72.tar.bz2
px4-nuttx-5492db2e6255d74d4c7c7d517ca32eea0181ed72.zip
Standardize stack checking interface
Diffstat (limited to 'nuttx/Kconfig')
-rw-r--r--nuttx/Kconfig11
1 files changed, 11 insertions, 0 deletions
diff --git a/nuttx/Kconfig b/nuttx/Kconfig
index 2afd9a1c4..e65ed56a8 100644
--- a/nuttx/Kconfig
+++ b/nuttx/Kconfig
@@ -312,6 +312,10 @@ config DEBUG
Note that enabling this option by itself does not produce debug output.
Debug output must also be selected on a subsystem-by-subsystem basis.
+config ARCH_HAVE_STACKCHECK
+ bool
+ default n
+
if DEBUG
config DEBUG_VERBOSE
bool "Enable Debug Verbose Output"
@@ -402,6 +406,13 @@ config DEBUG_SYSCALL
Enable very low level output related to system calls. This gives
you basically a poor man's version of strace.
+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