diff options
author | Thierry Reding <thierry.reding@avionic-design.de> | 2012-08-31 11:46:24 +0200 |
---|---|---|
committer | Thierry Reding <thierry.reding@avionic-design.de> | 2012-09-20 12:52:03 +0200 |
commit | 6173f8f4ed9c2bd4184908e35f46755a0d14b0f2 (patch) | |
tree | c86da04699fc6145ba5ac385fdff721efd1f4737 /drivers/pwm/Kconfig | |
parent | 0bcf168b024871c64eb5df157739efd2ae9b0bdf (diff) | |
download | linux-3.10-6173f8f4ed9c2bd4184908e35f46755a0d14b0f2.tar.gz linux-3.10-6173f8f4ed9c2bd4184908e35f46755a0d14b0f2.tar.bz2 linux-3.10-6173f8f4ed9c2bd4184908e35f46755a0d14b0f2.zip |
pwm: Move AB8500 PWM driver to PWM framework
This commit moves the driver to drivers/pwm and converts it to the new
PWM framework.
Signed-off-by: Thierry Reding <thierry.reding@avionic-design.de>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Arun Murthy <arun.murthy@stericsson.com>
Diffstat (limited to 'drivers/pwm/Kconfig')
-rw-r--r-- | drivers/pwm/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/pwm/Kconfig b/drivers/pwm/Kconfig index 90c5c7357a5..99a738182bf 100644 --- a/drivers/pwm/Kconfig +++ b/drivers/pwm/Kconfig @@ -29,6 +29,15 @@ menuconfig PWM if PWM +config PWM_AB8500 + tristate "AB8500 PWM support" + depends on AB8500_CORE && ARCH_U8500 + help + Generic PWM framework driver for Analog Baseband AB8500. + + To compile this driver as a module, choose M here: the module + will be called pwm-ab8500. + config PWM_BFIN tristate "Blackfin PWM support" depends on BFIN_GPTIMERS |