diff options
author | Jan Weitzel <j.weitzel@phytec.de> | 2011-03-17 08:44:30 -0400 |
---|---|---|
committer | Sascha Hauer <s.hauer@pengutronix.de> | 2011-03-23 10:08:13 -0400 |
commit | c124befc0d1981f5f3e438d06313fa8270a9edb6 (patch) | |
tree | 426821450899fcf3dcef0578b8ab45d728856441 /arch/arm/Kconfig | |
parent | 93b20e4fdbe1ddc4bef79d968cb1ba453324a499 (diff) |
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 599e1634840d..f4027abac8aa 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig | |||
@@ -362,6 +362,7 @@ config ARCH_MXC | |||
362 | select GENERIC_CLOCKEVENTS | 362 | select GENERIC_CLOCKEVENTS |
363 | select ARCH_REQUIRE_GPIOLIB | 363 | select ARCH_REQUIRE_GPIOLIB |
364 | select CLKDEV_LOOKUP | 364 | select CLKDEV_LOOKUP |
365 | select HAVE_SCHED_CLOCK | ||
365 | help | 366 | help |
366 | Support for Freescale MXC/iMX-based family of processors | 367 | Support for Freescale MXC/iMX-based family of processors |
367 | 368 | ||