summaryrefslogtreecommitdiffstats
path: root/nuttx/configs/lm3s6965-ek/nsh
diff options
context:
space:
mode:
authorpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2010-08-13 03:46:28 +0000
committerpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2010-08-13 03:46:28 +0000
commita1bc039d3d9fe4a21a7062679fb2c1dbb5426a92 (patch)
tree7e2686c82c8a2cd67e5affa102edbac11247ac1a /nuttx/configs/lm3s6965-ek/nsh
parentd3314097249bfb8bcbd1d469891fb1523d737f85 (diff)
Oops.. last change backwared for 6918 and 6965
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@2847 7fd9a85b-ad96-42d3-883c-3090e2eb8679
Diffstat (limited to 'nuttx/configs/lm3s6965-ek/nsh')
-rwxr-xr-xnuttx/configs/lm3s6965-ek/nsh/defconfig6
1 files changed, 3 insertions, 3 deletions
diff --git a/nuttx/configs/lm3s6965-ek/nsh/defconfig b/nuttx/configs/lm3s6965-ek/nsh/defconfig
index 12975b4928..66c0fbed6c 100755
--- a/nuttx/configs/lm3s6965-ek/nsh/defconfig
+++ b/nuttx/configs/lm3s6965-ek/nsh/defconfig
@@ -94,8 +94,8 @@ CONFIG_LM3S_BUILDROOT=y
CONFIG_LM3S_DFU=y
#
-# Disable support for interrupts on GPIOJ which does not
-# exist on the LM3S6918. Additional interrupt support can be
+# Disable support for interrupts on GPIOH and GPIOJ which do not
+# exist on the LM3S6B96. Additional interrupt support can be
# disabled if desired to reduce memory footprint.
CONFIG_LM3S_DISABLE_GPIOA_IRQS=n
CONFIG_LM3S_DISABLE_GPIOB_IRQS=n
@@ -104,7 +104,7 @@ CONFIG_LM3S_DISABLE_GPIOD_IRQS=n
CONFIG_LM3S_DISABLE_GPIOE_IRQS=n
CONFIG_LM3S_DISABLE_GPIOF_IRQS=n
CONFIG_LM3S_DISABLE_GPIOG_IRQS=n
-CONFIG_LM3S_DISABLE_GPIOH_IRQS=n
+CONFIG_LM3S_DISABLE_GPIOH_IRQS=y
CONFIG_LM3S_DISABLE_GPIOJ_IRQS=y
#