aboutsummaryrefslogtreecommitdiff
path: root/nuttx/configs/sam3u-ek
diff options
context:
space:
mode:
authorpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-07-29 18:30:48 +0000
committerpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-07-29 18:30:48 +0000
commit6c75c18bae26b72603f2c2f612afe9c7338f1e81 (patch)
treecbdb5c1080982d7ba1ef48411a51b061f3e7571e /nuttx/configs/sam3u-ek
parentb8fef0cc97df4e3d9310c4e1b1bab24fba6b3e84 (diff)
downloadpx4-firmware-6c75c18bae26b72603f2c2f612afe9c7338f1e81.tar.gz
px4-firmware-6c75c18bae26b72603f2c2f612afe9c7338f1e81.tar.bz2
px4-firmware-6c75c18bae26b72603f2c2f612afe9c7338f1e81.zip
Review and update some board configurations
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4991 7fd9a85b-ad96-42d3-883c-3090e2eb8679
Diffstat (limited to 'nuttx/configs/sam3u-ek')
-rw-r--r--nuttx/configs/sam3u-ek/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/nuttx/configs/sam3u-ek/Kconfig b/nuttx/configs/sam3u-ek/Kconfig
index d39ff246e..79559a3d1 100644
--- a/nuttx/configs/sam3u-ek/Kconfig
+++ b/nuttx/configs/sam3u-ek/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 interrupts on button presses and releases."
+
endif