summaryrefslogtreecommitdiff
path: root/arch/arm/Kconfig
diff options
context:
space:
mode:
authorRussell King <rmk+kernel@arm.linux.org.uk>2010-12-16 00:53:51 +0300
committerRussell King <rmk+kernel@arm.linux.org.uk>2010-12-23 01:44:49 +0300
commitdc548fbbd2ecd0fc3b02301d551e5f8e19ae58fd (patch)
treeb96dc2b070c8f3b1835c2ee1fd6bf0e2b13b67f9 /arch/arm/Kconfig
parentec05aa139939d9c7b790041a379f0e752b2f1a4d (diff)
downloadlinux-dc548fbbd2ecd0fc3b02301d551e5f8e19ae58fd.tar.xz
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).