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 4039a133006e..bbae45a1e13b 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig | |||
@@ -650,7 +650,7 @@ source "kernel/time/Kconfig" | |||
650 | 650 | ||
651 | config SMP | 651 | config SMP |
652 | bool "Symmetric Multi-Processing (EXPERIMENTAL)" | 652 | bool "Symmetric Multi-Processing (EXPERIMENTAL)" |
653 | depends on EXPERIMENTAL && REALVIEW_EB_ARM11MP | 653 | depends on EXPERIMENTAL && (REALVIEW_EB_ARM11MP || MACH_REALVIEW_PB11MP) |
654 | help | 654 | help |
655 | This enables support for systems with more than one CPU. If you have | 655 | This enables support for systems with more than one CPU. If you have |
656 | a system with only one CPU, like most personal computers, say N. If | 656 | a system with only one CPU, like most personal computers, say N. If |
@@ -683,7 +683,7 @@ config HOTPLUG_CPU | |||
683 | 683 | ||
684 | config LOCAL_TIMERS | 684 | config LOCAL_TIMERS |
685 | bool "Use local timer interrupts" | 685 | bool "Use local timer interrupts" |
686 | depends on SMP && REALVIEW_EB_ARM11MP | 686 | depends on SMP && (REALVIEW_EB_ARM11MP || MACH_REALVIEW_PB11MP) |
687 | default y | 687 | default y |
688 | help | 688 | help |
689 | Enable support for local timers on SMP platforms, rather then the | 689 | Enable support for local timers on SMP platforms, rather then the |