diff options
author | Russell King <rmk+kernel@arm.linux.org.uk> | 2010-12-15 16:55:06 -0500 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2010-12-22 17:44:49 -0500 |
commit | f06a1624621527ef597ae4b3b795553fc1b2eff2 (patch) | |
tree | bceabde5032fc27d71d6da436e74c7f848022825 /arch/arm/Kconfig | |
parent | dc548fbbd2ecd0fc3b02301d551e5f8e19ae58fd (diff) |
ARM: orion: convert sched_clock() to use new infrastructure
Convert orion platforms to use the new sched_clock() infrastructure for
extending 32bit counters to full 64-bit nanoseconds.
Acked-by: Nicolas Pitre <nico@fluxnic.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 726279fe3f53..92e8c0174dd0 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig | |||
@@ -997,6 +997,7 @@ config PLAT_IOP | |||
997 | 997 | ||
998 | config PLAT_ORION | 998 | config PLAT_ORION |
999 | bool | 999 | bool |
1000 | select HAVE_SCHED_CLOCK | ||
1000 | 1001 | ||
1001 | config PLAT_PXA | 1002 | config PLAT_PXA |
1002 | bool | 1003 | bool |