diff options
author | Russell King <rmk+kernel@arm.linux.org.uk> | 2010-12-15 16:49:06 -0500 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2010-12-22 17:44:46 -0500 |
commit | 5094b92f1c7d0f21c5d4411ba7415bac0684210f (patch) | |
tree | dd7ea2777e5c0470fe7c46c9b8ec3ed16885ddcb /arch/arm/Kconfig | |
parent | 7ce830188199c23aaeaf0c5ccc28b73c32b6df02 (diff) |
ARM: sa1100: convert sched_clock() to use new infrastructure
Convert sa1100 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/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 23035d65252c..0e1a9667a869 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig | |||
@@ -642,6 +642,7 @@ config ARCH_SA1100 | |||
642 | select CPU_FREQ | 642 | select CPU_FREQ |
643 | select GENERIC_CLOCKEVENTS | 643 | select GENERIC_CLOCKEVENTS |
644 | select HAVE_CLK | 644 | select HAVE_CLK |
645 | select HAVE_SCHED_CLOCK | ||
645 | select TICK_ONESHOT | 646 | select TICK_ONESHOT |
646 | select ARCH_REQUIRE_GPIOLIB | 647 | select ARCH_REQUIRE_GPIOLIB |
647 | help | 648 | help |