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 6adf79869f8c..03301cb114ac 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -1654,7 +1654,7 @@ config LOCAL_TIMERS
1654 bool "Use local timer interrupts" 1654 bool "Use local timer interrupts"
1655 depends on SMP 1655 depends on SMP
1656 default y 1656 default y
1657 select HAVE_ARM_TWD if (!ARCH_MSM_SCORPIONMP && !EXYNOS4_MCT) 1657 select HAVE_ARM_TWD if (!ARCH_MSM_SCORPIONMP && !CLKSRC_EXYNOS_MCT)
1658 help 1658 help
1659 Enable support for local timers on SMP platforms, rather then the 1659 Enable support for local timers on SMP platforms, rather then the
1660 legacy IPI broadcast method. Local timers allows the system 1660 legacy IPI broadcast method. Local timers allows the system