summaryrefslogtreecommitdiffstats
path: root/drivers/input/touchscreen/Kconfig
diff options
context:
space:
mode:
authorMichael Welling2015-11-03 07:54:23 +0100
committerDmitry Torokhov2015-11-03 23:54:22 +0100
commita748941c95d2cd8f1a23e4e716b3178179c7fdbe (patch)
treeeeee688fb74cf193a4223a27d1d01fdd8b998c9f /drivers/input/touchscreen/Kconfig
parentInput: tsc200x-core - rename functions and variables (diff)
downloadkernel-qcow2-linux-a748941c95d2cd8f1a23e4e716b3178179c7fdbe.tar.gz
kernel-qcow2-linux-a748941c95d2cd8f1a23e4e716b3178179c7fdbe.tar.xz
kernel-qcow2-linux-a748941c95d2cd8f1a23e4e716b3178179c7fdbe.zip
Input: tsc2004 - add support for tsc2004
This adds support for the i2c based tsc2004 touchscreen controller. Signed-off-by: Michael Welling <mwelling@ieee.org> Acked-by: Rob Herring <robh@kernel.org> Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Diffstat (limited to 'drivers/input/touchscreen/Kconfig')
-rw-r--r--drivers/input/touchscreen/Kconfig13
1 files changed, 13 insertions, 0 deletions
diff --git a/drivers/input/touchscreen/Kconfig b/drivers/input/touchscreen/Kconfig
index 6b2de5345e66..2ccc52236c15 100644
--- a/drivers/input/touchscreen/Kconfig
+++ b/drivers/input/touchscreen/Kconfig
@@ -942,6 +942,19 @@ config TOUCHSCREEN_TSC_SERIO
config TOUCHSCREEN_TSC200X_CORE
tristate
+config TOUCHSCREEN_TSC2004
+ tristate "TSC2004 based touchscreens"
+ depends on I2C
+ select REGMAP_I2C
+ select TOUCHSCREEN_TSC200X_CORE
+ help
+ Say Y here if you have a TSC2004 based touchscreen.
+
+ If unsure, say N.
+
+ To compile this driver as a module, choose M here: the
+ module will be called tsc2004.
+
config TOUCHSCREEN_TSC2005
tristate "TSC2005 based touchscreens"
depends on SPI_MASTER