summaryrefslogtreecommitdiffstats
path: root/drivers/input/touchscreen/Kconfig
diff options
context:
space:
mode:
authorDmitry Torokhov2015-11-13 20:56:45 +0100
committerDmitry Torokhov2015-11-13 20:56:45 +0100
commitbbdb5c22e12507e7f1637091bc24fe4d33e128e5 (patch)
treeb66d1f87c6659d6875b5b0bd6b71cbfe3bbe2285 /drivers/input/touchscreen/Kconfig
parentHID: hid-gfrm: avoid warning for input_configured API change (diff)
parentInput: parkbd - drop bogus __init from parkbd_allocate_serio() (diff)
downloadkernel-qcow2-linux-bbdb5c22e12507e7f1637091bc24fe4d33e128e5.tar.gz
kernel-qcow2-linux-bbdb5c22e12507e7f1637091bc24fe4d33e128e5.tar.xz
kernel-qcow2-linux-bbdb5c22e12507e7f1637091bc24fe4d33e128e5.zip
Merge branch 'next' into for-linus
Prepare second round of input updates for 4.3 merge window.
Diffstat (limited to 'drivers/input/touchscreen/Kconfig')
-rw-r--r--drivers/input/touchscreen/Kconfig17
1 files changed, 17 insertions, 0 deletions
diff --git a/drivers/input/touchscreen/Kconfig b/drivers/input/touchscreen/Kconfig
index 80cc69897a43..ae33da7ab51f 100644
--- a/drivers/input/touchscreen/Kconfig
+++ b/drivers/input/touchscreen/Kconfig
@@ -939,10 +939,27 @@ config TOUCHSCREEN_TSC_SERIO
To compile this driver as a module, choose M here: the
module will be called tsc40.
+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
select REGMAP_SPI
+ select TOUCHSCREEN_TSC200X_CORE
help
Say Y here if you have a TSC2005 based touchscreen.