summaryrefslogtreecommitdiff
path: root/nuttx/configs/stm3220g-eval/Kconfig
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-07-29 18:30:48 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-07-29 18:30:48 +0000
commit30e683a37f8fa682bfda61a7089eca84356eead6 (patch)
treecbdb5c1080982d7ba1ef48411a51b061f3e7571e /nuttx/configs/stm3220g-eval/Kconfig
parentc28168e6888089662f84f65e848797a2d3f73eed (diff)
downloadpx4-nuttx-30e683a37f8fa682bfda61a7089eca84356eead6.tar.gz
px4-nuttx-30e683a37f8fa682bfda61a7089eca84356eead6.tar.bz2
px4-nuttx-30e683a37f8fa682bfda61a7089eca84356eead6.zip
Review and update some board configurations
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4991 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/stm3220g-eval/Kconfig')
-rw-r--r--nuttx/configs/stm3220g-eval/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/nuttx/configs/stm3220g-eval/Kconfig b/nuttx/configs/stm3220g-eval/Kconfig
index 05f0cc5ea..e248d2e68 100644
--- a/nuttx/configs/stm3220g-eval/Kconfig
+++ b/nuttx/configs/stm3220g-eval/Kconfig
@@ -16,6 +16,13 @@ config ARCH_BUTTONS
---help---
"Support interfaces to use buttons provided by the board."
+config ARCH_IRQBUTTONS
+ bool "Button interrupt support"
+ default n
+ depends on ARCH_BUTTONS
+ ---help---
+ "Support EXTI interrupts on button presses and releases."
+
config STM3220G_LCD
bool "Select support for the STM3210E-EVAL LCD"
default y