summaryrefslogtreecommitdiff
path: root/nuttx/arch/Kconfig
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-09-13 15:45:26 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-09-13 15:45:26 -0600
commit26d0141f155734ffdaad2260d9335061fe81abc1 (patch)
tree6fc7a764399a4b6ad167b813f87701de92e7cbe4 /nuttx/arch/Kconfig
parent7f7712d662d40ab932ccb066ef081ffff71d9a0e (diff)
downloadnuttx-26d0141f155734ffdaad2260d9335061fe81abc1.tar.gz
nuttx-26d0141f155734ffdaad2260d9335061fe81abc1.tar.bz2
nuttx-26d0141f155734ffdaad2260d9335061fe81abc1.zip
Update README, TODO, and make some unfinished configuration options dependent on EXPERIMENTAL
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 6aaf1bac1..76daa1810 100644
--- a/nuttx/arch/Kconfig
+++ b/nuttx/arch/Kconfig
@@ -227,6 +227,7 @@ config ARCH_STACK_DYNAMIC
bool "Dynamic stack"
default n if !BUILD_KERNEL || !LIBC_EXECFUNCS
default y if BUILD_KERNEL && LIBC_EXECFUNCS
+ depends on EXPERIMENTAL
---help---
Select this option if the user process stack resides in its own
address space. The naming of this selection implies that dynamic