diff options
author | Russell King | 2010-12-15 22:50:14 +0100 |
---|---|---|
committer | Russell King | 2010-12-22 23:44:47 +0100 |
commit | 5c21b7ca2c1cca3758a1d357dd57987c96ad1aa0 (patch) | |
tree | 4b2883e118d67534e139f7508bedb656abb63812 /arch/arm/Kconfig | |
parent | ARM: tegra: convert sched_clock() to use new infrastructure (diff) | |
download | kernel-qcow2-linux-5c21b7ca2c1cca3758a1d357dd57987c96ad1aa0.tar.gz kernel-qcow2-linux-5c21b7ca2c1cca3758a1d357dd57987c96ad1aa0.tar.xz kernel-qcow2-linux-5c21b7ca2c1cca3758a1d357dd57987c96ad1aa0.zip |
ARM: u300: convert sched_clock() to use new infrastructure
Convert u300 to use the new sched_clock() infrastructure for extending
32bit counters to full 64-bit nanoseconds.
Acked-by: Linus Walleij <linus.walleij@stericsson.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 ec7b0274d46a..d5bd266ee565 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -790,6 +790,7 @@ config ARCH_U300 bool "ST-Ericsson U300 Series" depends on MMU select CPU_ARM926T + select HAVE_SCHED_CLOCK select HAVE_TCM select ARM_AMBA select ARM_VIC |