summaryrefslogtreecommitdiff
path: root/nuttx/drivers/input/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/drivers/input/Kconfig')
-rw-r--r--nuttx/drivers/input/Kconfig19
1 files changed, 19 insertions, 0 deletions
diff --git a/nuttx/drivers/input/Kconfig b/nuttx/drivers/input/Kconfig
index 1f345ee14..6da3a9f39 100644
--- a/nuttx/drivers/input/Kconfig
+++ b/nuttx/drivers/input/Kconfig
@@ -123,6 +123,25 @@ config STMPE811_I2C
endchoice
+config STMPE811_ACTIVELOW
+ bool "Active Low Interrupt"
+ default n
+ ---help---
+ The STMPE811 interrupt is provided by a discrete input (usually a
+ GPIO interrupt on most MCU architectures). This setting determines
+ whether the interrupt is active high (or rising edge triggered) or
+ active low (or falling edge triggered). Default: Active
+ high/rising edge.
+
+config STMPE811_EDGE
+ bool "Edge triggered Interrupt"
+ default n
+ ---help---
+ The STMPE811 interrupt is provided by a discrete input (usually a
+ GPIO interrupt on most MCU architectures). This setting determines
+ whether the interrupt is edge or level triggered. Default: Level
+ triggered.
+
config STMPE811_MULTIPLE
bool "Multiple STMPE811 Devices"
default n