[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <CAK5ve-KWUQ6Tba-SAD4nc_+L=QWiLa8hB5N-czJY3Ls8cJKOEg@mail.gmail.com>
Date: Wed, 23 Jan 2013 09:53:07 -0800
From: Bryan Wu <cooloney@...il.com>
To: Peter Ujfalusi <peter.ujfalusi@...com>
Cc: Richard Purdie <rpurdie@...ys.net>, linux-leds@...r.kernel.org,
linux-kernel@...r.kernel.org,
Thierry Reding <thierry.reding@...onic-design.de>
Subject: Re: [PATCH] leds: leds-pwm: make it depend on PWM and not HAVE_PWM
On Wed, Jan 23, 2013 at 12:35 AM, Peter Ujfalusi <peter.ujfalusi@...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@...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
>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists