diff options
author | Russell King <rmk@dyn-67.arm.linux.org.uk> | 2005-11-09 05:50:29 -0500 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2005-11-09 05:50:29 -0500 |
commit | 2a98beb6390aef8fad85103ea25b3b1ace8015b5 (patch) | |
tree | 09f3e0de9a49f0f61d7f44c6c03218bf29f5d1dd /arch/arm/Kconfig | |
parent | 37ee16ae93a3e4ae7dd51beb81d249f5f12a55c2 (diff) |
[ARM SMP] Add local timer support for Realview MPcore
Add platform specific parts for local timer support for the
Realview board.
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r-- | arch/arm/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 3bfef0934c9d..ec77721507cb 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig | |||
@@ -358,7 +358,7 @@ config HOTPLUG_CPU | |||
358 | 358 | ||
359 | config LOCAL_TIMERS | 359 | config LOCAL_TIMERS |
360 | bool "Use local timer interrupts" | 360 | bool "Use local timer interrupts" |
361 | depends on SMP && n | 361 | depends on SMP && REALVIEW_MPCORE |
362 | default y | 362 | default y |
363 | help | 363 | help |
364 | Enable support for local timers on SMP platforms, rather then the | 364 | Enable support for local timers on SMP platforms, rather then the |