aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-at91
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2014-03-13 15:23:40 +0100
committerArnd Bergmann <arnd@arndb.de>2014-03-21 18:19:31 +0100
commita1628604fd03850c41163b802d8b7f8d6a110e4c (patch)
tree3bc11b65e357d319165b98ae61cb99d81efca88b /arch/arm/mach-at91
parentARM: at91: fix broken "if () else" statement (diff)
downloadlinux-dev-a1628604fd03850c41163b802d8b7f8d6a110e4c.tar.xz
linux-dev-a1628604fd03850c41163b802d8b7f8d6a110e4c.zip
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>
Diffstat (limited to 'arch/arm/mach-at91')
-rw-r--r--arch/arm/mach-at91/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-at91/Kconfig b/arch/arm/mach-at91/Kconfig
index c1981a66d1f1..9968f208b7df 100644
--- a/arch/arm/mach-at91/Kconfig
+++ b/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"