summaryrefslogtreecommitdiffstats
path: root/drivers/input/touchscreen/Kconfig
diff options
context:
space:
mode:
authorSamuli Konttila2010-07-30 18:02:43 +0200
committerDmitry Torokhov2010-07-31 11:37:17 +0200
commit60347c194acec7ff1b4291ac8e62a5345244c2ee (patch)
tree29f94dbc1dc2a950f6e1b6b03fab1ad2ed17eafa /drivers/input/touchscreen/Kconfig
parentInput: keyboard - also match braille-only keyboards (diff)
downloadkernel-qcow2-linux-60347c194acec7ff1b4291ac8e62a5345244c2ee.tar.gz
kernel-qcow2-linux-60347c194acec7ff1b4291ac8e62a5345244c2ee.tar.xz
kernel-qcow2-linux-60347c194acec7ff1b4291ac8e62a5345244c2ee.zip
Input: cy8ctmg110 - capacitive touchscreen support
Add support for the cy8ctmg110 capacitive touchscreen used on some embedded devices. (Some clean up by Alan Cox) Signed-off-by: Alan Cox <alan@linux.intel.com> Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
Diffstat (limited to 'drivers/input/touchscreen/Kconfig')
-rw-r--r--drivers/input/touchscreen/Kconfig14
1 files changed, 14 insertions, 0 deletions
diff --git a/drivers/input/touchscreen/Kconfig b/drivers/input/touchscreen/Kconfig
index 7bfcfdff6cf8..61f35184f76c 100644
--- a/drivers/input/touchscreen/Kconfig
+++ b/drivers/input/touchscreen/Kconfig
@@ -98,6 +98,20 @@ config TOUCHSCREEN_BITSY
To compile this driver as a module, choose M here: the
module will be called h3600_ts_input.
+config TOUCHSCREEN_CY8CTMG110
+ tristate "cy8ctmg110 touchscreen"
+ depends on I2C
+ depends on GPIOLIB
+
+ help
+ Say Y here if you have a cy8ctmg110 capacitive touchscreen on
+ an AAVA device.
+
+ If unsure, say N.
+
+ To compile this driver as a module, choose M here: the
+ module will be called cy8ctmg110_ts.
+
config TOUCHSCREEN_DA9034
tristate "Touchscreen support for Dialog Semiconductor DA9034"
depends on PMIC_DA903X