diff options
author | Catalin Marinas <catalin.marinas@arm.com> | 2008-02-04 11:24:54 -0500 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2008-02-04 12:52:16 -0500 |
commit | 85802afeb010502471f64dccf9839f60995c8579 (patch) | |
tree | cfeb1aa57a7c0f1691301ccd14fc4da044aa5157 /arch/arm/Kconfig | |
parent | ae9458d6a0956aa21cb49e1251e35a8d4dacbe6e (diff) |
[ARM] 4811/1: RealView: clocksource support for the RealView platforms
The patch updates the RealView platform code to use the generic
clocksource infrastructure for basic time keeping. Based on the
Versatile implementation by Kevin Hilman.
Signed-off-by: Catalin Marinas <catalin.marinas@arm.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 4b1a8e3d292c..a2b7e4a52f73 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig | |||
@@ -168,6 +168,7 @@ config ARCH_REALVIEW | |||
168 | bool "ARM Ltd. RealView family" | 168 | bool "ARM Ltd. RealView family" |
169 | select ARM_AMBA | 169 | select ARM_AMBA |
170 | select ICST307 | 170 | select ICST307 |
171 | select GENERIC_TIME | ||
171 | help | 172 | help |
172 | This enables support for ARM Ltd RealView boards. | 173 | This enables support for ARM Ltd RealView boards. |
173 | 174 | ||