Hi Geert > > 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. Hmm ? Yes, but it is for Renesas case. non-Renesas can select it, because it has "if COMPILE_TEST" ? I can see like this (via x86) ... [*] System Controller support for R8A7779 (R-Car H1) [*] System Controller support for R8A7790 (R-Car H2) => [*] System Controller support for R8A7791/R8A7793 (R-Car M2-W/N) [*] System Controller support for R8A7792 (R-Car V2H) [*] System Controller support for R8A7794 (R-Car E2) ... Thank you for your help !! Best regards --- Kuninori Morimoto