From: Nicolas Ferre Date: Thu, 15 Mar 2012 15:02:02 +0000 (+0100) Subject: Input: Kconfig: remove dependency for atmel_tsadcc driver X-Git-Tag: firefly_0821_release~3680^2~2831^2~30 X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=1fc4ec3791729db4e2602e9afb1045aef1bc3a58;p=firefly-linux-kernel-4.4.55.git 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: Nicolas Ferre Acked-by: Dmitry Torokhov --- diff --git a/drivers/input/touchscreen/Kconfig b/drivers/input/touchscreen/Kconfig index 2a2141915aa0..75838d7710ce 100644 --- a/drivers/input/touchscreen/Kconfig +++ b/drivers/input/touchscreen/Kconfig @@ -489,10 +489,10 @@ config TOUCHSCREEN_TI_TSCADC config TOUCHSCREEN_ATMEL_TSADCC tristate "Atmel Touchscreen Interface" - depends on ARCH_AT91SAM9RL || ARCH_AT91SAM9G45 + depends on ARCH_AT91 help 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.