diff options
author | Russell King <rmk+kernel@arm.linux.org.uk> | 2010-12-16 00:46:48 +0300 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2010-12-23 01:44:45 +0300 |
commit | 28bb7bc61a8cd48716d38d9c153fdc524f09870a (patch) | |
tree | 0ac6969dffbe5def2400fc18321789206711465a /arch/arm/Kconfig | |
parent | 5b0d495c067d843c52fc1f9edbca29d5e9368b10 (diff) | |
download | linux-28bb7bc61a8cd48716d38d9c153fdc524f09870a.tar.xz |
ARM: mmp: convert sched_clock() to use new infrastructure
Convert mmp to use the new sched_clock() infrastructure for extending
32bit counters to full 64-bit nanoseconds.
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
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 6f58bce687f3..0208e1e9ed79 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -513,6 +513,7 @@ config ARCH_MMP select ARCH_REQUIRE_GPIOLIB select COMMON_CLKDEV select GENERIC_CLOCKEVENTS + select HAVE_SCHED_CLOCK select TICK_ONESHOT select PLAT_PXA select SPARSE_IRQ |