Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Kuninori Morimoto and committed by
Ulf Hansson
a4abebf3 0875e891

+86 -84
+86 -84
drivers/pmdomain/renesas/Kconfig
··· 2 2 if SOC_RENESAS 3 3 menu "Renesas PM Domains" 4 4 5 + # SoC Family 5 6 config SYSC_RCAR 6 7 bool "System Controller support for R-Car" if COMPILE_TEST 7 8 8 9 config SYSC_RCAR_GEN4 9 10 bool "System Controller support for R-Car Gen4" if COMPILE_TEST 10 11 11 - config SYSC_R8A77995 12 - bool "System Controller support for R-Car D3" if COMPILE_TEST 13 - select SYSC_RCAR 14 - 15 - config SYSC_R8A7794 16 - bool "System Controller support for R-Car E2" if COMPILE_TEST 17 - select SYSC_RCAR 18 - 19 - config SYSC_R8A77990 20 - bool "System Controller support for R-Car E3" if COMPILE_TEST 21 - select SYSC_RCAR 22 - 23 - config SYSC_R8A7779 24 - bool "System Controller support for R-Car H1" if COMPILE_TEST 25 - select SYSC_RCAR 26 - 27 - config SYSC_R8A7790 28 - bool "System Controller support for R-Car H2" if COMPILE_TEST 29 - select SYSC_RCAR 30 - 31 - config SYSC_R8A7795 32 - bool "System Controller support for R-Car H3" if COMPILE_TEST 33 - select SYSC_RCAR 34 - 35 - config SYSC_R8A7791 36 - bool "System Controller support for R-Car M2-W/N" if COMPILE_TEST 37 - select SYSC_RCAR 38 - 39 - config SYSC_R8A77965 40 - bool "System Controller support for R-Car M3-N" if COMPILE_TEST 41 - select SYSC_RCAR 42 - 43 - config SYSC_R8A77960 44 - bool "System Controller support for R-Car M3-W" if COMPILE_TEST 45 - select SYSC_RCAR 46 - 47 - config SYSC_R8A77961 48 - bool "System Controller support for R-Car M3-W+" if COMPILE_TEST 49 - select SYSC_RCAR 50 - 51 - config SYSC_R8A779F0 52 - bool "System Controller support for R-Car S4-8" if COMPILE_TEST 53 - select SYSC_RCAR_GEN4 54 - 55 - config SYSC_R8A7792 56 - bool "System Controller support for R-Car V2H" if COMPILE_TEST 57 - select SYSC_RCAR 58 - 59 - config SYSC_R8A77980 60 - bool "System Controller support for R-Car V3H" if COMPILE_TEST 61 - select SYSC_RCAR 62 - 63 - config SYSC_R8A77970 64 - bool "System Controller support for R-Car V3M" if COMPILE_TEST 65 - select SYSC_RCAR 66 - 67 - config SYSC_R8A779A0 68 - bool "System Controller support for R-Car V3U" if COMPILE_TEST 69 - select SYSC_RCAR_GEN4 70 - 71 - config SYSC_R8A779G0 72 - bool "System Controller support for R-Car V4H" if COMPILE_TEST 73 - select SYSC_RCAR_GEN4 74 - 75 - config SYSC_R8A779H0 76 - bool "System Controller support for R-Car V4M" if COMPILE_TEST 77 - select SYSC_RCAR_GEN4 78 - 79 12 config SYSC_RMOBILE 80 13 bool "System Controller support for R-Mobile" if COMPILE_TEST 81 14 82 - config SYSC_R8A77470 83 - bool "System Controller support for RZ/G1C" if COMPILE_TEST 84 - select SYSC_RCAR 85 - 86 - config SYSC_R8A7745 87 - bool "System Controller support for RZ/G1E" if COMPILE_TEST 88 - select SYSC_RCAR 89 - 15 + # SoC 90 16 config SYSC_R8A7742 91 - bool "System Controller support for RZ/G1H" if COMPILE_TEST 17 + bool "System Controller support for R8A7742 (RZ/G1H)" if COMPILE_TEST 92 18 select SYSC_RCAR 93 19 94 20 config SYSC_R8A7743 95 - bool "System Controller support for RZ/G1M" if COMPILE_TEST 21 + bool "System Controller support for R8A7743 (RZ/G1M)" if COMPILE_TEST 96 22 select SYSC_RCAR 97 23 98 - config SYSC_R8A774C0 99 - bool "System Controller support for RZ/G2E" if COMPILE_TEST 24 + config SYSC_R8A7745 25 + bool "System Controller support for R8A7745 (RZ/G1E)" if COMPILE_TEST 100 26 select SYSC_RCAR 101 27 102 - config SYSC_R8A774E1 103 - bool "System Controller support for RZ/G2H" if COMPILE_TEST 28 + config SYSC_R8A77470 29 + bool "System Controller support for R8A77470 (RZ/G1C)" if COMPILE_TEST 104 30 select SYSC_RCAR 105 31 106 32 config SYSC_R8A774A1 107 - bool "System Controller support for RZ/G2M" if COMPILE_TEST 33 + bool "System Controller support for R8A774A1 (RZ/G2M)" if COMPILE_TEST 108 34 select SYSC_RCAR 109 35 110 36 config SYSC_R8A774B1 111 - bool "System Controller support for RZ/G2N" if COMPILE_TEST 37 + bool "System Controller support for R8A774B1 (RZ/G2N)" if COMPILE_TEST 112 38 select SYSC_RCAR 39 + 40 + config SYSC_R8A774C0 41 + bool "System Controller support for R8A774C0 (RZ/G2E)" if COMPILE_TEST 42 + select SYSC_RCAR 43 + 44 + config SYSC_R8A774E1 45 + bool "System Controller support for R8A774E1 (RZ/G2H)" if COMPILE_TEST 46 + select SYSC_RCAR 47 + 48 + config SYSC_R8A7779 49 + bool "System Controller support for R8A7779 (R-Car H1)" if COMPILE_TEST 50 + select SYSC_RCAR 51 + 52 + config SYSC_R8A7790 53 + bool "System Controller support for R8A7790 (R-Car H2)" if COMPILE_TEST 54 + select SYSC_RCAR 55 + 56 + config SYSC_R8A7791 57 + bool "System Controller support for R8A7791/R8A7793 (R-Car M2-W/N)" if COMPILE_TEST 58 + select SYSC_RCAR 59 + 60 + config SYSC_R8A7792 61 + bool "System Controller support for R8A7792 (R-Car V2H)" if COMPILE_TEST 62 + select SYSC_RCAR 63 + 64 + config SYSC_R8A7794 65 + bool "System Controller support for R8A7794 (R-Car E2)" if COMPILE_TEST 66 + select SYSC_RCAR 67 + 68 + config SYSC_R8A7795 69 + bool "System Controller support for R8A7795 (R-Car H3)" if COMPILE_TEST 70 + select SYSC_RCAR 71 + 72 + config SYSC_R8A77960 73 + bool "System Controller support for R8A77960 (R-Car M3-W)" if COMPILE_TEST 74 + select SYSC_RCAR 75 + 76 + config SYSC_R8A77961 77 + bool "System Controller support for R8A77961 (R-Car M3-W+)" if COMPILE_TEST 78 + select SYSC_RCAR 79 + 80 + config SYSC_R8A77965 81 + bool "System Controller support for R8A77965 (R-Car M3-N)" if COMPILE_TEST 82 + select SYSC_RCAR 83 + 84 + config SYSC_R8A77970 85 + bool "System Controller support for R8A77970 (R-Car V3M)" if COMPILE_TEST 86 + select SYSC_RCAR 87 + 88 + config SYSC_R8A77980 89 + bool "System Controller support for R8A77980 (R-Car V3H)" if COMPILE_TEST 90 + select SYSC_RCAR 91 + 92 + config SYSC_R8A77990 93 + bool "System Controller support for R8A77990 (R-Car E3)" if COMPILE_TEST 94 + select SYSC_RCAR 95 + 96 + config SYSC_R8A77995 97 + bool "System Controller support for R8A77995 (R-Car D3)" if COMPILE_TEST 98 + select SYSC_RCAR 99 + 100 + config SYSC_R8A779A0 101 + bool "System Controller support for R8A779A0 (R-Car V3U)" if COMPILE_TEST 102 + select SYSC_RCAR_GEN4 103 + 104 + config SYSC_R8A779F0 105 + bool "System Controller support for R8A779F0 (R-Car S4-8)" if COMPILE_TEST 106 + select SYSC_RCAR_GEN4 107 + 108 + config SYSC_R8A779G0 109 + bool "System Controller support for R8A779G0 (R-Car V4H)" if COMPILE_TEST 110 + select SYSC_RCAR_GEN4 111 + 112 + config SYSC_R8A779H0 113 + bool "System Controller support for R8A779H0 (R-Car V4M)" if COMPILE_TEST 114 + select SYSC_RCAR_GEN4 113 115 114 116 endmenu 115 117 endif