diff options
author | Jan Weitzel <j.weitzel@phytec.de> | 2011-03-17 12:44:30 (GMT) |
---|---|---|
committer | Sascha Hauer <s.hauer@pengutronix.de> | 2011-03-23 14:08:13 (GMT) |
commit | c124befc0d1981f5f3e438d06313fa8270a9edb6 (patch) | |
tree | 426821450899fcf3dcef0578b8ab45d728856441 /arch/arm/Kconfig | |
parent | 93b20e4fdbe1ddc4bef79d968cb1ba453324a499 (diff) | |
download | linux-fsl-qoriq-c124befc0d1981f5f3e438d06313fa8270a9edb6.tar.xz |
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/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 599e163..f4027ab 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 |