aboutsummaryrefslogtreecommitdiff
path: root/nuttx/arch/Kconfig
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-01-07 21:41:20 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-01-07 21:41:20 +0000
commit66cdd288ab6a4d19c67300a73a26e9ee5a958187 (patch)
treeb5cbba4326a2edbbb9b1723492e38a408fcb3241 /nuttx/arch/Kconfig
parenta5f001189e1a056be275e1d736e38893f96cd395 (diff)
downloadpx4-firmware-66cdd288ab6a4d19c67300a73a26e9ee5a958187.tar.gz
px4-firmware-66cdd288ab6a4d19c67300a73a26e9ee5a958187.tar.bz2
px4-firmware-66cdd288ab6a4d19c67300a73a26e9ee5a958187.zip
Add ostest vfork test (does not work yet)
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5488 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/arch/Kconfig')
-rw-r--r--nuttx/arch/Kconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/nuttx/arch/Kconfig b/nuttx/arch/Kconfig
index f19228143..7d34b56f4 100644
--- a/nuttx/arch/Kconfig
+++ b/nuttx/arch/Kconfig
@@ -16,6 +16,7 @@ config ARCH_8051
config ARCH_ARM
bool "ARM"
select ARCH_HAVE_INTERRUPTSTACK
+ select ARCH_HAVE_VFORK
---help---
The ARM architectures
@@ -124,6 +125,10 @@ config ADDRENV
bool
default n
+config ARCH_HAVE_VFORK
+ bool
+ default n
+
config ARCH_STACKDUMP
bool "Dump stack on assertions"
default n