[PATCH 1/5] ARM: AT91: Fix build failure on board-dt
Joachim Eastwood
manabian at gmail.com
Sun Oct 14 17:46:35 EDT 2012
We need CONFIG_SOC_AT91SAM9 to get the at91sam926x_timer
symbol used in board-dt.
Signed-off-by: Joachim Eastwood <manabian at gmail.com>
---
arch/arm/mach-at91/Kconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/arm/mach-at91/Kconfig b/arch/arm/mach-at91/Kconfig
index 0fafb6a..d9b0546 100644
--- a/arch/arm/mach-at91/Kconfig
+++ b/arch/arm/mach-at91/Kconfig
@@ -507,6 +507,7 @@ comment "Generic Board Type"
config MACH_AT91SAM_DT
bool "Atmel AT91SAM Evaluation Kits with device-tree support"
+ select SOC_AT91SAM9
select USE_OF
help
Select this if you want to experiment device-tree with
--
1.7.12.3
More information about the linux-arm-kernel
mailing list