From: Catalin Marinas Date: Sat, 30 May 2009 12:56:12 +0000 (+0100) Subject: RealView: Allow SMP when the Cortex-A9 tile is enabled for EB X-Git-Url: http://git.efficios.com/?a=commitdiff_plain;h=412b400278ed0f71712387d0b9b31cbdd8a18efc;p=deliverable%2Flinux.git RealView: Allow SMP when the Cortex-A9 tile is enabled for EB Signed-off-by: Catalin Marinas --- diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 9d02cdb15b23..a8d88af7fe88 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -859,7 +859,7 @@ source "kernel/time/Kconfig" config SMP bool "Symmetric Multi-Processing (EXPERIMENTAL)" - depends on EXPERIMENTAL && (REALVIEW_EB_ARM11MP || MACH_REALVIEW_PB11MP) + depends on EXPERIMENTAL && (REALVIEW_EB_ARM11MP || REALVIEW_EB_A9MP || MACH_REALVIEW_PB11MP) select USE_GENERIC_SMP_HELPERS help This enables support for systems with more than one CPU. If you have