diff options
author | Kevin Hilman <khilman@mvista.com> | 2007-03-08 14:30:38 -0500 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2007-04-21 16:02:51 -0400 |
commit | 89df127246f23add865f4a8f719c990e41151843 (patch) | |
tree | 990c1ca750828d0b7ab0d813eef989ff269acff7 /arch/arm/Kconfig | |
parent | b49c87c2a5059af14b68ee5f596ac0e9c93678bb (diff) |
[ARM] 4261/1: clockevent support for Versatile platform
Update Versatile platform to use new clockevent infrastructure.
Signed-off-by: Kevin Hilman <khilman@mvista.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 cddd054676c0..d1f24aa89deb 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig | |||
@@ -167,6 +167,7 @@ config ARCH_VERSATILE | |||
167 | select ARM_VIC | 167 | select ARM_VIC |
168 | select ICST307 | 168 | select ICST307 |
169 | select GENERIC_TIME | 169 | select GENERIC_TIME |
170 | select GENERIC_CLOCKEVENTS | ||
170 | help | 171 | help |
171 | This enables support for ARM Ltd Versatile board. | 172 | This enables support for ARM Ltd Versatile board. |
172 | 173 | ||