]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
Input: Kconfig: remove dependency for atmel_tsadcc driver
authorNicolas Ferre <nicolas.ferre@atmel.com>
Thu, 15 Mar 2012 15:02:02 +0000 (16:02 +0100)
committerNicolas Ferre <nicolas.ferre@atmel.com>
Mon, 16 Apr 2012 10:47:18 +0000 (12:47 +0200)
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 <nicolas.ferre@atmel.com>
Acked-by: Dmitry Torokhov <dtor@mail.ru>
drivers/input/touchscreen/Kconfig

index 2a2141915aa04939a4a1f9f9f96b0ef9a58072b6..75838d7710ce61db466d87ea9cbc3164f6bd8d4a 100644 (file)
@@ -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.