aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/touchscreen/Kconfig
diff options
context:
space:
mode:
authorWan ZongShun <mcuos.com@gmail.com>2009-06-11 02:27:22 -0400
committerDmitry Torokhov <dmitry.torokhov@gmail.com>2009-06-11 05:03:39 -0400
commit7e3f73754e489e8c7742eaba15b608757b5bbb28 (patch)
tree88a5910cb5aa11bc6e7515baa479d6b3b4296a87 /drivers/input/touchscreen/Kconfig
parent4894e4aca82aca927d0404ce61f021f790de4b1e (diff)
Input: add support for touchscreen on W90P910 ARM platform
The touchscreen works in two modes, wait trigger mode and auto-semi mode. The device starts in wait trigger mode and waits until pressure is detected, then device sets WT_INT bit and raises an interrupt. The driver should put the device into auto-semi mode and prepare for reading first X and then Y coordinates. When coordinate data is ready the driver sets ADC_INT bit and raises interrupt again. [dtor@mail.ru: various cleanups] Signed-off-by: Wan ZongShun <mcuos.com@gmail.com> Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
Diffstat (limited to 'drivers/input/touchscreen/Kconfig')
-rw-r--r--drivers/input/touchscreen/Kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/input/touchscreen/Kconfig b/drivers/input/touchscreen/Kconfig
index 1b4a1675cbc8..72e2712c7e2a 100644
--- a/drivers/input/touchscreen/Kconfig
+++ b/drivers/input/touchscreen/Kconfig
@@ -490,4 +490,12 @@ config TOUCHSCREEN_TSC2007
490 To compile this driver as a module, choose M here: the 490 To compile this driver as a module, choose M here: the
491 module will be called tsc2007. 491 module will be called tsc2007.
492 492
493config TOUCHSCREEN_W90X900
494 tristate "W90P910 touchscreen driver"
495 help
496 Say Y here if you have a W90P910 based touchscreen.
497
498 To compile this driver as a module, choose M here: the
499 module will be called w90p910_ts.
500
493endif 501endif