aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pwm/Kconfig
diff options
context:
space:
mode:
authorThierry Reding <thierry.reding@avionic-design.de>2012-08-31 05:46:24 -0400
committerThierry Reding <thierry.reding@avionic-design.de>2012-09-20 06:52:03 -0400
commit6173f8f4ed9c2bd4184908e35f46755a0d14b0f2 (patch)
treec86da04699fc6145ba5ac385fdff721efd1f4737 /drivers/pwm/Kconfig
parent0bcf168b024871c64eb5df157739efd2ae9b0bdf (diff)
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/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/pwm/Kconfig b/drivers/pwm/Kconfig
index 90c5c7357a50..99a738182bf5 100644
--- a/drivers/pwm/Kconfig
+++ b/drivers/pwm/Kconfig
@@ -29,6 +29,15 @@ menuconfig PWM
29 29
30if PWM 30if PWM
31 31
32config PWM_AB8500
33 tristate "AB8500 PWM support"
34 depends on AB8500_CORE && ARCH_U8500
35 help
36 Generic PWM framework driver for Analog Baseband AB8500.
37
38 To compile this driver as a module, choose M here: the module
39 will be called pwm-ab8500.
40
32config PWM_BFIN 41config PWM_BFIN
33 tristate "Blackfin PWM support" 42 tristate "Blackfin PWM support"
34 depends on BFIN_GPTIMERS 43 depends on BFIN_GPTIMERS