]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
ARM: at91: sama5 always uses DT
authorArnd Bergmann <arnd@arndb.de>
Thu, 13 Mar 2014 14:23:40 +0000 (15:23 +0100)
committerArnd Bergmann <arnd@arndb.de>
Fri, 21 Mar 2014 17:19:31 +0000 (18:19 +0100)
It makes no sense for sama5 support to be enabled if we don't
also enable USE_OF. Making this automatic in Kconfig avoids
a possible randconfig conflict between the old and new clock
support code.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Acked-by: Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
arch/arm/mach-at91/Kconfig

index c1981a66d1f14c4e61b0aaddb47930ddbbceb05c..9968f208b7df32de93756ad94bb177dd6bd4d4f4 100644 (file)
@@ -57,6 +57,7 @@ config SOC_SAMA5
        select GENERIC_CLOCKEVENTS
        select MULTI_IRQ_HANDLER
        select SPARSE_IRQ
+       select USE_OF
 
 menu "Atmel AT91 System-on-Chip"