summaryrefslogtreecommitdiffstats
path: root/drivers/input/touchscreen/Kconfig
diff options
context:
space:
mode:
authorBöszörményi Zoltán2015-12-16 20:11:50 +0100
committerDmitry Torokhov2015-12-16 20:31:33 +0100
commit6b0f8f9c52efe24d6dac06ab963b7bd91c723751 (patch)
treee5881028b6681f697de6ea3ee6e6b46560e6c732 /drivers/input/touchscreen/Kconfig
parentInput: da9063 - report KEY_POWER instead of KEY_SLEEP during power key-press (diff)
downloadkernel-qcow2-linux-6b0f8f9c52efe24d6dac06ab963b7bd91c723751.tar.gz
kernel-qcow2-linux-6b0f8f9c52efe24d6dac06ab963b7bd91c723751.tar.xz
kernel-qcow2-linux-6b0f8f9c52efe24d6dac06ab963b7bd91c723751.zip
Input: add eGalaxTouch serial touchscreen driver
There are two EETI touchscreen drivers in the kernel (eeti_ts and egalax_ts) but both are for I2C-connected panels. This is for a different, serial and not multi-touch touchscreen panel. The protocol documentation is at http://www.eeti.com.tw/pdf/Software%20Programming%20Guide_v2.0.pdf Signed-off-by: Böszörményi Zoltán <zboszor@pr.hu> Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
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 ae33da7ab51f..9bcb718668b2 100644
--- a/drivers/input/touchscreen/Kconfig
+++ b/drivers/input/touchscreen/Kconfig
@@ -295,6 +295,16 @@ config TOUCHSCREEN_EGALAX
To compile this driver as a module, choose M here: the
module will be called egalax_ts.
+config TOUCHSCREEN_EGALAX_SERIAL
+ tristate "EETI eGalax serial touchscreen"
+ select SERIO
+ help
+ Say Y here to enable support for serial connected EETI
+ eGalax touch panels.
+
+ To compile this driver as a module, choose M here: the
+ module will be called egalax_ts_serial.
+
config TOUCHSCREEN_FT6236
tristate "FT6236 I2C touchscreen"
depends on I2C