Hi Geert, > -----Original Message----- > From: Geert Uytterhoeven <geert@xxxxxxxxxxxxxx> > Sent: 31 March 2025 16:18 > Subject: Re: [PATCH RFC INTERNAL v2 1/4] soc: renesas: Kconfig: Enable SoCs by default when > ARCH_RENESAS is set > > Hi Biju, > > On Fri, 28 Mar 2025 at 08:15, Biju Das <biju.das.jz@xxxxxxxxxxxxxx> wrote: > > > 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> > > > Can we add this changes to newer devices for eg:RZ/T2H, RZ/V2N? > > > > 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. > > While defconfig files need an update, config files do not: > running "make oldconfig" does not enable support for extra SoCs. Thanks for the info. I haven't used oldconfig much. Cheers, Biju