All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] leds: leds-pwm: make it depend on PWM and not HAVE_PWM
@ 2013-01-23  8:35 Peter Ujfalusi
  2013-01-23 17:53 ` Bryan Wu
  0 siblings, 1 reply; 2+ messages in thread
From: Peter Ujfalusi @ 2013-01-23  8:35 UTC (permalink / raw)
  To: Bryan Wu, Richard Purdie; +Cc: linux-leds, linux-kernel, Thierry Reding

The correct dependency for the leds-pwm is PWM and not HAVE_PWM
since PWM drivers now have their own subsystem.

Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
---
 drivers/leds/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/leds/Kconfig b/drivers/leds/Kconfig
index 4469b44..c32d934 100644
--- a/drivers/leds/Kconfig
+++ b/drivers/leds/Kconfig
@@ -310,7 +310,7 @@ config LEDS_DAC124S085
 config LEDS_PWM
 	tristate "PWM driven LED Support"
 	depends on LEDS_CLASS
-	depends on HAVE_PWM
+	depends on PWM
 	help
 	  This option enables support for pwm driven LEDs
 
-- 
1.8.1.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] leds: leds-pwm: make it depend on PWM and not HAVE_PWM
  2013-01-23  8:35 [PATCH] leds: leds-pwm: make it depend on PWM and not HAVE_PWM Peter Ujfalusi
@ 2013-01-23 17:53 ` Bryan Wu
  0 siblings, 0 replies; 2+ messages in thread
From: Bryan Wu @ 2013-01-23 17:53 UTC (permalink / raw)
  To: Peter Ujfalusi; +Cc: Richard Purdie, linux-leds, linux-kernel, Thierry Reding

On Wed, Jan 23, 2013 at 12:35 AM, Peter Ujfalusi <peter.ujfalusi@ti.com> wrote:
> The correct dependency for the leds-pwm is PWM and not HAVE_PWM
> since PWM drivers now have their own subsystem.
>

Thanks, merged.

-Bryan

> Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
> ---
>  drivers/leds/Kconfig | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/leds/Kconfig b/drivers/leds/Kconfig
> index 4469b44..c32d934 100644
> --- a/drivers/leds/Kconfig
> +++ b/drivers/leds/Kconfig
> @@ -310,7 +310,7 @@ config LEDS_DAC124S085
>  config LEDS_PWM
>         tristate "PWM driven LED Support"
>         depends on LEDS_CLASS
> -       depends on HAVE_PWM
> +       depends on PWM
>         help
>           This option enables support for pwm driven LEDs
>
> --
> 1.8.1.1
>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-01-23 17:53 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-01-23  8:35 [PATCH] leds: leds-pwm: make it depend on PWM and not HAVE_PWM Peter Ujfalusi
2013-01-23 17:53 ` Bryan Wu

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.