diff options
Diffstat (limited to 'drivers/input/touchscreen/Kconfig')
-rw-r--r-- | drivers/input/touchscreen/Kconfig | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/input/touchscreen/Kconfig b/drivers/input/touchscreen/Kconfig index f7668b24c37..0c45caddd41 100644 --- a/drivers/input/touchscreen/Kconfig +++ b/drivers/input/touchscreen/Kconfig | |||
@@ -529,9 +529,9 @@ config TOUCHSCREEN_TOUCHWIN | |||
529 | To compile this driver as a module, choose M here: the | 529 | To compile this driver as a module, choose M here: the |
530 | module will be called touchwin. | 530 | module will be called touchwin. |
531 | 531 | ||
532 | config TOUCHSCREEN_TI_TSCADC | 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. |
@@ -539,7 +539,7 @@ config TOUCHSCREEN_TI_TSCADC | |||
539 | If unsure, say N. | 539 | If unsure, say N. |
540 | 540 | ||
541 | To compile this driver as a module, choose M here: the | 541 | To compile this driver as a module, choose M here: the |
542 | module will be called ti_tscadc. | 542 | module will be called ti_am335x_tsc. |
543 | 543 | ||
544 | config TOUCHSCREEN_ATMEL_TSADCC | 544 | config TOUCHSCREEN_ATMEL_TSADCC |
545 | tristate "Atmel Touchscreen Interface" | 545 | tristate "Atmel Touchscreen Interface" |