Hi Geert, again > Actually I prefer the sorting by Kconfig symbol/part number, and > somewhat regret applying the aforementioned commit. So if you agree, > I am happy to take this series! > > Then we're just left with fixing drivers/pmdomain/renesas/Kconfig > and drivers/soc/renesas/Kconfig ;-) May I suggest one thing about this ? soc Kconfig is categorizing ARM32/ARM64/RISCV by if ARM. It can avoid unnecessary compile, and makes distinction clear. Can we use it on pinctrl too ? [ ] pin control support for R8A7745 (RZ/G1E) [ ] pin control support for R8A77470 (RZ/G1C) -*- pin control support for R8A774A1 (RZ/G2M) -*- pin control support for R8A774B1 (RZ/G2N) -*- pin control support for R8A774C0 (RZ/G2E) -*- pin control support for R8A774E1 (RZ/G2H) [ ] pin control support for R8A7778 (R-Car M1A) [ ] pin control support for R8A7779 (R-Car H1) ^^^ Thank you for your help !! Best regards --- Kuninori Morimoto