summaryrefslogtreecommitdiffstats
path: root/drivers/input/touchscreen/Kconfig
diff options
context:
space:
mode:
authorSebastian Reichel <sre@kernel.org>2015-07-28 02:27:25 +0200
committerDmitry Torokhov <dmitry.torokhov@gmail.com>2015-07-28 07:28:18 +0200
commit273cf48aa95a86ee368a10b9a2a6b0c62544ffe5 (patch)
tree6225a45070b1b91870442d14316dd0659a1a02bb /drivers/input/touchscreen/Kconfig
parentInput: tsc2005 - fix Kconfig indentation (diff)
downloadlinux-273cf48aa95a86ee368a10b9a2a6b0c62544ffe5.tar.xz
linux-273cf48aa95a86ee368a10b9a2a6b0c62544ffe5.zip
Input: tsc2005 - convert to regmap
Convert driver so that it uses regmap instead of directly using spi_transfer for all register accesses. Signed-off-by: Sebastian Reichel <sre@kernel.org> Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Diffstat (limited to 'drivers/input/touchscreen/Kconfig')
-rw-r--r--drivers/input/touchscreen/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/input/touchscreen/Kconfig b/drivers/input/touchscreen/Kconfig
index cb8405d40506..860d426c480e 100644
--- a/drivers/input/touchscreen/Kconfig
+++ b/drivers/input/touchscreen/Kconfig
@@ -917,6 +917,7 @@ config TOUCHSCREEN_TSC_SERIO
config TOUCHSCREEN_TSC2005
tristate "TSC2005 based touchscreens"
depends on SPI_MASTER
+ select REGMAP_SPI
help
Say Y here if you have a TSC2005 based touchscreen.