diff options
author | Kevin Hilman <khilman@mvista.com> | 2007-03-08 20:30:38 +0100 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2007-04-21 21:02:51 +0100 |
commit | 89df127246f23add865f4a8f719c990e41151843 (patch) | |
tree | 990c1ca750828d0b7ab0d813eef989ff269acff7 /arch/arm/Kconfig | |
parent | b49c87c2a5059af14b68ee5f596ac0e9c93678bb (diff) | |
download | blackbird-op-linux-89df127246f23add865f4a8f719c990e41151843.tar.gz blackbird-op-linux-89df127246f23add865f4a8f719c990e41151843.zip |
[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 select ARM_VIC select ICST307 select GENERIC_TIME + select GENERIC_CLOCKEVENTS help This enables support for ARM Ltd Versatile board. |