On Tue, 1 Jul 2025 at 12:08, Geert Uytterhoeven <geert@xxxxxxxxxxxxxx> wrote: > On Fri, 27 Jun 2025 at 06:41, Kuninori Morimoto > <kuninori.morimoto.gx@xxxxxxxxxxx> wrote: > > Renesas Kconfig is using "SoC serial number" for CONFIG symbol, but is > > using "SoC chip name" for menu description. Because of it, it looks > > random order when we run "make menuconfig". > > > > commit 6d5aded8d57fc ("soc: renesas: Sort driver description title") > > sorted Renesas Kconfig by menu description title order, but it makes > > confusable to add new config. > > > > Let's unify "ARMxx Platform support for ${CHIP_NUMBER} (${CHIP_NAME}), > > and sort it again. > > > > Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@xxxxxxxxxxx> > > Thanks for your patch! > > > --- a/drivers/soc/renesas/Kconfig > > +++ b/drivers/soc/renesas/Kconfig > > > config ARCH_R9A07G043 > > - bool "ARM64 Platform support for RZ/G2UL" > > + bool "ARM64 Platform support for R9A07G043 (RZ/G2UL)" > > R9A07G043U > > > default y if ARCH_RENESAS > > select ARCH_RZG2L > > help > > This enables support for the Renesas RZ/G2UL SoC variants. > > > > @@ -413,7 +416,7 @@ endif # ARM64 > > if RISCV > > > > config ARCH_R9A07G043 > > - bool "RISC-V Platform support for RZ/Five" > > + bool "RISC-V Platform support for R9A07G043 (RZ/Five)" > > R9A07G043F > > > depends on NONPORTABLE > > depends on !DMA_DIRECT_REMAP > > depends on RISCV_ALTERNATIVE > > Reviewed-by: Geert Uytterhoeven <geert+renesas@xxxxxxxxx> > i.e. will queue in renesas-devel for v6.17, with the above fixed. ... and with the recently-added SoCs updated, too: config ARCH_R9A09G077 - bool "ARM64 Platform support for RZ/T2H" + bool "ARM64 Platform support for R9A09G077 (RZ/T2H)" default y if ARCH_RENESAS help This enables support for the Renesas RZ/T2H SoC variants. config ARCH_R9A09G087 - bool "ARM64 Platform support for RZ/N2H" + bool "ARM64 Platform support for R9A09G087 (RZ/N2H)" default y if ARCH_RENESAS help This enables support for the Renesas RZ/N2H SoC variants. Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@xxxxxxxxxxxxxx In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds