summaryrefslogtreecommitdiffstats
path: root/drivers/input/touchscreen/Kconfig
diff options
context:
space:
mode:
authorKwangwoo Lee <kwangwoo.lee@gmail.com>2008-12-20 10:26:01 +0100
committerDmitry Torokhov <dmitry.torokhov@gmail.com>2008-12-20 11:00:43 +0100
commit50b6f1f4a430608f7345f66ecd68a129bff11649 (patch)
tree14fe6e617ddd2f51372e390d58b260424d91a0b3 /drivers/input/touchscreen/Kconfig
parentInput: psmouse - add module parameters to control OLPC touchpad delays (diff)
downloadlinux-50b6f1f4a430608f7345f66ecd68a129bff11649.tar.xz
linux-50b6f1f4a430608f7345f66ecd68a129bff11649.zip
Input: add tsc2007 based touchscreen driver
This drive has been tested on ARM9 based SoC - MV86XX. Signed-off-by: Kwangwoo Lee <kwangwoo.lee@gmail.com> Acked-by: Jean Delvare <khali@linux-fr.org> Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
Diffstat (limited to 'drivers/input/touchscreen/Kconfig')
-rw-r--r--drivers/input/touchscreen/Kconfig11
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/input/touchscreen/Kconfig b/drivers/input/touchscreen/Kconfig
index 20eb52ed176d..83747dc9ba05 100644
--- a/drivers/input/touchscreen/Kconfig
+++ b/drivers/input/touchscreen/Kconfig
@@ -389,4 +389,15 @@ config TOUCHSCREEN_TOUCHIT213
To compile this driver as a module, choose M here: the
module will be called touchit213.
+config TOUCHSCREEN_TSC2007
+ tristate "TSC2007 based touchscreens"
+ depends on I2C
+ help
+ Say Y here if you have a TSC2007 based touchscreen.
+
+ If unsure, say N.
+
+ To compile this driver as a module, choose M here: the
+ module will be called tsc2007.
+
endif