diff options
author | Catalin Marinas <catalin.marinas@arm.com> | 2008-02-04 11:26:55 -0500 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2008-02-04 12:52:17 -0500 |
commit | ae30ceac3c6bbacdb227816abe6f0c7ea867ac7c (patch) | |
tree | aeb0d30de00a6ef48224845f2e9cb21ddb57e9f5 /arch/arm/Kconfig | |
parent | 85802afeb010502471f64dccf9839f60995c8579 (diff) |
[ARM] 4812/1: RealView: clockevents support for the RealView platforms
The patch updates the RealView code to the clockevents infrastructure.
The SMP support is implemented in subsequent patches. 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 a2b7e4a52f73..b82828e768ad 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig | |||
@@ -169,6 +169,7 @@ config ARCH_REALVIEW | |||
169 | select ARM_AMBA | 169 | select ARM_AMBA |
170 | select ICST307 | 170 | select ICST307 |
171 | select GENERIC_TIME | 171 | select GENERIC_TIME |
172 | select GENERIC_CLOCKEVENTS | ||
172 | help | 173 | help |
173 | This enables support for ARM Ltd RealView boards. | 174 | This enables support for ARM Ltd RealView boards. |
174 | 175 | ||