summaryrefslogtreecommitdiff
path: root/nuttx/configs/stm3240g-eval/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/stm3240g-eval/Kconfig')
-rw-r--r--nuttx/configs/stm3240g-eval/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/nuttx/configs/stm3240g-eval/Kconfig b/nuttx/configs/stm3240g-eval/Kconfig
index fbd4f8cbb..af84f9192 100644
--- a/nuttx/configs/stm3240g-eval/Kconfig
+++ b/nuttx/configs/stm3240g-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 STM3240G_LCD
bool "Select support for the STM3210E-EVAL LCD"
default y