summaryrefslogtreecommitdiffstats
path: root/arch/arm/plat-versatile
diff options
context:
space:
mode:
authorLinus Walleij2012-01-31 23:38:23 +0100
committerRussell King2012-03-24 10:38:51 +0100
commita9d6d15131b0519363b0c94734ee80955c411093 (patch)
tree95c534c441e26e11a10fa06abeacbc6fd8b40070 /arch/arm/plat-versatile
parentARM: 7294/1: vectors: use gate_vma for vectors user mapping (diff)
downloadkernel-qcow2-linux-a9d6d15131b0519363b0c94734ee80955c411093.tar.gz
kernel-qcow2-linux-a9d6d15131b0519363b0c94734ee80955c411093.tar.xz
kernel-qcow2-linux-a9d6d15131b0519363b0c94734ee80955c411093.zip
ARM: 7310/1: integrator: implement sched_clock across all boards
Now that we can select a sched_clock at runtime, let's implement it for the Integrator AP, default-select the one found in all other board it for all plat-versatile boards and make the right clock kick in at runtime. Signed-off-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/plat-versatile')
-rw-r--r--arch/arm/plat-versatile/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/plat-versatile/Kconfig b/arch/arm/plat-versatile/Kconfig
index 52353beb369d..aa63f38f2848 100644
--- a/arch/arm/plat-versatile/Kconfig
+++ b/arch/arm/plat-versatile/Kconfig
@@ -11,7 +11,7 @@ config PLAT_VERSATILE_LEDS
depends on ARCH_REALVIEW || ARCH_VERSATILE
config PLAT_VERSATILE_SCHED_CLOCK
- def_bool y if !ARCH_INTEGRATOR_AP
+ def_bool y
select HAVE_SCHED_CLOCK
endif