diff options
author | Russell King <rmk+kernel@arm.linux.org.uk> | 2010-12-16 00:48:15 +0300 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2010-12-23 01:44:45 +0300 |
commit | 7ce830188199c23aaeaf0c5ccc28b73c32b6df02 (patch) | |
tree | b34f40b20e0b5ce92c1c792b6fffe90efff32b0a /arch/arm/Kconfig | |
parent | 28bb7bc61a8cd48716d38d9c153fdc524f09870a (diff) | |
download | linux-7ce830188199c23aaeaf0c5ccc28b73c32b6df02.tar.xz |
ARM: pxa: convert sched_clock() to use new infrastructure
Convert pxa to use the new sched_clock() infrastructure for extending
32bit counters to full 64-bit nanoseconds.
Tested-by: Eric Miao <eric.y.miao@gmail.com>
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 0208e1e9ed79..23035d65252c 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -593,6 +593,7 @@ config ARCH_PXA select COMMON_CLKDEV select ARCH_REQUIRE_GPIOLIB select GENERIC_CLOCKEVENTS + select HAVE_SCHED_CLOCK select TICK_ONESHOT select PLAT_PXA select SPARSE_IRQ |