]> git.karo-electronics.de Git - linux-beck.git/commitdiff
ARM: at91: always USE_OF from now on
authorNicolas Ferre <nicolas.ferre@atmel.com>
Fri, 21 Nov 2014 15:41:50 +0000 (16:41 +0100)
committerNicolas Ferre <nicolas.ferre@atmel.com>
Wed, 26 Nov 2014 15:42:06 +0000 (16:42 +0100)
As we always use Device Tree now, we can add the configuration here.
Also remove the condition for PINCTRL_AT91.

Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Acked-by: Boris BREZILLON <boris.brezillon@free-electrons.com>
arch/arm/Kconfig

index 89c4b5ccc68df8200aeff85bf89adaf87ce24e12..28f320589aa75ebc98621b976f6887ef560897a8 100644 (file)
@@ -376,7 +376,8 @@ config ARCH_AT91
        select IRQ_DOMAIN
        select NEED_MACH_IO_H if PCCARD
        select PINCTRL
-       select PINCTRL_AT91 if USE_OF
+       select PINCTRL_AT91
+       select USE_OF
        help
          This enables support for systems based on Atmel
          AT91RM9200 and AT91SAM9* processors.