aboutsummaryrefslogtreecommitdiff
path: root/nuttx/drivers/input/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/drivers/input/Kconfig')
-rw-r--r--nuttx/drivers/input/Kconfig13
1 files changed, 13 insertions, 0 deletions
diff --git a/nuttx/drivers/input/Kconfig b/nuttx/drivers/input/Kconfig
new file mode 100644
index 000000000..1303cfbd0
--- /dev/null
+++ b/nuttx/drivers/input/Kconfig
@@ -0,0 +1,13 @@
+#
+# For a description of the syntax of this configuration file,
+# see misc/tools/kconfig-language.txt.
+#
+config INPUT_TSC2007
+ bool "TI TSC2007 touchscreen controller"
+ default n
+ select I2C
+
+config INPUT_ADS7843E
+ bool "TI ADS7843E touchscreen controller"
+ default n
+ select SPI