diff options
author | Patil, Rachna <rachna@ti.com> | 2012-10-16 03:25:44 -0400 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2012-11-05 17:50:27 -0500 |
commit | 2b99bafab19145a72e2c557326fc4662a864a162 (patch) | |
tree | d70c833c0b64297439f5b44568754e4fcc592d49 /drivers/input/touchscreen/Kconfig | |
parent | 01636eb970a029897b06fb96026941429212ddd9 (diff) |
input: TSC: ti_tsc: Convert TSC into a MFDevice
This patch converts touchscreen into a MFD client.
All the register definitions, clock initialization,
etc has been moved to MFD core driver.
Signed-off-by: Patil, Rachna <rachna@ti.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Diffstat (limited to 'drivers/input/touchscreen/Kconfig')
-rw-r--r-- | drivers/input/touchscreen/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/input/touchscreen/Kconfig b/drivers/input/touchscreen/Kconfig index d31dc5faeaaf..0c45caddd41c 100644 --- a/drivers/input/touchscreen/Kconfig +++ b/drivers/input/touchscreen/Kconfig | |||
@@ -531,7 +531,7 @@ config TOUCHSCREEN_TOUCHWIN | |||
531 | 531 | ||
532 | config TOUCHSCREEN_TI_AM335X_TSC | 532 | config TOUCHSCREEN_TI_AM335X_TSC |
533 | tristate "TI Touchscreen Interface" | 533 | tristate "TI Touchscreen Interface" |
534 | depends on ARCH_OMAP2PLUS | 534 | depends on MFD_TI_AM335X_TSCADC |
535 | help | 535 | help |
536 | Say Y here if you have 4/5/8 wire touchscreen controller | 536 | Say Y here if you have 4/5/8 wire touchscreen controller |
537 | to be connected to the ADC controller on your TI AM335x SoC. | 537 | to be connected to the ADC controller on your TI AM335x SoC. |