diff options
author | Will Deacon <will.deacon@arm.com> | 2012-12-13 13:10:40 +0000 |
---|---|---|
committer | Will Deacon <will.deacon@arm.com> | 2013-02-02 15:05:33 +0000 |
commit | 4de3abb348d7a5bd6ddbfc26c34e0ee549874249 (patch) | |
tree | 9c59ed42967e4cc9a87fa44357558ccd1256b0ef /arch/arm/mach-virt/Kconfig | |
parent | 2a0ba7388092b07732dc772c042273a3b40d90de (diff) |
ARM: mach-virt: add SMP support using PSCI
This patch adds support for SMP to mach-virt using the PSCI
infrastructure.
Acked-by: Arnd Bergmann <arnd@arndb.de>
Reviewed-by: Nicolas Pitre <nico@linaro.org>
Signed-off-by: Will Deacon <will.deacon@arm.com>
Diffstat (limited to 'arch/arm/mach-virt/Kconfig')
-rw-r--r-- | arch/arm/mach-virt/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-virt/Kconfig b/arch/arm/mach-virt/Kconfig index a568a2a5bb9..8958f0d896b 100644 --- a/arch/arm/mach-virt/Kconfig +++ b/arch/arm/mach-virt/Kconfig @@ -3,6 +3,7 @@ config ARCH_VIRT select ARCH_WANT_OPTIONAL_GPIOLIB select ARM_GIC select ARM_ARCH_TIMER + select ARM_PSCI select HAVE_SMP select CPU_V7 select SPARSE_IRQ |