diff options
author | Zhang Jiejing <jiejing.zhang@freescale.com> | 2011-11-12 00:03:18 -0800 |
---|---|---|
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2011-11-15 09:46:30 -0800 |
commit | 59bae1db71942dcf91bb7e4938989606095536b5 (patch) | |
tree | 97250a97dea4cd4d2b90c796eb4ac06ff60c5309 /drivers/input/touchscreen/Kconfig | |
parent | 83551c0159e9101b39b2d727ca1be0fd76daaf73 (diff) | |
download | op-kernel-dev-59bae1db71942dcf91bb7e4938989606095536b5.zip op-kernel-dev-59bae1db71942dcf91bb7e4938989606095536b5.tar.gz |
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/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/input/touchscreen/Kconfig b/drivers/input/touchscreen/Kconfig index 3c986cf..2b456a9 100644 --- a/drivers/input/touchscreen/Kconfig +++ b/drivers/input/touchscreen/Kconfig @@ -177,6 +177,16 @@ config TOUCHSCREEN_EETI To compile this driver as a module, choose M here: the module will be called eeti_ts. +config TOUCHSCREEN_EGALAX + tristate "EETI eGalax multi-touch panel support" + depends on I2C + help + Say Y here to enable support for I2C connected EETI + eGalax multi-touch panels. + + To compile this driver as a module, choose M here: the + module will be called egalax_ts. + config TOUCHSCREEN_FUJITSU tristate "Fujitsu serial touchscreen" select SERIO |