aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/touchscreen/Kconfig
diff options
context:
space:
mode:
authorRachna Patil <rachna@ti.com>2012-03-04 11:11:57 -0500
committerDmitry Torokhov <dmitry.torokhov@gmail.com>2012-03-04 11:45:00 -0500
commit1b8be32e6914ed862a5ce460c0a0b418ba85d2b7 (patch)
treea89da995b1927479e904494c3467d842d1f131bc /drivers/input/touchscreen/Kconfig
parentf79e30a809d829d094c0e33d3279c43aca71472f (diff)
Input: add support for TI Touchscreen controller
This patch adds support for TI's touchscreen controller for a 4/5/8 wire resistive panel that is directly fed to the ADC. This touchscreen controller will be part of AM335x TI SoC. The TRM can be found at: http://www.ti.com/lit/ug/spruh73a/spruh73a.pdf Signed-off-by: Patil, Rachna <rachna@ti.com> Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
Diffstat (limited to 'drivers/input/touchscreen/Kconfig')
-rw-r--r--drivers/input/touchscreen/Kconfig12
1 files changed, 12 insertions, 0 deletions
diff --git a/drivers/input/touchscreen/Kconfig b/drivers/input/touchscreen/Kconfig
index 2b21a7066d36..5df719b591c3 100644
--- a/drivers/input/touchscreen/Kconfig
+++ b/drivers/input/touchscreen/Kconfig
@@ -460,6 +460,18 @@ config TOUCHSCREEN_TOUCHWIN
460 To compile this driver as a module, choose M here: the 460 To compile this driver as a module, choose M here: the
461 module will be called touchwin. 461 module will be called touchwin.
462 462
463config TOUCHSCREEN_TI_TSCADC
464 tristate "TI Touchscreen Interface"
465 depends on ARCH_OMAP2PLUS
466 help
467 Say Y here if you have 4/5/8 wire touchscreen controller
468 to be connected to the ADC controller on your TI AM335x SoC.
469
470 If unsure, say N.
471
472 To compile this driver as a module, choose M here: the
473 module will be called ti_tscadc.
474
463config TOUCHSCREEN_ATMEL_TSADCC 475config TOUCHSCREEN_ATMEL_TSADCC
464 tristate "Atmel Touchscreen Interface" 476 tristate "Atmel Touchscreen Interface"
465 depends on ARCH_AT91SAM9RL || ARCH_AT91SAM9G45 477 depends on ARCH_AT91SAM9RL || ARCH_AT91SAM9G45