diff options
author | Nicolas Ferre <nicolas.ferre@atmel.com> | 2014-11-21 16:41:50 +0100 |
---|---|---|
committer | Nicolas Ferre <nicolas.ferre@atmel.com> | 2014-11-26 16:42:06 +0100 |
commit | d48346c1cde5ac70e9b142215a2e4d7c4763f5f8 (patch) | |
tree | 8d6d6d06a0060a87470966bbd18c6da2cc3b7cfb /arch/arm/Kconfig | |
parent | ee72f18b3465c4d159a49413f3c614c21be25cbe (diff) | |
download | blackbird-op-linux-d48346c1cde5ac70e9b142215a2e4d7c4763f5f8.tar.gz blackbird-op-linux-d48346c1cde5ac70e9b142215a2e4d7c4763f5f8.zip |
ARM: at91: always USE_OF from now on
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>
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r-- | arch/arm/Kconfig | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 89c4b5ccc68d..28f320589aa7 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -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. |