Commit 1fc4ec37 authored by Nicolas Ferre's avatar Nicolas Ferre

Input: Kconfig: remove dependency for atmel_tsadcc driver

This will allow to select this driver for newer SoCs.
Keep dependency on AT91 because of the use of an header
file located in include/mach directory.
Signed-off-by: default avatarNicolas Ferre <nicolas.ferre@atmel.com>
Acked-by: default avatarDmitry Torokhov <dtor@mail.ru>
parent 938f970e
...@@ -489,10 +489,10 @@ config TOUCHSCREEN_TI_TSCADC ...@@ -489,10 +489,10 @@ config TOUCHSCREEN_TI_TSCADC
config TOUCHSCREEN_ATMEL_TSADCC config TOUCHSCREEN_ATMEL_TSADCC
tristate "Atmel Touchscreen Interface" tristate "Atmel Touchscreen Interface"
depends on ARCH_AT91SAM9RL || ARCH_AT91SAM9G45 depends on ARCH_AT91
help help
Say Y here if you have a 4-wire touchscreen connected to the Say Y here if you have a 4-wire touchscreen connected to the
ADC Controller on your Atmel SoC (such as the AT91SAM9RL). ADC Controller on your Atmel SoC.
If unsure, say N. If unsure, say N.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment