summaryrefslogtreecommitdiffstats
path: root/arch/arm/Kconfig
diff options
context:
space:
mode:
authorRussell King2010-12-15 22:53:51 +0100
committerRussell King2010-12-22 23:44:49 +0100
commitdc548fbbd2ecd0fc3b02301d551e5f8e19ae58fd (patch)
treeb96dc2b070c8f3b1835c2ee1fd6bf0e2b13b67f9 /arch/arm/Kconfig
parentARM: nomadik: convert sched_clock() to use new infrastructure (diff)
downloadkernel-qcow2-linux-dc548fbbd2ecd0fc3b02301d551e5f8e19ae58fd.tar.gz
kernel-qcow2-linux-dc548fbbd2ecd0fc3b02301d551e5f8e19ae58fd.tar.xz
kernel-qcow2-linux-dc548fbbd2ecd0fc3b02301d551e5f8e19ae58fd.zip
ARM: omap: convert sched_clock() to use new infrastructure
Convert omap to use the new sched_clock() infrastructure for extending 32bit counters to full 64-bit nanoseconds. Tested-by: Santosh Shilimkar <santosh.shilimkar@ti.com> 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 58e2fe30715b..726279fe3f53 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -839,6 +839,7 @@ config ARCH_OMAP
select ARCH_REQUIRE_GPIOLIB
select ARCH_HAS_CPUFREQ
select GENERIC_CLOCKEVENTS
+ select HAVE_SCHED_CLOCK
select ARCH_HAS_HOLES_MEMORYMODEL
help
Support for TI's OMAP platform (OMAP1/2/3/4).