diff options
author | Lauri Leukkunen <lauri.leukkunen@nokia.com> | 2011-03-17 01:07:36 -0400 |
---|---|---|
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2011-03-17 02:27:39 -0400 |
commit | 37bd44694c7215e3e46e6ee4a930d197325a7168 (patch) | |
tree | 2e6c6073d6ac4ffcf8e2ddff279911878b25e963 /drivers/input/touchscreen/Kconfig | |
parent | 3c0eee3fe6a3a1c745379547c7e7c904aa64f6d5 (diff) |
Input: introduce tsc2005 driver
Discussions:
http://www.mail-archive.com/linux-omap@vger.kernel.org/msg26748.html
Introduce a driver for the Texas Instruments TSC2005 touchscreen
controller (http://focus.ti.com/docs/prod/folders/print/tsc2005.html).
The patch is based on a driver by Lauri Leukkunen, with modifications
by David Brownell, Phil Carmody, Imre Deak, Hiroshi DOYU, Ari Kauppi,
Tony Lindgren, Jarkko Nikula, Eero Nurkkala and Roman Tereshonkov.
Signed-off-by: Lauri Leukkunen <lauri.leukkunen@nokia.com>
[aaro.koskinen@nokia.com: patch description, rebasing & cleanup]
Signed-off-by: Aaro Koskinen <aaro.koskinen@nokia.com>
[ext-srikar.1.bhavanarayana@nokia.com: various fixes]
Signed-off-by: Srikar <ext-srikar.1.bhavanarayana@nokia.com>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
Diffstat (limited to 'drivers/input/touchscreen/Kconfig')
-rw-r--r-- | drivers/input/touchscreen/Kconfig | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/input/touchscreen/Kconfig b/drivers/input/touchscreen/Kconfig index 06ea8da95c62..30703ad363f3 100644 --- a/drivers/input/touchscreen/Kconfig +++ b/drivers/input/touchscreen/Kconfig | |||
@@ -629,6 +629,17 @@ config TOUCHSCREEN_TOUCHIT213 | |||
629 | To compile this driver as a module, choose M here: the | 629 | To compile this driver as a module, choose M here: the |
630 | module will be called touchit213. | 630 | module will be called touchit213. |
631 | 631 | ||
632 | config TOUCHSCREEN_TSC2005 | ||
633 | tristate "TSC2005 based touchscreens" | ||
634 | depends on SPI_MASTER | ||
635 | help | ||
636 | Say Y here if you have a TSC2005 based touchscreen. | ||
637 | |||
638 | If unsure, say N. | ||
639 | |||
640 | To compile this driver as a module, choose M here: the | ||
641 | module will be called tsc2005. | ||
642 | |||
632 | config TOUCHSCREEN_TSC2007 | 643 | config TOUCHSCREEN_TSC2007 |
633 | tristate "TSC2007 based touchscreens" | 644 | tristate "TSC2007 based touchscreens" |
634 | depends on I2C | 645 | depends on I2C |