aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/touchscreen/Kconfig
diff options
context:
space:
mode:
authorKwangwoo Lee <kwangwoo.lee@gmail.com>2008-12-20 04:26:01 -0500
committerDmitry Torokhov <dmitry.torokhov@gmail.com>2008-12-20 05:00:43 -0500
commit50b6f1f4a430608f7345f66ecd68a129bff11649 (patch)
tree14fe6e617ddd2f51372e390d58b260424d91a0b3 /drivers/input/touchscreen/Kconfig
parent8bbf2703c4f676e6e5414672dd460f7d2f979ed5 (diff)
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
389 To compile this driver as a module, choose M here: the 389 To compile this driver as a module, choose M here: the
390 module will be called touchit213. 390 module will be called touchit213.
391 391
392config TOUCHSCREEN_TSC2007
393 tristate "TSC2007 based touchscreens"
394 depends on I2C
395 help
396 Say Y here if you have a TSC2007 based touchscreen.
397
398 If unsure, say N.
399
400 To compile this driver as a module, choose M here: the
401 module will be called tsc2007.
402
392endif 403endif