aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/Kconfig
diff options
context:
space:
mode:
authorJan Weitzel <j.weitzel@phytec.de>2011-03-17 13:44:30 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2011-03-23 15:08:13 +0100
commitc124befc0d1981f5f3e438d06313fa8270a9edb6 (patch)
tree426821450899fcf3dcef0578b8ab45d728856441 /arch/arm/Kconfig
parentARM: mxc: Add dummy_get_cycles to avoid access before init is done (diff)
downloadlinux-dev-c124befc0d1981f5f3e438d06313fa8270a9edb6.tar.xz
linux-dev-c124befc0d1981f5f3e438d06313fa8270a9edb6.zip
ARM: mxc: Add sched_clock to mxc platform
Add sched_clock using cyc_to_sched_clock and update_sched_clock with HAVE_SCHED_CLOCK tested on iMX27 and iMX35 Signed-off-by: Jan Weitzel <j.weitzel@phytec.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r--arch/arm/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 599e1634840d..f4027abac8aa 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -362,6 +362,7 @@ config ARCH_MXC
select GENERIC_CLOCKEVENTS
select ARCH_REQUIRE_GPIOLIB
select CLKDEV_LOOKUP
+ select HAVE_SCHED_CLOCK
help
Support for Freescale MXC/iMX-based family of processors