diff options
author | Russell King <rmk+kernel@arm.linux.org.uk> | 2010-12-15 16:48:15 -0500 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2010-12-22 17:44:45 -0500 |
commit | 7ce830188199c23aaeaf0c5ccc28b73c32b6df02 (patch) | |
tree | b34f40b20e0b5ce92c1c792b6fffe90efff32b0a /arch/arm/Kconfig | |
parent | 28bb7bc61a8cd48716d38d9c153fdc524f09870a (diff) |
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 | |||
593 | select COMMON_CLKDEV | 593 | select COMMON_CLKDEV |
594 | select ARCH_REQUIRE_GPIOLIB | 594 | select ARCH_REQUIRE_GPIOLIB |
595 | select GENERIC_CLOCKEVENTS | 595 | select GENERIC_CLOCKEVENTS |
596 | select HAVE_SCHED_CLOCK | ||
596 | select TICK_ONESHOT | 597 | select TICK_ONESHOT |
597 | select PLAT_PXA | 598 | select PLAT_PXA |
598 | select SPARSE_IRQ | 599 | select SPARSE_IRQ |