diff options
author | Michael Welling <mwelling@ieee.org> | 2015-11-02 17:45:51 -0800 |
---|---|---|
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2015-11-03 14:49:25 -0800 |
commit | 6ac2438132ae1f8b12285f9d97a4c8d6aa6f89f0 (patch) | |
tree | aab36ae57184d7a4c06738856d4ef895eaf49e19 /drivers/input/touchscreen/Kconfig | |
parent | bf5f18d708802737fa0db6306f6b9148f85b2efd (diff) | |
download | blackbird-op-linux-6ac2438132ae1f8b12285f9d97a4c8d6aa6f89f0.tar.gz blackbird-op-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/Kconfig | 4 |
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. |