|
@@ -650,7 +650,7 @@ source "kernel/time/Kconfig"
|
|
|
|
|
|
config SMP
|
|
|
bool "Symmetric Multi-Processing (EXPERIMENTAL)"
|
|
|
- depends on EXPERIMENTAL && REALVIEW_EB_ARM11MP
|
|
|
+ depends on EXPERIMENTAL && (REALVIEW_EB_ARM11MP || MACH_REALVIEW_PB11MP)
|
|
|
help
|
|
|
This enables support for systems with more than one CPU. If you have
|
|
|
a system with only one CPU, like most personal computers, say N. If
|
|
@@ -683,7 +683,7 @@ config HOTPLUG_CPU
|
|
|
|
|
|
config LOCAL_TIMERS
|
|
|
bool "Use local timer interrupts"
|
|
|
- depends on SMP && REALVIEW_EB_ARM11MP
|
|
|
+ depends on SMP && (REALVIEW_EB_ARM11MP || MACH_REALVIEW_PB11MP)
|
|
|
default y
|
|
|
help
|
|
|
Enable support for local timers on SMP platforms, rather then the
|