diff options
author | Kevin Hilman <khilman@mvista.com> | 2006-09-21 19:58:57 -0400 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2006-09-28 15:59:25 -0400 |
commit | 84904d0ead0a8c419abd45c7b2ac8d76d50a0d48 (patch) | |
tree | f0744701f7eb7efad9adc63e2e7113a141de8fec /arch/arm/Kconfig | |
parent | 746140c71d537560bbd22c1b148fb21031c30e71 (diff) |
[ARM] 3856/1: Add clocksource for Intel IXP4xx platforms
Enables the ixp4xx platforms to use Generic time-of-day.
Signed-off-by: Kevin Hilman <khilman@mvista.com>
Acked-by: John Stultz <johnstul@us.ibm.com>
Signed-off-by: Deepak Saxena <dsaxena@plexity.net>
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 314ac6ba0ec4..147abe0383d8 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig | |||
@@ -226,6 +226,7 @@ config ARCH_IOP33X | |||
226 | config ARCH_IXP4XX | 226 | config ARCH_IXP4XX |
227 | bool "IXP4xx-based" | 227 | bool "IXP4xx-based" |
228 | depends on MMU | 228 | depends on MMU |
229 | select GENERIC_TIME | ||
229 | help | 230 | help |
230 | Support for Intel's IXP4XX (XScale) family of processors. | 231 | Support for Intel's IXP4XX (XScale) family of processors. |
231 | 232 | ||