diff options
author | Catalin Marinas <catalin.marinas@arm.com> | 2008-02-04 11:47:04 -0500 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2008-02-04 12:52:28 -0500 |
commit | 41579f49da23e2d26b6e5efa5c3311998e911e5c (patch) | |
tree | ea7e7d6ca2dedb36712065f45d5d2c12441510da /arch/arm/Kconfig | |
parent | 39e823e35b791b905e0d8eba62e8b3a0b3351936 (diff) |
[ARM] 4822/1: RealView: Change the REALVIEW_MPCORE configuration option
This patch changes the REALVIEW_MPCORE configuration option to
REALVIEW_EB_ARM11MP since this is only specific to RealView/EB.
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
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 a0aeecc33c73..a421a7f24092 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig | |||
@@ -611,7 +611,7 @@ source "kernel/time/Kconfig" | |||
611 | 611 | ||
612 | config SMP | 612 | config SMP |
613 | bool "Symmetric Multi-Processing (EXPERIMENTAL)" | 613 | bool "Symmetric Multi-Processing (EXPERIMENTAL)" |
614 | depends on EXPERIMENTAL && REALVIEW_MPCORE | 614 | depends on EXPERIMENTAL && REALVIEW_EB_ARM11MP |
615 | help | 615 | help |
616 | This enables support for systems with more than one CPU. If you have | 616 | This enables support for systems with more than one CPU. If you have |
617 | a system with only one CPU, like most personal computers, say N. If | 617 | a system with only one CPU, like most personal computers, say N. If |
@@ -645,7 +645,7 @@ config HOTPLUG_CPU | |||
645 | 645 | ||
646 | config LOCAL_TIMERS | 646 | config LOCAL_TIMERS |
647 | bool "Use local timer interrupts" | 647 | bool "Use local timer interrupts" |
648 | depends on SMP && REALVIEW_MPCORE | 648 | depends on SMP && REALVIEW_EB_ARM11MP |
649 | default y | 649 | default y |
650 | help | 650 | help |
651 | Enable support for local timers on SMP platforms, rather then the | 651 | Enable support for local timers on SMP platforms, rather then the |