aboutsummaryrefslogtreecommitdiff
path: root/nuttx/arch/Kconfig
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-09-17 18:35:37 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-09-17 18:35:37 +0000
commit298194339295d116ec5c47b06fce377c8424b8e0 (patch)
tree1701d3d2c3f6c456a04442336d5fa406bf553b55 /nuttx/arch/Kconfig
parent57623d42ebb04f0a0b9e6eb7c0847a3ece2aa0ff (diff)
downloadpx4-firmware-298194339295d116ec5c47b06fce377c8424b8e0.tar.gz
px4-firmware-298194339295d116ec5c47b06fce377c8424b8e0.tar.bz2
px4-firmware-298194339295d116ec5c47b06fce377c8424b8e0.zip
Resync new repository with old repo r5166
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5154 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/arch/Kconfig')
-rw-r--r--nuttx/arch/Kconfig9
1 files changed, 5 insertions, 4 deletions
diff --git a/nuttx/arch/Kconfig b/nuttx/arch/Kconfig
index b445e5620..bbe99c17c 100644
--- a/nuttx/arch/Kconfig
+++ b/nuttx/arch/Kconfig
@@ -153,13 +153,14 @@ config ARCH_HAVE_INTERRUPTSTACK
bool
config ARCH_INTERRUPTSTACK
- bool "Use interrupt stack"
+ int "Interrupt Stack Size"
depends on ARCH_HAVE_INTERRUPTSTACK
- default y
+ default 0
---help---
This architecture supports an interrupt stack. If defined, this symbol
- is the size of the interrupt stack in bytes. If not defined, the user
- task stacks will be used during interrupt handling.
+ will be the size of the interrupt stack in bytes. If not defined (or
+ defined to be zero), the user task stacks will be used during interrupt
+ handling.
comment "Boot options"