diff options
author | Russell King <rmk+kernel@arm.linux.org.uk> | 2011-05-12 08:43:39 -0400 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2011-05-23 13:04:54 -0400 |
commit | 82d63734ea0c7f656b8bf3a885f3626b04eb4180 (patch) | |
tree | 6db58ea2ce3c280e51b63c5f8fa618b336698ae2 /arch/arm/Kconfig | |
parent | ede2e23456c1a4b9ce038bb4ed095ed442b1b07e (diff) |
ARM: bcmring: convert to sp804 clocksource
bcmring has a set of four sp804 timers incorporated, yet it has its
own copy of the sp804 code. Convert its clocksource implementation
to the standard sp804 support code.
Cc: Jiandong Zheng <jdzheng@broadcom.com>
Cc: Scott Branden <sbranden@broadcom.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r-- | arch/arm/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 43f003a5a0f4..903c9c4bd68e 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig | |||
@@ -297,6 +297,7 @@ config ARCH_BCMRING | |||
297 | depends on MMU | 297 | depends on MMU |
298 | select CPU_V6 | 298 | select CPU_V6 |
299 | select ARM_AMBA | 299 | select ARM_AMBA |
300 | select ARM_TIMER_SP804 | ||
300 | select CLKDEV_LOOKUP | 301 | select CLKDEV_LOOKUP |
301 | select GENERIC_CLOCKEVENTS | 302 | select GENERIC_CLOCKEVENTS |
302 | select ARCH_WANT_OPTIONAL_GPIOLIB | 303 | select ARCH_WANT_OPTIONAL_GPIOLIB |