summaryrefslogtreecommitdiff
path: root/drivers/input/touchscreen/Kconfig
diff options
context:
space:
mode:
authorSebastian Reichel <sre@kernel.org>2015-07-27 17:27:25 -0700
committerDmitry Torokhov <dmitry.torokhov@gmail.com>2015-07-27 22:28:18 -0700
commit273cf48aa95a86ee368a10b9a2a6b0c62544ffe5 (patch)
tree6225a45070b1b91870442d14316dd0659a1a02bb /drivers/input/touchscreen/Kconfig
parentf00d1f8f1d9720dcf9ec7911916b685e6f92729f (diff)
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.