diff options
author | Kevin Hilman <khilman@mvista.com> | 2007-10-18 23:04:43 -0700 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2008-03-20 16:56:09 +0200 |
commit | 06cad098d28e02d2ee3ed587bb261377e4ae2f17 (patch) | |
tree | 3fcea2c58607af9dc5a6c5849f529b0b0df0d7b3 /arch/arm/Kconfig | |
parent | 457fb605834504af294916411be128a9b21fc3f6 (diff) | |
download | blackbird-obmc-linux-06cad098d28e02d2ee3ed587bb261377e4ae2f17.tar.gz blackbird-obmc-linux-06cad098d28e02d2ee3ed587bb261377e4ae2f17.zip |
ARM: OMAP: Fix clockevent support for hrtimers
One-shot mode was broken in MPU-timer support for OMAP1 due to a typo.
Also, ensure timer is stopped before changing the auto-reload flag.
The TRM says changing the AR flag when timer is running is undefined.
Also set GENERIC_CLOCKEVENTS for all omaps.
Signed-off-by: Tim Bird <tim.bird@am.sony.com>
Signed-off-by: Kevin Hilman <khilman@mvista.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
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 955fc53c1c01..4039a133006e 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -469,6 +469,7 @@ config ARCH_OMAP bool "TI OMAP" select GENERIC_GPIO select GENERIC_TIME + select GENERIC_CLOCKEVENTS help Support for TI's OMAP platform (OMAP1 and OMAP2). |