|
@@ -861,6 +861,7 @@ config SMP
|
|
depends on EXPERIMENTAL && (REALVIEW_EB_ARM11MP || MACH_REALVIEW_PB11MP)
|
|
depends on EXPERIMENTAL && (REALVIEW_EB_ARM11MP || MACH_REALVIEW_PB11MP)
|
|
depends on GENERIC_CLOCKEVENTS
|
|
depends on GENERIC_CLOCKEVENTS
|
|
select USE_GENERIC_SMP_HELPERS
|
|
select USE_GENERIC_SMP_HELPERS
|
|
|
|
+ select HAVE_ARM_SCU if ARCH_REALVIEW
|
|
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
|
|
a system with only one CPU, like most personal computers, say N. If
|
|
a system with only one CPU, like most personal computers, say N. If
|
|
@@ -878,6 +879,12 @@ config SMP
|
|
|
|
|
|
If you don't know what to do here, say N.
|
|
If you don't know what to do here, say N.
|
|
|
|
|
|
|
|
+config HAVE_ARM_SCU
|
|
|
|
+ bool
|
|
|
|
+ depends on SMP
|
|
|
|
+ help
|
|
|
|
+ This option enables support for the ARM system coherency unit
|
|
|
|
+
|
|
choice
|
|
choice
|
|
prompt "Memory split"
|
|
prompt "Memory split"
|
|
default VMSPLIT_3G
|
|
default VMSPLIT_3G
|