summaryrefslogtreecommitdiff
path: root/arch/arm/Kconfig
diff options
context:
space:
mode:
authorMarc Zyngier <marc.zyngier@arm.com>2012-01-16 11:44:12 (GMT)
committerMarc Zyngier <marc.zyngier@arm.com>2012-02-03 11:34:26 (GMT)
commitbc8d849d9171a2014f8e9b0322f3ac5af9d3f2b2 (patch)
treef48104d5dc91dbf248f55a4ca227e31d3e0959d6 /arch/arm/Kconfig
parent30c9c5b157b70d0a2f1fd0f37b936e63bade0d58 (diff)
downloadlinux-fsl-qoriq-bc8d849d9171a2014f8e9b0322f3ac5af9d3f2b2.tar.xz
ARM: prima2: convert to common sched_clock() implementation
Prima2 has its own sched_clock() implementation, which gets in the way of a single zImage. Moving to the common sched_clock framework makes the code slightly cleaner (the mapping hack in sched_clock() goes away...). Acked-by: Barry Song <baohua.song@csr.com> Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
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 cb75734..a18550e 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -388,6 +388,7 @@ config ARCH_PRIMA2
select GENERIC_CLOCKEVENTS
select CLKDEV_LOOKUP
select GENERIC_IRQ_CHIP
+ select HAVE_SCHED_CLOCK
select MIGHT_HAVE_CACHE_L2X0
select USE_OF
select ZONE_DMA