From 4b8b5f25b7485eaf60a40f68451b3b7b741eef59 Mon Sep 17 00:00:00 2001 From: Rob Herring Date: Thu, 5 Dec 2013 10:10:34 -0600 Subject: ARM: virt: select ARM_AMBA Guests can use AMBA bus devices such as the PL011 uart, so enable the AMBA bus for mach-virt. Signed-off-by: Rob Herring Cc: Russell King --- arch/arm/Kconfig | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 9790c5d9abd9..25a6b53436fc 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -931,9 +931,10 @@ endmenu config ARCH_VIRT bool "Dummy Virtual Machine" if ARCH_MULTI_V7 + select ARM_AMBA select ARM_GIC - select HAVE_ARM_ARCH_TIMER select ARM_PSCI + select HAVE_ARM_ARCH_TIMER # # This is sorted alphabetically by mach-* pathname. However, plat-* -- cgit v1.2.3