diff options
author | Kevin Hilman <khilman@mvista.com> | 2007-03-08 14:32:19 -0500 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2007-04-21 16:02:55 -0400 |
commit | 075192ae807579448afcc0833bd349ccce057825 (patch) | |
tree | 5627ae9d65bc8791793fde1bc2ad8f62bc015e44 /arch/arm/Kconfig | |
parent | 89df127246f23add865f4a8f719c990e41151843 (diff) |
[ARM] 4262/1: OMAP: clocksource and clockevent support
Update OMAP1 to enable support for hrtimers and dynticks by using new clocksource and 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 d1f24aa89deb..3116bafc7533 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig | |||
@@ -370,6 +370,7 @@ config ARCH_LH7A40X | |||
370 | config ARCH_OMAP | 370 | config ARCH_OMAP |
371 | bool "TI OMAP" | 371 | bool "TI OMAP" |
372 | select GENERIC_GPIO | 372 | select GENERIC_GPIO |
373 | select GENERIC_TIME | ||
373 | help | 374 | help |
374 | Support for TI's OMAP platform (OMAP1 and OMAP2). | 375 | Support for TI's OMAP platform (OMAP1 and OMAP2). |
375 | 376 | ||