Hi Ulf, Geert Renesas Kconfig is using "SoC chip 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". We have sorted it by "menu description title order" (= SoC chip name), but it makes confuse, because developer usually checks CONFIG symbols (= SoC chip number). Let's indicate both "SoC chip number" and "SoC chip name" in description and sort it again. v1 -> v2 - tidyup git-log [2/3] - tidyup comment [2/3] - separate R8A7791 and R8A7793 [3/3] Kuninori Morimoto (3): pmdomain: renesas: use menu for Renesas pmdomain: renesas: sort Renesas Kconfig configs pmdomain: renesas: separate R8A7791/R8A7793 drivers/pmdomain/renesas/Kconfig | 126 ++++++++++++++------------- drivers/pmdomain/renesas/Makefile | 1 + drivers/pmdomain/renesas/rcar-sysc.c | 5 +- drivers/soc/renesas/Kconfig | 2 +- 4 files changed, 72 insertions(+), 62 deletions(-) -- 2.43.0