summaryrefslogtreecommitdiff
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
commit24acf10752079d502696d57e20c2078b4e2ea801 (patch)
tree1701d3d2c3f6c456a04442336d5fa406bf553b55 /nuttx/arch/Kconfig
parentb468f0fc17590b77076802afd66e23cb78373943 (diff)
downloadnuttx-24acf10752079d502696d57e20c2078b4e2ea801.tar.gz
nuttx-24acf10752079d502696d57e20c2078b4e2ea801.tar.bz2
nuttx-24acf10752079d502696d57e20c2078b4e2ea801.zip
Resync new repository with old repo r5166
git-svn-id: svn://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"