aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/Kconfig
diff options
context:
space:
mode:
authorRussell King <rmk+kernel@arm.linux.org.uk>2010-12-15 16:46:48 -0500
committerRussell King <rmk+kernel@arm.linux.org.uk>2010-12-22 17:44:45 -0500
commit28bb7bc61a8cd48716d38d9c153fdc524f09870a (patch)
tree0ac6969dffbe5def2400fc18321789206711465a /arch/arm/Kconfig
parent5b0d495c067d843c52fc1f9edbca29d5e9368b10 (diff)
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/Kconfig1
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
513 select ARCH_REQUIRE_GPIOLIB 513 select ARCH_REQUIRE_GPIOLIB
514 select COMMON_CLKDEV 514 select COMMON_CLKDEV
515 select GENERIC_CLOCKEVENTS 515 select GENERIC_CLOCKEVENTS
516 select HAVE_SCHED_CLOCK
516 select TICK_ONESHOT 517 select TICK_ONESHOT
517 select PLAT_PXA 518 select PLAT_PXA
518 select SPARSE_IRQ 519 select SPARSE_IRQ