diff options
author | Timo Teras <timo.teras@solidboot.com> | 2006-06-26 16:16:12 -0700 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2006-06-26 16:16:12 -0700 |
commit | 77900a2fc3bfb1eb6eaa6d43eef4591e1f7c600d (patch) | |
tree | 6d6278f833a6057b1b951e4e9bded234aa6459e2 /arch/arm/mach-omap2/Kconfig | |
parent | 6e711ec6d249c0d3f8bc225066738d064ed90032 (diff) | |
download | op-kernel-dev-77900a2fc3bfb1eb6eaa6d43eef4591e1f7c600d.zip op-kernel-dev-77900a2fc3bfb1eb6eaa6d43eef4591e1f7c600d.tar.gz |
ARM: OMAP: Port dmtimers to OMAP2 and implement PWM support
Port dmtimer framework to OMAP2.
Modify the dmtimers API to support setting of PWM configuration and prescaler.
Convert 32 kHz timer and GP timer to use the dmtimer framework.
Signed-off-by: Timo Teras <timo.teras@solidboot.com>
Signed-off-by: Juha Yrjola <juha.yrjola@solidboot.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-omap2/Kconfig')
-rw-r--r-- | arch/arm/mach-omap2/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/Kconfig b/arch/arm/mach-omap2/Kconfig index 537dd2e..aab97cc 100644 --- a/arch/arm/mach-omap2/Kconfig +++ b/arch/arm/mach-omap2/Kconfig @@ -8,6 +8,7 @@ config ARCH_OMAP24XX config ARCH_OMAP2420 bool "OMAP2420 support" depends on ARCH_OMAP24XX + select OMAP_DM_TIMER comment "OMAP Board Type" depends on ARCH_OMAP2 |