diff options
author | Cyril Chemparathy <cyril@ti.com> | 2010-09-20 12:26:43 -0400 |
---|---|---|
committer | Kevin Hilman <khilman@deeprootsystems.com> | 2010-09-24 10:40:32 -0400 |
commit | 0fa6c773ad6e9ac6cfa6bad0a729e18babd602c3 (patch) | |
tree | 4ca2ba1e0566d88b41cb33692f18a6b9715f59d4 /drivers/input/touchscreen/Kconfig | |
parent | a1b4440314edca8e2016f2819d4655453e6aff44 (diff) |
input: add driver for tnetv107x touchscreen controller
This patch adds support for tnetv107x's on-chip touchscreen controller.
Signed-off-by: Cyril Chemparathy <cyril@ti.com>
Acked-by: Dmitry Torokhov <dtor@mail.ru>
Signed-off-by: Kevin Hilman <khilman@deeprootsystems.com>
Diffstat (limited to 'drivers/input/touchscreen/Kconfig')
-rw-r--r-- | drivers/input/touchscreen/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/input/touchscreen/Kconfig b/drivers/input/touchscreen/Kconfig index 0069d9703fd..8d320289abf 100644 --- a/drivers/input/touchscreen/Kconfig +++ b/drivers/input/touchscreen/Kconfig | |||
@@ -328,6 +328,15 @@ config TOUCHSCREEN_MIGOR | |||
328 | To compile this driver as a module, choose M here: the | 328 | To compile this driver as a module, choose M here: the |
329 | module will be called migor_ts. | 329 | module will be called migor_ts. |
330 | 330 | ||
331 | config TOUCHSCREEN_TNETV107X | ||
332 | tristate "TI TNETV107X touchscreen support" | ||
333 | depends on ARCH_DAVINCI_TNETV107X | ||
334 | help | ||
335 | Say Y here if you want to use the TNETV107X touchscreen. | ||
336 | |||
337 | To compile this driver as a module, choose M here: the | ||
338 | module will be called tnetv107x-ts. | ||
339 | |||
331 | config TOUCHSCREEN_TOUCHRIGHT | 340 | config TOUCHSCREEN_TOUCHRIGHT |
332 | tristate "Touchright serial touchscreen" | 341 | tristate "Touchright serial touchscreen" |
333 | select SERIO | 342 | select SERIO |