Re: [PATCH 2/2] leds: add Qualcomm PM8941 WLED driver
From: Ivan T. Ivanov
Date: Fri Dec 19 2014 - 03:15:24 EST
On Thu, 2014-12-18 at 15:43 -0800, Bjorn wrote:
> On Tue 16 Dec 16:54 PST 2014, Bryan Wu wrote:
>
> > On Mon, Dec 8, 2014 at 4:22 PM, Bjorn Andersson
>
> [..]
>
> > > diff --git a/drivers/leds/Kconfig b/drivers/leds/Kconfig
>
> [..]
>
> > > +config LEDS_PM8941_WLED
> > > + tristate "LED support for the Qualcomm PM8941 WLED block"
> > > + depends on LEDS_CLASS
> > > + depends on REGMAP
> > Here should be "select REGMAP"
> >
>
> Thanks
> > >
If not mistaken the correct way was:
depends on SPMI
select REGMAP_SPMI
or
depends on MFD_SPMI_PMIC
Regards,
Ivan
https://patchwork.kernel.org/patch/4566591/
--
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/