diff options
author | Russell King <rmk+kernel@arm.linux.org.uk> | 2011-01-22 11:37:54 +0000 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2011-02-19 11:11:46 +0000 |
commit | d77e270c53a4911d23ded9f4ab8b175a3fe3bb34 (patch) | |
tree | 7ef42283816f32d55389026e51d6e9fdcae84f7a /arch/arm/plat-versatile | |
parent | 0462b4477ea3260304bbcd97c64c0b704b4f0f85 (diff) | |
download | talos-op-linux-d77e270c53a4911d23ded9f4ab8b175a3fe3bb34.tar.gz talos-op-linux-d77e270c53a4911d23ded9f4ab8b175a3fe3bb34.zip |
ARM: integrator: add Integrator/CP sched_clock support
Integrator/CP has the 24MHz counter which Versatile and later platforms
also have, which we use for sched_clock support. Allow this counter to
be used when building a kernel targetting Integrator/CP alone.
Integrator/AP does not have this counter, so we must exclude support
for the Integrator family when this is enabled.
Acked-by: Catalin Marinas <catalin.marinas@arm.com>
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/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/plat-versatile/Kconfig b/arch/arm/plat-versatile/Kconfig index 0b275008d3e0..52353beb369d 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 + def_bool y if !ARCH_INTEGRATOR_AP select HAVE_SCHED_CLOCK endif |