diff options
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 5021db2217ed..fc022f06979f 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig | |||
@@ -782,7 +782,7 @@ config HOTPLUG_CPU | |||
782 | 782 | ||
783 | config LOCAL_TIMERS | 783 | config LOCAL_TIMERS |
784 | bool "Use local timer interrupts" | 784 | bool "Use local timer interrupts" |
785 | depends on SMP && (REALVIEW_EB_ARM11MP || MACH_REALVIEW_PB11MP) | 785 | depends on SMP && (REALVIEW_EB_ARM11MP || MACH_REALVIEW_PB11MP || REALVIEW_EB_A9MP) |
786 | default y | 786 | default y |
787 | help | 787 | help |
788 | Enable support for local timers on SMP platforms, rather then the | 788 | Enable support for local timers on SMP platforms, rather then the |