Randy Dunlap <rdunlap@xxxxxxxxxxxxx> 於 2020年8月26日 週三 下午11:30寫道: > > On 8/26/20 4:37 AM, Gene Chen wrote: > > diff --git a/drivers/leds/Kconfig b/drivers/leds/Kconfig > > index 1c181df..ce95ead 100644 > > --- a/drivers/leds/Kconfig > > +++ b/drivers/leds/Kconfig > > @@ -271,6 +271,17 @@ config LEDS_MT6323 > > This option enables support for on-chip LED drivers found on > > Mediatek MT6323 PMIC. > > > > +config LEDS_MT6360 > > + tristate "LED Support for Mediatek MT6360 PMIC" > > + depends on LEDS_CLASS_FLASH && OF > > + depends on V4L2_FLASH_LED_CLASS || !V4L2_FLASH_LED_CLASS > > + depends on MFD_MT6360 > > + help > > + This option enables support for dual Flash LED drivers found on > > + Mediatek MT6360 PMIC. > > + Support Torch and Strobe mode independently current source. > > Supports independently of current source. > > I'm guessing on that ending; I wasn't sure what was intended, but it doesn't > make sense as posted. > > I want to say is fled1/2 can independently control. For example, fled1 in strobe mode, or fled2 in torch mode, or both fled1 and fled2 in torch or strobe mode > > + Include Low-VF and short protection. > > Includes > ACK > > + > > config LEDS_S3C24XX > > tristate "LED Support for Samsung S3C24XX GPIO LEDs" > > depends on LEDS_CLASS > > > thanks. > -- > ~Randy