diff options
author | Russell King <rmk+kernel@arm.linux.org.uk> | 2010-12-15 16:53:51 -0500 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2010-12-22 17:44:49 -0500 |
commit | dc548fbbd2ecd0fc3b02301d551e5f8e19ae58fd (patch) | |
tree | b96dc2b070c8f3b1835c2ee1fd6bf0e2b13b67f9 /arch/arm/Kconfig | |
parent | ec05aa139939d9c7b790041a379f0e752b2f1a4d (diff) |
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/Kconfig | 1 |
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 | |||
839 | select ARCH_REQUIRE_GPIOLIB | 839 | select ARCH_REQUIRE_GPIOLIB |
840 | select ARCH_HAS_CPUFREQ | 840 | select ARCH_HAS_CPUFREQ |
841 | select GENERIC_CLOCKEVENTS | 841 | select GENERIC_CLOCKEVENTS |
842 | select HAVE_SCHED_CLOCK | ||
842 | select ARCH_HAS_HOLES_MEMORYMODEL | 843 | select ARCH_HAS_HOLES_MEMORYMODEL |
843 | help | 844 | help |
844 | Support for TI's OMAP platform (OMAP1/2/3/4). | 845 | Support for TI's OMAP platform (OMAP1/2/3/4). |