summaryrefslogtreecommitdiffstats
path: root/drivers/input/touchscreen/Kconfig
diff options
context:
space:
mode:
authorMichael Welling2015-11-03 02:45:51 +0100
committerDmitry Torokhov2015-11-03 23:49:25 +0100
commit6ac2438132ae1f8b12285f9d97a4c8d6aa6f89f0 (patch)
treeaab36ae57184d7a4c06738856d4ef895eaf49e19 /drivers/input/touchscreen/Kconfig
parentInput: evdev - fix bug in checking duplicate clock change request (diff)
downloadkernel-qcow2-linux-6ac2438132ae1f8b12285f9d97a4c8d6aa6f89f0.tar.gz
kernel-qcow2-linux-6ac2438132ae1f8b12285f9d97a4c8d6aa6f89f0.tar.xz
kernel-qcow2-linux-6ac2438132ae1f8b12285f9d97a4c8d6aa6f89f0.zip
Input: tsc2005 - separate SPI and core functions
This patch separates the SPI functionality from core functionality that overlaps with the tsc2004. Prepares kernel for new tsc2004 driver without much redundant code. Signed-off-by: Michael Welling <mwelling@ieee.org> Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Diffstat (limited to 'drivers/input/touchscreen/Kconfig')
-rw-r--r--drivers/input/touchscreen/Kconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/input/touchscreen/Kconfig b/drivers/input/touchscreen/Kconfig
index 771d95c11221..6b2de5345e66 100644
--- a/drivers/input/touchscreen/Kconfig
+++ b/drivers/input/touchscreen/Kconfig
@@ -939,10 +939,14 @@ 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_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.