summaryrefslogtreecommitdiff
path: root/nuttx/arch/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/arch/Kconfig
parent332ecad5b20f77e8fc05ad3c30503864891bab46 (diff)
downloadnuttx-5492db2e6255d74d4c7c7d517ca32eea0181ed72.tar.gz
nuttx-5492db2e6255d74d4c7c7d517ca32eea0181ed72.tar.bz2
nuttx-5492db2e6255d74d4c7c7d517ca32eea0181ed72.zip
Standardize stack checking interface
Diffstat (limited to 'nuttx/arch/Kconfig')
-rw-r--r--nuttx/arch/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/nuttx/arch/Kconfig b/nuttx/arch/Kconfig
index 34026cff9..2c81f17ca 100644
--- a/nuttx/arch/Kconfig
+++ b/nuttx/arch/Kconfig
@@ -17,6 +17,7 @@ config ARCH_ARM
bool "ARM"
select ARCH_HAVE_INTERRUPTSTACK
select ARCH_HAVE_VFORK
+ select ARCH_HAVE_STACKCHECK
---help---
The ARM architectures