summaryrefslogtreecommitdiff
path: root/nuttx/configs/hymini-stm32v/Kconfig
diff options
context:
space:
mode:
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