summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-nomadik
diff options
context:
space:
mode:
authorLinus Walleij2013-04-20 16:09:17 +0200
committerOlof Johansson2013-04-27 02:10:46 +0200
commitea7113f70d6f91dee0d7afd8580c8cac06b6d222 (patch)
treee395d66efd8aae4cfb237ae82a3167695240fb8f /arch/arm/mach-nomadik
parentMerge branch 'samsung/exynos-multiplatform' into next/multiplatform (diff)
downloadkernel-qcow2-linux-ea7113f70d6f91dee0d7afd8580c8cac06b6d222.tar.gz
kernel-qcow2-linux-ea7113f70d6f91dee0d7afd8580c8cac06b6d222.tar.xz
kernel-qcow2-linux-ea7113f70d6f91dee0d7afd8580c8cac06b6d222.zip
clocksource: nomadik-mtu: fix up clocksource/timer
The Nomadik clocksource driver has had a bad define making it impossible to use it for sched_clock() for a while. Fix this and also enable it for the Nomadik. Signed-off-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'arch/arm/mach-nomadik')
-rw-r--r--arch/arm/mach-nomadik/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-nomadik/Kconfig b/arch/arm/mach-nomadik/Kconfig
index 3213badf25d8..9b9d105f194c 100644
--- a/arch/arm/mach-nomadik/Kconfig
+++ b/arch/arm/mach-nomadik/Kconfig
@@ -5,6 +5,7 @@ config ARCH_NOMADIK
select ARM_AMBA
select ARM_VIC
select CLKSRC_NOMADIK_MTU
+ select CLKSRC_NOMADIK_MTU_SCHED_CLOCK
select COMMON_CLK
select CPU_ARM926T
select GENERIC_CLOCKEVENTS