From: Joachim Eastwood Date: Sun, 28 Oct 2012 18:31:06 +0000 (+0000) Subject: ARM: AT91: Fix build failure on board-dt X-Git-Tag: next-20121205~24^2^2~4^2~7^2~6 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=35ed3c7a3dda78e9dd0c75a31290b27520e4a99b;p=karo-tx-linux.git ARM: AT91: Fix build failure on board-dt We need CONFIG_SOC_AT91SAM9 to get the at91sam926x_timer symbol used in board-dt. Signed-off-by: Joachim Eastwood Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD --- diff --git a/arch/arm/mach-at91/Kconfig b/arch/arm/mach-at91/Kconfig index b14207101938..6d4de486df88 100644 --- a/arch/arm/mach-at91/Kconfig +++ b/arch/arm/mach-at91/Kconfig @@ -502,6 +502,7 @@ comment "Generic Board Type" config MACH_AT91SAM_DT bool "Atmel AT91SAM Evaluation Kits with device-tree support" + depends on SOC_AT91SAM9 select USE_OF help Select this if you want to experiment device-tree with