Re: [PATCH v3 09/11] leds: max77650: add LEDs support

From: Bartosz Golaszewski
Date: Wed Feb 13 2019 - 05:58:40 EST


wt., 12 lut 2019 o 13:12 Pavel Machek <pavel@xxxxxx> napisaÅ(a):
>
>
> > diff --git a/drivers/leds/Kconfig b/drivers/leds/Kconfig
> > index a72f97fca57b..6e7a8f51eccc 100644
> > --- a/drivers/leds/Kconfig
> > +++ b/drivers/leds/Kconfig
> > @@ -608,6 +608,12 @@ config LEDS_TLC591XX
> > This option enables support for Texas Instruments TLC59108
> > and TLC59116 LED controllers.
> >
> > +config LEDS_MAX77650
> > + tristate "LED support for Maxim MAX77650 PMIC"
> > + depends on MFD_MAX77650
> > + help
> > + LEDs driver for MAX77650 family of PMICs from Maxim Integrated."
> > +
>
> List the chips? Remove extra "?
> Pavel

They are already listed in the core mfd Kconfig, but thanks for
spotting that stray ".

Bart