diff options
author | Russell King <rmk+kernel@arm.linux.org.uk> | 2010-12-15 16:58:50 -0500 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2011-01-05 06:16:00 -0500 |
commit | 0af85dda39d9b673aca8c0ebae004ea70f3efc93 (patch) | |
tree | a3fad536f3c5cb4e91291efeb26eca93c2f37fd2 /arch/arm/Kconfig | |
parent | 1da0c89c66753860ccfe81eb327c25db46c2a24a (diff) |
ARM: vexpress: add sched_clock() for Versatile Express
Add a sched_clock() implementation to Versatile Express using 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 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 34311f40d713..17b5ff0db1dc 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig | |||
@@ -268,6 +268,7 @@ config ARCH_VEXPRESS | |||
268 | select COMMON_CLKDEV | 268 | select COMMON_CLKDEV |
269 | select GENERIC_CLOCKEVENTS | 269 | select GENERIC_CLOCKEVENTS |
270 | select HAVE_CLK | 270 | select HAVE_CLK |
271 | select HAVE_SCHED_CLOCK | ||
271 | select ICST | 272 | select ICST |
272 | select PLAT_VERSATILE | 273 | select PLAT_VERSATILE |
273 | help | 274 | help |