aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r--arch/arm/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index ec3bf985613c..b4db99bb4f85 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -1366,7 +1366,7 @@ config LOCAL_TIMERS
1366 bool "Use local timer interrupts" 1366 bool "Use local timer interrupts"
1367 depends on SMP 1367 depends on SMP
1368 default y 1368 default y
1369 select HAVE_ARM_TWD if !ARCH_MSM_SCORPIONMP 1369 select HAVE_ARM_TWD if (!ARCH_MSM_SCORPIONMP && !EXYNOS4_MCT)
1370 help 1370 help
1371 Enable support for local timers on SMP platforms, rather then the 1371 Enable support for local timers on SMP platforms, rather then the
1372 legacy IPI broadcast method. Local timers allows the system 1372 legacy IPI broadcast method. Local timers allows the system