diff options
| author | Sebastian Reichel <sre@kernel.org> | 2015-07-27 20:27:25 -0400 |
|---|---|---|
| committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2015-07-28 01:28:18 -0400 |
| commit | 273cf48aa95a86ee368a10b9a2a6b0c62544ffe5 (patch) | |
| tree | 6225a45070b1b91870442d14316dd0659a1a02bb /drivers/input/touchscreen/Kconfig | |
| parent | f00d1f8f1d9720dcf9ec7911916b685e6f92729f (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/Kconfig | 1 |
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 | |||
| 917 | config TOUCHSCREEN_TSC2005 | 917 | config TOUCHSCREEN_TSC2005 |
| 918 | tristate "TSC2005 based touchscreens" | 918 | tristate "TSC2005 based touchscreens" |
| 919 | depends on SPI_MASTER | 919 | depends on SPI_MASTER |
| 920 | select REGMAP_SPI | ||
| 920 | help | 921 | help |
| 921 | Say Y here if you have a TSC2005 based touchscreen. | 922 | Say Y here if you have a TSC2005 based touchscreen. |
| 922 | 923 | ||
