Re: [PATCH] soc: renesas: Kconfig: Introduce ARCH_RZG2L config option
From: Lad, Prabhakar
Date: Thu Feb 24 2022 - 05:03:39 EST
Hi Geert,
Thank you for the review.
On Thu, Feb 24, 2022 at 9:49 AM Geert Uytterhoeven <geert@xxxxxxxxxxxxxx> wrote:
>
> Hi Prabhakar,
>
> On Thu, Feb 24, 2022 at 10:21 AM Lad Prabhakar
> <prabhakar.mahadev-lad.rj@xxxxxxxxxxxxxx> wrote:
> > Renesas RZ/G2L, RZ/G2LC, RZ/G2UL and RZ/V2L SoC's have identical IP blocks
> > for which drivers are common. To avoid updating the Kconfig files for
> > drivers in common to each SoC, introduce the ARCH_RZG2L config option.
> > ARCH_RZG2L config option will be selected by the above mentioned SoC's and
> > ARCH_RZG2L config option will be used as a dependency for the drivers in
> > common.
> >
> > While at it, move PM and PM_GENERIC_DOMAINS under the ARCH_RZG2L
> > config option instead of adding it to individual SoC.
> >
> > Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@xxxxxxxxxxxxxx>
> > Reviewed-by: Biju Das <biju.das.jz@xxxxxxxxxxxxxx>
>
> Reviewed-by: Geert Uytterhoeven <geert+renesas@xxxxxxxxx>
> i.e. will queue in renesas-devel for v5.18, so you can start updating
> dependencies after v5.18-rc1.
>
In that case I'll withhold the Kconfig changes for v2l and post it
after v5.18-rc1 and for now will just send the DTSI changes to enable
them.
Cheers,
Prabhakar