diff options
author | Rob Herring <robh@kernel.org> | 2013-12-05 10:10:34 -0600 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2014-02-19 16:47:46 -0600 |
commit | 4b8b5f25b7485eaf60a40f68451b3b7b741eef59 (patch) | |
tree | 57a4809c28ed85895bb63df75b7a7f9c915f5806 | |
parent | 05e2a3decbcda03ed16043e3db7535a6036c5b7a (diff) |
ARM: virt: select ARM_AMBAkconfig-cleanup-for-3.15
Guests can use AMBA bus devices such as the PL011 uart, so enable the
AMBA bus for mach-virt.
Signed-off-by: Rob Herring <robh@kernel.org>
Cc: Russell King <linux@arm.linux.org.uk>
-rw-r--r-- | arch/arm/Kconfig | 3 |
1 files changed, 2 insertions, 1 deletions
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-* |