diff options
author | Kevin Hilman <khilman@mvista.com> | 2007-03-08 14:23:59 -0500 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2007-04-21 16:02:30 -0400 |
commit | e32f1502be3fa459723b1e4105e014f0828f7513 (patch) | |
tree | 78040ca9d3a58b09f9214256738aa1c4abeba776 /arch/arm/Kconfig | |
parent | 9e4559ddffc012a73ea0b54ed3b6a219c1483ae9 (diff) |
[ARM] 4259/1: clockevent support for ixp4xx platform
Update ixp4xx timer support 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 2d13b0166121..2aadd0e1e586 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig | |||
@@ -266,6 +266,7 @@ config ARCH_IXP4XX | |||
266 | bool "IXP4xx-based" | 266 | bool "IXP4xx-based" |
267 | depends on MMU | 267 | depends on MMU |
268 | select GENERIC_TIME | 268 | select GENERIC_TIME |
269 | select GENERIC_CLOCKEVENTS | ||
269 | help | 270 | help |
270 | Support for Intel's IXP4XX (XScale) family of processors. | 271 | Support for Intel's IXP4XX (XScale) family of processors. |
271 | 272 | ||