diff options
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r-- | arch/arm/Kconfig | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 58080e17c28b..4bb7730a2682 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig | |||
@@ -1121,10 +1121,11 @@ source "kernel/time/Kconfig" | |||
1121 | config SMP | 1121 | config SMP |
1122 | bool "Symmetric Multi-Processing (EXPERIMENTAL)" | 1122 | bool "Symmetric Multi-Processing (EXPERIMENTAL)" |
1123 | depends on EXPERIMENTAL && (REALVIEW_EB_ARM11MP || REALVIEW_EB_A9MP ||\ | 1123 | depends on EXPERIMENTAL && (REALVIEW_EB_ARM11MP || REALVIEW_EB_A9MP ||\ |
1124 | MACH_REALVIEW_PB11MP || MACH_REALVIEW_PBX || ARCH_OMAP4 || ARCH_U8500) | 1124 | MACH_REALVIEW_PB11MP || MACH_REALVIEW_PBX || ARCH_OMAP4 ||\ |
1125 | ARCH_U8500 || ARCH_VEXPRESS_CA9X4) | ||
1125 | depends on GENERIC_CLOCKEVENTS | 1126 | depends on GENERIC_CLOCKEVENTS |
1126 | select USE_GENERIC_SMP_HELPERS | 1127 | select USE_GENERIC_SMP_HELPERS |
1127 | select HAVE_ARM_SCU if (ARCH_REALVIEW || ARCH_OMAP4 || ARCH_U8500) | 1128 | select HAVE_ARM_SCU if (ARCH_REALVIEW || ARCH_OMAP4 || ARCH_U8500 || ARCH_VEXPRESS_CA9X4) |
1128 | help | 1129 | help |
1129 | This enables support for systems with more than one CPU. If you have | 1130 | This enables support for systems with more than one CPU. If you have |
1130 | a system with only one CPU, like most personal computers, say N. If | 1131 | a system with only one CPU, like most personal computers, say N. If |