diff options
author | Russell King <rmk+kernel@arm.linux.org.uk> | 2010-12-15 16:49:42 -0500 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2010-12-22 17:44:47 -0500 |
commit | e3f4c0ab916334e861fc49eeb2673a8c13e978e7 (patch) | |
tree | b3275eb4e32b4d4037dc67ad380dfcdacc20750c /arch/arm/Kconfig | |
parent | 5094b92f1c7d0f21c5d4411ba7415bac0684210f (diff) |
ARM: tegra: convert sched_clock() to use new infrastructure
Convert tegra to use the new sched_clock() infrastructure for extending
32bit counters to full 64-bit nanoseconds.
Tested-by: Olof Johansson <olof@lixom.net>
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 0e1a9667a869..ec7b0274d46a 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig | |||
@@ -570,6 +570,7 @@ config ARCH_TEGRA | |||
570 | select GENERIC_CLOCKEVENTS | 570 | select GENERIC_CLOCKEVENTS |
571 | select GENERIC_GPIO | 571 | select GENERIC_GPIO |
572 | select HAVE_CLK | 572 | select HAVE_CLK |
573 | select HAVE_SCHED_CLOCK | ||
573 | select COMMON_CLKDEV | 574 | select COMMON_CLKDEV |
574 | select ARCH_HAS_BARRIERS if CACHE_L2X0 | 575 | select ARCH_HAS_BARRIERS if CACHE_L2X0 |
575 | select ARCH_HAS_CPUFREQ | 576 | select ARCH_HAS_CPUFREQ |