diff options
author | Russell King <rmk@dyn-67.arm.linux.org.uk> | 2008-12-01 12:53:45 -0500 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2008-12-01 12:53:45 -0500 |
commit | 657e1de8e742cf81153d2d15545948bd58294200 (patch) | |
tree | 0fa3df23305e3763027f819cde6016dde8b24223 /arch/arm/Kconfig | |
parent | 93982535a201399c0023c1166a7f16a335134d5a (diff) | |
parent | 6f13d278836d7251168631faeb0cbf5e4cdd98e5 (diff) |
Merge branch 'for-rmk-realview' of git://linux-arm.org/linux-2.6 into devel
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 131b7120995e..93c5bebcd10f 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig | |||
@@ -804,7 +804,7 @@ config HOTPLUG_CPU | |||
804 | 804 | ||
805 | config LOCAL_TIMERS | 805 | config LOCAL_TIMERS |
806 | bool "Use local timer interrupts" | 806 | bool "Use local timer interrupts" |
807 | depends on SMP && (REALVIEW_EB_ARM11MP || MACH_REALVIEW_PB11MP) | 807 | depends on SMP && (REALVIEW_EB_ARM11MP || MACH_REALVIEW_PB11MP || REALVIEW_EB_A9MP) |
808 | default y | 808 | default y |
809 | help | 809 | help |
810 | Enable support for local timers on SMP platforms, rather then the | 810 | Enable support for local timers on SMP platforms, rather then the |