aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/touchscreen/Kconfig
diff options
context:
space:
mode:
authorZhang Jiejing <jiejing.zhang@freescale.com>2011-11-12 03:03:18 -0500
committerDmitry Torokhov <dmitry.torokhov@gmail.com>2011-11-15 12:46:30 -0500
commit59bae1db71942dcf91bb7e4938989606095536b5 (patch)
tree97250a97dea4cd4d2b90c796eb4ac06ff60c5309 /drivers/input/touchscreen/Kconfig
parent83551c0159e9101b39b2d727ca1be0fd76daaf73 (diff)
Input: add EETI eGalax I2C capacitive multi touch driver
This patch adds the EETI eGalax serial multi touch controller driver. EETI eGalax serial touch screen controller is a I2C based multiple capacitive touch screen controller, it can support 5 touch events maximum. Signed-off-by: Zhang Jiejing <jiejing.zhang@freescale.com> Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
Diffstat (limited to 'drivers/input/touchscreen/Kconfig')
-rw-r--r--drivers/input/touchscreen/Kconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/input/touchscreen/Kconfig b/drivers/input/touchscreen/Kconfig
index 3c986cf48904..2b456a915d77 100644
--- a/drivers/input/touchscreen/Kconfig
+++ b/drivers/input/touchscreen/Kconfig
@@ -177,6 +177,16 @@ config TOUCHSCREEN_EETI
177 To compile this driver as a module, choose M here: the 177 To compile this driver as a module, choose M here: the
178 module will be called eeti_ts. 178 module will be called eeti_ts.
179 179
180config TOUCHSCREEN_EGALAX
181 tristate "EETI eGalax multi-touch panel support"
182 depends on I2C
183 help
184 Say Y here to enable support for I2C connected EETI
185 eGalax multi-touch panels.
186
187 To compile this driver as a module, choose M here: the
188 module will be called egalax_ts.
189
180config TOUCHSCREEN_FUJITSU 190config TOUCHSCREEN_FUJITSU
181 tristate "Fujitsu serial touchscreen" 191 tristate "Fujitsu serial touchscreen"
182 select SERIO 192 select SERIO