soc: renesas: Sort Renesas Kconfig configs
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Fri, 27 Jun 2025 04:41:20 +0000 (04:41 +0000)
committerGeert Uytterhoeven <geert+renesas@glider.be>
Tue, 8 Jul 2025 09:55:31 +0000 (11:55 +0200)
commit2d9f884ceae80ae5ceba90990fb8d824943602d5
treee91cda4ae34a723c940b443c2db84a1835a77f5f
parent1cf74da68cffc91b00de7a188aca091f1b956a1f
soc: renesas: Sort Renesas Kconfig configs

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@renesas.com>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Link: https://lore.kernel.org/877c0xhk3z.wl-kuninori.morimoto.gx@renesas.com
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
drivers/soc/renesas/Kconfig