diff options
author | Thomas Abraham <thomas.abraham@linaro.org> | 2013-03-09 16:16:13 +0900 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2013-03-09 16:18:14 +0900 |
commit | 6938d75a8c1a1752f9fa7ef14a0c570036c7b73b (patch) | |
tree | 0eab3d60f50eb74d30c71e19b3b62e3de83df35c /arch/arm/Kconfig | |
parent | c933512bb6948763f8e7f340f026b4167c117920 (diff) | |
download | op-kernel-dev-6938d75a8c1a1752f9fa7ef14a0c570036c7b73b.zip op-kernel-dev-6938d75a8c1a1752f9fa7ef14a0c570036c7b73b.tar.gz |
ARM: EXYNOS: move mct driver to drivers/clocksource
Move the multi core timer (mct) driver to from mach-exynos
to drivers/clocksource and update the Kconfig and makefiles.
Cc: Changhwan Youn <chaos.youn@samsung.com>
Signed-off-by: Thomas Abraham <thomas.abraham@linaro.org>
Reviewed-by: Stephen Warren <swarren@nvidia.com>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
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 5b71469..94a0628 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -1650,7 +1650,7 @@ config LOCAL_TIMERS bool "Use local timer interrupts" depends on SMP default y - select HAVE_ARM_TWD if (!ARCH_MSM_SCORPIONMP && !EXYNOS4_MCT) + select HAVE_ARM_TWD if (!ARCH_MSM_SCORPIONMP && !CLKSRC_EXYNOS_MCT) help Enable support for local timers on SMP platforms, rather then the legacy IPI broadcast method. Local timers allows the system |