summaryrefslogtreecommitdiff
path: root/nuttx/configs/ne64badge/ostest/defconfig
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-02-26 16:55:39 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-02-26 16:55:39 +0000
commitaebc66f8e146b28148f5e5755f6b3252774441f8 (patch)
tree92a85e68ccfe7771cb3684247ac04c4877fbe4e8 /nuttx/configs/ne64badge/ostest/defconfig
parent11cdbe3e35d80775ba9887a995a1e3c124c7a063 (diff)
downloadpx4-nuttx-aebc66f8e146b28148f5e5755f6b3252774441f8.tar.gz
px4-nuttx-aebc66f8e146b28148f5e5755f6b3252774441f8.tar.bz2
px4-nuttx-aebc66f8e146b28148f5e5755f6b3252774441f8.zip
Finish m9s12 GPIO support
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3318 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/ne64badge/ostest/defconfig')
-rwxr-xr-xnuttx/configs/ne64badge/ostest/defconfig11
1 files changed, 11 insertions, 0 deletions
diff --git a/nuttx/configs/ne64badge/ostest/defconfig b/nuttx/configs/ne64badge/ostest/defconfig
index a9af46bfb..fa9dbc58e 100755
--- a/nuttx/configs/ne64badge/ostest/defconfig
+++ b/nuttx/configs/ne64badge/ostest/defconfig
@@ -93,6 +93,17 @@ CONFIG_ARCH_BUTTONS=n
CONFIG_ARCH_CALIBRATION=n
CONFIG_ARCH_DMA=n
+#
+# CONFIG_GPIO_IRQ - Enable general support for GPIO IRQs
+# CONFIG_HCS12_PORTG_INTS - Enable PortG IRQs
+# CONFIG_HCS12_PORTH_INTS - Enable PortH IRQs
+# CONFIG_HCS12_PORTJ_INTS - Enable PortJ IRQs
+#
+CONFIG_GPIO_IRQ=n
+CONFIG_HCS12_PORTG_INTS=n
+CONFIG_HCS12_PORTH_INTS=n
+CONFIG_HCS12_PORTJ_INTS=n
+
#
# HCS12 build options:
#