]> www.infradead.org Git - users/jedix/linux-maple.git/commit
pmdomain: renesas: sort Renesas Kconfig configs
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Thu, 3 Jul 2025 01:49:20 +0000 (01:49 +0000)
committerUlf Hansson <ulf.hansson@linaro.org>
Wed, 9 Jul 2025 10:54:37 +0000 (12:54 +0200)
commita4abebf362d620d041baaa7c2e6c2bb5b6af3a69
treea256132aa1ea78038f98c50f8aa9f8767394dcc8
parent0875e89125460c77f86e1a2eac5f280fefd7573f
pmdomain: renesas: sort Renesas Kconfig configs

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".

commit 6d5aded8d57f ("soc: renesas: Sort driver description title")
sorted Renesas Kconfig by "menu description title order" (= SoC chip
name), but it makes confusable to add new config, 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.

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Link: https://lore.kernel.org/r/87ikkacacf.wl-kuninori.morimoto.gx@renesas.com
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
drivers/pmdomain/renesas/Kconfig