summaryrefslogtreecommitdiffstats
path: root/arch/arm/Kconfig
diff options
context:
space:
mode:
authorRussell King2010-12-15 22:52:10 +0100
committerRussell King2010-12-22 23:44:47 +0100
commit08f26b1ef25a2f7b52afcb805d260fd5a000a7f6 (patch)
tree1eedbff4c0653868179dd3b7561a1c27df680646 /arch/arm/Kconfig
parentARM: u300: convert sched_clock() to use new infrastructure (diff)
downloadkernel-qcow2-linux-08f26b1ef25a2f7b52afcb805d260fd5a000a7f6.tar.gz
kernel-qcow2-linux-08f26b1ef25a2f7b52afcb805d260fd5a000a7f6.tar.xz
kernel-qcow2-linux-08f26b1ef25a2f7b52afcb805d260fd5a000a7f6.zip
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 d5bd266ee565..58e2fe30715b 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -992,6 +992,7 @@ config ARCH_ACORN
config PLAT_IOP
bool
select GENERIC_CLOCKEVENTS
+ select HAVE_SCHED_CLOCK
config PLAT_ORION
bool