Hi Prabhakar, > -----Original Message----- > From: Lad, Prabhakar <prabhakar.csengg@xxxxxxxxx> > Sent: 28 March 2025 08:33 > Subject: Re: [PATCH RFC INTERNAL v2 1/4] soc: renesas: Kconfig: Enable SoCs by default when > ARCH_RENESAS is set > > Hi Biju, > > On Fri, Mar 28, 2025 at 7:15 AM Biju Das <biju.das.jz@xxxxxxxxxxxxxx> wrote: > > > > Hi Prabhakar, > > > > > -----Original Message----- > > > From: Prabhakar <prabhakar.csengg@xxxxxxxxx> > > > Sent: 27 March 2025 19:33 > > > Subject: [PATCH RFC INTERNAL v2 1/4] soc: renesas: Kconfig: Enable > > > SoCs by default when ARCH_RENESAS is set > > > > > > From: Lad Prabhakar <prabhakar.mahadev-lad.rj@xxxxxxxxxxxxxx> > > > > > > Enable various Renesas SoCs by default when ARCH_RENESAS is selected. > > > Adding default y if ARCH_RENESAS to the relevant configurations > > > removes the need to manually enable individual SoCs in defconfig files. > > > > > > Signed-off-by: Lad Prabhakar > > > <prabhakar.mahadev-lad.rj@xxxxxxxxxxxxxx> > > > --- > > > drivers/soc/renesas/Kconfig | 42 > > > +++++++++++++++++++++++++++++++++++++ > > > 1 file changed, 42 insertions(+) > <snip> > > > config ARCH_R9A09G057 > > > bool "ARM64 Platform support for RZ/V2H(P)" > > > + default y if ARCH_RENESAS > > > select RENESAS_RZV2H_ICU > > > select SYS_R9A09G057 > > > help > > > > > > Can we add this changes to newer devices for eg:RZ/T2H, RZ/V2N? > > > I can but I'm not sure it will be a logical change. Also we will have to touch this file again when we > add dependencies for example for v2n when SYS driver is added we need to add `select SYS_R9A09G056` As this is Renesas specific file, I guess there is no issue from external maintainers. Cheers, Biju > > > > So that previous devices, they don't need to patch this file: > > > > 1) If they want to do a standalone build for Image size optimization, > > just remove the unwanted SoCs from defconfig. > > > > 2) Debug some issues, some people just use defconfig from > > different kernel version to try it out. > > > Cheers, > Prabhakar