summaryrefslogtreecommitdiff
path: root/nuttx/configs/hymini-stm32v/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/hymini-stm32v/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/hymini-stm32v/Kconfig')
-rw-r--r--nuttx/configs/hymini-stm32v/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/nuttx/configs/hymini-stm32v/Kconfig b/nuttx/configs/hymini-stm32v/Kconfig
index 2d6b612eb..f6bc7f233 100644
--- a/nuttx/configs/hymini-stm32v/Kconfig
+++ b/nuttx/configs/hymini-stm32v/Kconfig
@@ -16,4 +16,11 @@ 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."
+
endif