summaryrefslogtreecommitdiff
path: root/nuttx/drivers/input/Kconfig
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-04-07 14:50:57 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-04-07 14:50:57 +0000
commitd147bb611f61ceaff9a8db9aeebfdf17805f94ef (patch)
tree475053c4902016a15723805c0144bd74d9598f7e /nuttx/drivers/input/Kconfig
parentd4f815f5cd39cc0c1730f2e3131540b99ea0d921 (diff)
downloadnuttx-d147bb611f61ceaff9a8db9aeebfdf17805f94ef.tar.gz
nuttx-d147bb611f61ceaff9a8db9aeebfdf17805f94ef.tar.bz2
nuttx-d147bb611f61ceaff9a8db9aeebfdf17805f94ef.zip
Updated Kconfig files from Lzyy
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4569 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/drivers/input/Kconfig')
-rw-r--r--nuttx/drivers/input/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/nuttx/drivers/input/Kconfig b/nuttx/drivers/input/Kconfig
index ae2bf3130..1303cfbd0 100644
--- a/nuttx/drivers/input/Kconfig
+++ b/nuttx/drivers/input/Kconfig
@@ -2,3 +2,12 @@
# 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