Re: [PATCH] leds: leds-pwm: make it depend on PWM and not HAVE_PWM

From: Bryan Wu
Date: Wed Jan 23 2013 - 12:53:14 EST


On Wed, Jan 23, 2013 at 12:35 AM, Peter Ujfalusi <peter.ujfalusi@xxxxxx> 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@xxxxxx>
> ---
> 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
>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/