diff options
author | Russell King <rmk+kernel@arm.linux.org.uk> | 2010-01-17 00:52:12 +0100 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2010-05-02 10:35:36 +0200 |
commit | 5a46334ac688fb538b335599e1ff3b6cfaf769e9 (patch) | |
tree | 2d413d7d591fa23f7694c312514c3286078d576a /arch/arm/mach-integrator/Kconfig | |
parent | ARM: Realview/Versatile/Integrator: remove unused definitions from platform.h (diff) | |
download | linux-5a46334ac688fb538b335599e1ff3b6cfaf769e9.tar.xz linux-5a46334ac688fb538b335599e1ff3b6cfaf769e9.zip |
ARM: Integrator: convert Integrator/CP to use SP804 timer support
The Integrator/CP board has SP804-compatible timer modules, so use
the SP804-compatible code from Versatile and Realview.
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mach-integrator/Kconfig')
-rw-r--r-- | arch/arm/mach-integrator/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-integrator/Kconfig b/arch/arm/mach-integrator/Kconfig index df97d16390e3..27db275b367c 100644 --- a/arch/arm/mach-integrator/Kconfig +++ b/arch/arm/mach-integrator/Kconfig @@ -11,6 +11,7 @@ config ARCH_INTEGRATOR_AP config ARCH_INTEGRATOR_CP bool "Support Integrator/CP platform" select ARCH_CINTEGRATOR + select ARM_TIMER_SP804 help Include support for the ARM(R) Integrator CP platform. |