Browse Source

ARM: at91: sama5 always uses DT

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>
Arnd Bergmann 11 years ago
parent
commit
a1628604fd
1 changed files with 1 additions and 0 deletions
  1. 1 0
      arch/arm/mach-at91/Kconfig

+ 1 - 0
arch/arm/mach-at91/Kconfig

@@ -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"