diff options
author | Thierry Reding <thierry.reding@avionic-design.de> | 2012-08-31 05:46:24 -0400 |
---|---|---|
committer | Thierry Reding <thierry.reding@avionic-design.de> | 2012-09-20 06:52:03 -0400 |
commit | 6173f8f4ed9c2bd4184908e35f46755a0d14b0f2 (patch) | |
tree | c86da04699fc6145ba5ac385fdff721efd1f4737 /drivers/misc/Kconfig | |
parent | 0bcf168b024871c64eb5df157739efd2ae9b0bdf (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/misc/Kconfig')
-rw-r--r-- | drivers/misc/Kconfig | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/drivers/misc/Kconfig b/drivers/misc/Kconfig index 98a442da892a..041b656c4ca4 100644 --- a/drivers/misc/Kconfig +++ b/drivers/misc/Kconfig | |||
@@ -60,16 +60,6 @@ config ATMEL_PWM | |||
60 | purposes including software controlled power-efficient backlights | 60 | purposes including software controlled power-efficient backlights |
61 | on LCD displays, motor control, and waveform generation. | 61 | on LCD displays, motor control, and waveform generation. |
62 | 62 | ||
63 | config AB8500_PWM | ||
64 | bool "AB8500 PWM support" | ||
65 | depends on AB8500_CORE && ARCH_U8500 | ||
66 | select HAVE_PWM | ||
67 | depends on !PWM | ||
68 | help | ||
69 | This driver exports functions to enable/disble/config/free Pulse | ||
70 | Width Modulation in the Analog Baseband Chip AB8500. | ||
71 | It is used by led and backlight driver to control the intensity. | ||
72 | |||
73 | config ATMEL_TCLIB | 63 | config ATMEL_TCLIB |
74 | bool "Atmel AT32/AT91 Timer/Counter Library" | 64 | bool "Atmel AT32/AT91 Timer/Counter Library" |
75 | depends on (AVR32 || ARCH_AT91) | 65 | depends on (AVR32 || ARCH_AT91) |