diff options
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r-- | arch/arm/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index e60ec54df334..ef4f860d5041 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig | |||
@@ -859,6 +859,7 @@ source "kernel/time/Kconfig" | |||
859 | config SMP | 859 | config SMP |
860 | bool "Symmetric Multi-Processing (EXPERIMENTAL)" | 860 | bool "Symmetric Multi-Processing (EXPERIMENTAL)" |
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 | select USE_GENERIC_SMP_HELPERS | 863 | select USE_GENERIC_SMP_HELPERS |
863 | help | 864 | help |
864 | This enables support for systems with more than one CPU. If you have | 865 | This enables support for systems with more than one CPU. If you have |