diff options
author | Russell King <rmk+kernel@arm.linux.org.uk> | 2010-12-15 16:56:47 -0500 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2010-12-22 17:44:50 -0500 |
commit | 1da0c89c66753860ccfe81eb327c25db46c2a24a (patch) | |
tree | 565710dc2a57dca18a17d3e34465485f32191b81 /arch/arm/Kconfig | |
parent | f06a1624621527ef597ae4b3b795553fc1b2eff2 (diff) |
ARM: versatile: convert sched_clock() to use new infrastructure
Convert versatile platforms to use the new sched_clock() infrastructure
for extending 32bit counters to full 64-bit nanoseconds.
Tested-by: Will Deacon <will.deacon@arm.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r-- | arch/arm/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 92e8c0174dd0..34311f40d713 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig | |||
@@ -236,6 +236,7 @@ config ARCH_REALVIEW | |||
236 | bool "ARM Ltd. RealView family" | 236 | bool "ARM Ltd. RealView family" |
237 | select ARM_AMBA | 237 | select ARM_AMBA |
238 | select COMMON_CLKDEV | 238 | select COMMON_CLKDEV |
239 | select HAVE_SCHED_CLOCK | ||
239 | select ICST | 240 | select ICST |
240 | select GENERIC_CLOCKEVENTS | 241 | select GENERIC_CLOCKEVENTS |
241 | select ARCH_WANT_OPTIONAL_GPIOLIB | 242 | select ARCH_WANT_OPTIONAL_GPIOLIB |
@@ -250,6 +251,7 @@ config ARCH_VERSATILE | |||
250 | select ARM_AMBA | 251 | select ARM_AMBA |
251 | select ARM_VIC | 252 | select ARM_VIC |
252 | select COMMON_CLKDEV | 253 | select COMMON_CLKDEV |
254 | select HAVE_SCHED_CLOCK | ||
253 | select ICST | 255 | select ICST |
254 | select GENERIC_CLOCKEVENTS | 256 | select GENERIC_CLOCKEVENTS |
255 | select ARCH_WANT_OPTIONAL_GPIOLIB | 257 | select ARCH_WANT_OPTIONAL_GPIOLIB |