aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/Kconfig
diff options
context:
space:
mode:
authorChanghwan Youn <chaos.youn@samsung.com>2011-03-11 10:39:57 +0900
committerKukjin Kim <kgene.kim@samsung.com>2011-03-11 10:40:37 +0900
commit30d8bead5a309492d1dae2f6511a0465fe6ad05e (patch)
tree0c2d5f42b58d9ade1a1a317dcddf89a5042f4d21 /arch/arm/Kconfig
parent614a392e1cce882745cdf130fe37fdf86bbd9b9a (diff)
downloadkernel_samsung_smdk4412-30d8bead5a309492d1dae2f6511a0465fe6ad05e.zip
kernel_samsung_smdk4412-30d8bead5a309492d1dae2f6511a0465fe6ad05e.tar.gz
kernel_samsung_smdk4412-30d8bead5a309492d1dae2f6511a0465fe6ad05e.tar.bz2
ARM: EXYNOS4: Implement kernel timers using MCT
The Multi-Core Timer(MCT) of EXYNOS4 is designed for implementing clock source timer and clock event timers. This patch implements 1 clock source timer with 64 bit free running counter of MCT and 2 clock event timers with two of 31-bit tick counters. Signed-off-by: Changhwan Youn <chaos.youn@samsung.com> Cc: Ben Dooks <ben-linux@fluff.org> Cc: Russell King <rmk+kernel@arm.linux.org.uk> Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
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 ec3bf98..b4db99b 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -1366,7 +1366,7 @@ config LOCAL_TIMERS
bool "Use local timer interrupts"
depends on SMP
default y
- select HAVE_ARM_TWD if !ARCH_MSM_SCORPIONMP
+ select HAVE_ARM_TWD if (!ARCH_MSM_SCORPIONMP && !EXYNOS4_MCT)
help
Enable support for local timers on SMP platforms, rather then the
legacy IPI broadcast method. Local timers allows the system