summaryrefslogtreecommitdiff
path: root/nuttx/configs/sam3u-ek/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/sam3u-ek/Kconfig')
-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