diff options
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r-- | arch/arm/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index ef4f860d5041..f19a9519a723 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig | |||
@@ -861,6 +861,7 @@ config SMP | |||
861 | depends on EXPERIMENTAL && (REALVIEW_EB_ARM11MP || MACH_REALVIEW_PB11MP) | 861 | depends on EXPERIMENTAL && (REALVIEW_EB_ARM11MP || MACH_REALVIEW_PB11MP) |
862 | depends on GENERIC_CLOCKEVENTS | 862 | depends on GENERIC_CLOCKEVENTS |
863 | select USE_GENERIC_SMP_HELPERS | 863 | select USE_GENERIC_SMP_HELPERS |
864 | select HAVE_ARM_SCU if ARCH_REALVIEW | ||
864 | help | 865 | help |
865 | This enables support for systems with more than one CPU. If you have | 866 | This enables support for systems with more than one CPU. If you have |
866 | a system with only one CPU, like most personal computers, say N. If | 867 | a system with only one CPU, like most personal computers, say N. If |
@@ -878,6 +879,12 @@ config SMP | |||
878 | 879 | ||
879 | If you don't know what to do here, say N. | 880 | If you don't know what to do here, say N. |
880 | 881 | ||
882 | config HAVE_ARM_SCU | ||
883 | bool | ||
884 | depends on SMP | ||
885 | help | ||
886 | This option enables support for the ARM system coherency unit | ||
887 | |||
881 | choice | 888 | choice |
882 | prompt "Memory split" | 889 | prompt "Memory split" |
883 | default VMSPLIT_3G | 890 | default VMSPLIT_3G |