diff options
author | Russell King <rmk+kernel@arm.linux.org.uk> | 2010-12-15 16:50:14 -0500 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2010-12-22 17:44:47 -0500 |
commit | 5c21b7ca2c1cca3758a1d357dd57987c96ad1aa0 (patch) | |
tree | 4b2883e118d67534e139f7508bedb656abb63812 /arch/arm/Kconfig | |
parent | e3f4c0ab916334e861fc49eeb2673a8c13e978e7 (diff) |
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 | |||
790 | bool "ST-Ericsson U300 Series" | 790 | bool "ST-Ericsson U300 Series" |
791 | depends on MMU | 791 | depends on MMU |
792 | select CPU_ARM926T | 792 | select CPU_ARM926T |
793 | select HAVE_SCHED_CLOCK | ||
793 | select HAVE_TCM | 794 | select HAVE_TCM |
794 | select ARM_AMBA | 795 | select ARM_AMBA |
795 | select ARM_VIC | 796 | select ARM_VIC |