aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/Kconfig
diff options
context:
space:
mode:
authorRussell King <rmk+kernel@arm.linux.org.uk>2010-12-15 16:52:10 -0500
committerRussell King <rmk+kernel@arm.linux.org.uk>2010-12-22 17:44:47 -0500
commit08f26b1ef25a2f7b52afcb805d260fd5a000a7f6 (patch)
tree1eedbff4c0653868179dd3b7561a1c27df680646 /arch/arm/Kconfig
parent5c21b7ca2c1cca3758a1d357dd57987c96ad1aa0 (diff)
ARM: iop: convert sched_clock() to use new infrastructure
Convert iop platforms to use the new sched_clock() infrastructure for extending 32bit counters to full 64-bit nanoseconds. Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r--arch/arm/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index d5bd266ee56..58e2fe30715 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -992,6 +992,7 @@ config ARCH_ACORN
992config PLAT_IOP 992config PLAT_IOP
993 bool 993 bool
994 select GENERIC_CLOCKEVENTS 994 select GENERIC_CLOCKEVENTS
995 select HAVE_SCHED_CLOCK
995 996
996config PLAT_ORION 997config PLAT_ORION
997 bool 998 bool