Hi Morimoto-san, On Thu, 3 Jul 2025 at 03:49, Kuninori Morimoto <kuninori.morimoto.gx@xxxxxxxxxxx> wrote: > R8A7791/R8A7793 are sharing same code, but because of it, Kconfig > settings is a little bit confusable. Let's separete these. > > Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@xxxxxxxxxxx> Thanks for your patch! > --- a/drivers/pmdomain/renesas/Kconfig > +++ b/drivers/pmdomain/renesas/Kconfig > @@ -54,13 +54,17 @@ config SYSC_R8A7790 > select SYSC_RCAR > > config SYSC_R8A7791 > - bool "System Controller support for R8A7791/R8A7793 (R-Car M2-W/N)" if COMPILE_TEST > + bool "System Controller support for R8A7791 (R-Car M2-W)" if COMPILE_TEST > select SYSC_RCAR > > config SYSC_R8A7792 > bool "System Controller support for R8A7792 (R-Car V2H)" if COMPILE_TEST > select SYSC_RCAR > > +config SYSC_R8A7793 > + bool "System Controller support for R8A7793 (R-Car M2-N)" if COMPILE_TEST > + select SYSC_RCAR > + > config SYSC_R8A7794 > bool "System Controller support for R8A7794 (R-Car E2)" if COMPILE_TEST > select SYSC_RCAR When configuring the kernel for a Renesas platform, all SYSC_* symbols are invisible symbols, which are auto-selected when needed. So I see no need to complicate this internal invisible logic. 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