summaryrefslogtreecommitdiff
path: root/nuttx/arch/Kconfig
diff options
context:
space:
mode:
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"