[PATCH] pwm: Get rid of HAVE_PWM
From: Shawn Guo <hidden>
Date: 2012-10-07 04:17:58
Also in:
linux-input, linux-mips, lkml
On Thu, Oct 04, 2012 at 08:06:59AM +0200, Thierry Reding wrote:
Now that all drivers have been moved to the PWM subsystem, remove the legacy HAVE_PWM symbol and replace it with the new PWM symbol. While at it, select the PWM subsystem and corresponding PWM driver on boards that require PWM functionality. Signed-off-by: Thierry Reding <redacted> Cc: Russell King <redacted> Cc: Shawn Guo <redacted> Cc: Eric Miao <redacted> Cc: Haojian Zhuang <haojian.zhuang@gmail.com> Cc: Ralf Baechle <redacted> Cc: Dmitry Torokhov <dmitry.torokhov@gmail.com> Cc: Bryan Wu <redacted> Cc: Richard Purdie <redacted> Cc: Samuel Ortiz <redacted> Cc: Ashish Jangam <redacted> Cc: Andrew Jones <redacted> Cc: linux-arm-kernel at lists.infradead.org Cc: linux-kernel at vger.kernel.org Cc: linux-mips at linux-mips.org Cc: linux-input at vger.kernel.org Cc: linux-leds at vger.kernel.org --- arch/arm/Kconfig | 6 ++---- arch/arm/mach-mxs/Kconfig | 6 ++++--
Shawn Guo [off-list ref]
arch/arm/mach-pxa/Kconfig | 42 ++++++++++++++++++++++++++++-------------- arch/mips/Kconfig | 3 ++- drivers/input/misc/Kconfig | 4 ++-- drivers/leds/Kconfig | 2 +- include/linux/pwm.h | 2 +- 7 files changed, 40 insertions(+), 25 deletions(-)