Commit 412b4002 authored by Catalin Marinas's avatar Catalin Marinas

RealView: Allow SMP when the Cortex-A9 tile is enabled for EB

Signed-off-by: default avatarCatalin Marinas <catalin.marinas@arm.com>
parent 59a3759d
...@@ -859,7 +859,7 @@ source "kernel/time/Kconfig" ...@@ -859,7 +859,7 @@ source "kernel/time/Kconfig"
config SMP config SMP
bool "Symmetric Multi-Processing (EXPERIMENTAL)" 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 select USE_GENERIC_SMP_HELPERS
help help
This enables support for systems with more than one CPU. If you have This enables support for systems with more than one CPU. If you have
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment