On Sat, 2021-10-23 at 08:49 -0700, Randy Dunlap wrote:
> Hi,
> 
> On 10/23/21 4:14 AM, Flora Fu wrote:
> > diff --git a/drivers/soc/mediatek/Kconfig
> > b/drivers/soc/mediatek/Kconfig
> > index d9bac2710494..074b0cf24c44 100644
> > --- a/drivers/soc/mediatek/Kconfig
> > +++ b/drivers/soc/mediatek/Kconfig
> > @@ -24,6 +24,24 @@ config MTK_APU_PM
> >       APU power domain shall be enabled before accessing the
> >       internal sub modules.
> >   
> > +config MTK_APU
> > +   tristate "MediaTek APUSYS Support"
> > +   select REGMAP
> > +   select MTK_APU_PM
> > +   select MTK_SCP
> > +   help
> > +     Say yes here to add support for the APU tinysys. The tinsys
> > is
> 
>                                                              tinysys
> runs on
> 
> > +     running on a micro processor in APU.
> 
>         a microprocessor in the APU.
> 
> > +     Its firmware is load and boot from Kernel side. Kernel and
> > tinysys use
> 
>                      is loaded and booted
> 
> > +     IPI to tx/rx messages.
> 
>             to send/receive messages.
Ack. 

> > +
> > +config MTK_APU_DEBUG
> > +   tristate "MediaTek APUSYS debug functions"
> > +   depends on MTK_APU
> > +   help
> > +     Say yes here to enalbe debug on APUSYS.
> 
>                         enable

Ack.
The tpyo will be fix in the next submission. 
Thanks for your review.

> 
> > +     Disable it if you don't need them.
> 
> 

Reply via email to