summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-03-23 10:38:31 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-03-23 10:38:31 -0600
commit384887c15dfa413e8e08b1997e5ca3b3c0c59986 (patch)
treed472ece324df913b3c7b260d5e1330601747c219
parent66901084197faf3e08048d4ceb57e3d974af1bc3 (diff)
downloadnuttx-384887c15dfa413e8e08b1997e5ca3b3c0c59986.tar.gz
nuttx-384887c15dfa413e8e08b1997e5ca3b3c0c59986.tar.bz2
nuttx-384887c15dfa413e8e08b1997e5ca3b3c0c59986.zip
Fix bad configuration change of last commit
-rw-r--r--nuttx/configs/sam4e-ek/nsh/defconfig4
-rw-r--r--nuttx/configs/sam4e-ek/usbnsh/defconfig4
2 files changed, 4 insertions, 4 deletions
diff --git a/nuttx/configs/sam4e-ek/nsh/defconfig b/nuttx/configs/sam4e-ek/nsh/defconfig
index 126588ad1..090b9fda3 100644
--- a/nuttx/configs/sam4e-ek/nsh/defconfig
+++ b/nuttx/configs/sam4e-ek/nsh/defconfig
@@ -288,8 +288,8 @@ CONFIG_BOARD_LOOPSPERMSEC=8720
#
# Interrupt options
#
-CONFIG_ARCH_HAVE_INTERRUPTSTACK=2048
-CONFIG_ARCH_INTERRUPTSTACK=0
+CONFIG_ARCH_HAVE_INTERRUPTSTACK=y
+CONFIG_ARCH_INTERRUPTSTACK=2048
CONFIG_ARCH_HAVE_HIPRI_INTERRUPT=y
# CONFIG_ARCH_HIPRI_INTERRUPT is not set
diff --git a/nuttx/configs/sam4e-ek/usbnsh/defconfig b/nuttx/configs/sam4e-ek/usbnsh/defconfig
index 75672a758..5272efb0c 100644
--- a/nuttx/configs/sam4e-ek/usbnsh/defconfig
+++ b/nuttx/configs/sam4e-ek/usbnsh/defconfig
@@ -282,8 +282,8 @@ CONFIG_BOARD_LOOPSPERMSEC=8720
#
# Interrupt options
#
-CONFIG_ARCH_HAVE_INTERRUPTSTACK=2048
-CONFIG_ARCH_INTERRUPTSTACK=0
+CONFIG_ARCH_HAVE_INTERRUPTSTACK=y
+CONFIG_ARCH_INTERRUPTSTACK=2048
CONFIG_ARCH_HAVE_HIPRI_INTERRUPT=y
# CONFIG_ARCH_HIPRI_INTERRUPT is not set