diff options
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r-- | arch/arm/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index a8d88af7fe88..cb7b38831436 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig | |||
@@ -859,7 +859,7 @@ source "kernel/time/Kconfig" | |||
859 | 859 | ||
860 | config SMP | 860 | config SMP |
861 | bool "Symmetric Multi-Processing (EXPERIMENTAL)" | 861 | bool "Symmetric Multi-Processing (EXPERIMENTAL)" |
862 | depends on EXPERIMENTAL && (REALVIEW_EB_ARM11MP || REALVIEW_EB_A9MP || MACH_REALVIEW_PB11MP) | 862 | depends on EXPERIMENTAL && (REALVIEW_EB_ARM11MP || REALVIEW_EB_A9MP || MACH_REALVIEW_PB11MP || MACH_REALVIEW_PBX) |
863 | select USE_GENERIC_SMP_HELPERS | 863 | select USE_GENERIC_SMP_HELPERS |
864 | help | 864 | help |
865 | 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 |
@@ -916,7 +916,7 @@ config HOTPLUG_CPU | |||
916 | 916 | ||
917 | config LOCAL_TIMERS | 917 | config LOCAL_TIMERS |
918 | bool "Use local timer interrupts" | 918 | bool "Use local timer interrupts" |
919 | depends on SMP && (REALVIEW_EB_ARM11MP || MACH_REALVIEW_PB11MP || REALVIEW_EB_A9MP) | 919 | depends on SMP && (REALVIEW_EB_ARM11MP || MACH_REALVIEW_PB11MP || REALVIEW_EB_A9MP || MACH_REALVIEW_PBX) |
920 | default y | 920 | default y |
921 | help | 921 | help |
922 | Enable support for local timers on SMP platforms, rather then the | 922 | Enable support for local timers on SMP platforms, rather then the |