]> git.baikalelectronics.ru Git - uboot.git/commitdiff
ARM: rmobile: Sort R-Car Gen3 Kconfig lists
authorMarek Vasut <marek.vasut+renesas@mailbox.org>
Tue, 28 Feb 2023 06:28:54 +0000 (07:28 +0100)
committerMarek Vasut <marek.vasut+renesas@mailbox.org>
Sat, 18 Mar 2023 11:02:38 +0000 (12:02 +0100)
Sort the 'imply' and 'select' lists in R-Car Gen3 Kconfig options.
No functional change.

Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
arch/arm/mach-rmobile/Kconfig
arch/arm/mach-rmobile/Kconfig.64

index 0e9c0fa99622738ac3f84675482f74f9cbf49d39..9ff45f46313175a955a3149f176f5cffa77fe5f1 100644 (file)
@@ -11,19 +11,18 @@ config RCAR_32
 config RCAR_GEN3
        bool "Renesas ARM SoCs R-Car Gen3 (64bit)"
        select ARM64
-       select PHY
        select CMD_CACHE
        select OF_BOARD_SETUP
-       select PINCTRL
+       select PHY
        select PINCONF
+       select PINCTRL
        select PINCTRL_PFC
        select POSITION_INDEPENDENT
        select SUPPORT_SPL
        imply CMD_FS_UUID
        imply CMD_GPT
-       imply CMD_UUID
        imply CMD_MMC_SWRITE if MMC
-       imply SUPPORT_EMMC_RPMB if MMC
+       imply CMD_UUID
        imply SPL
        imply SPL_BOARD_INIT
        imply SPL_GZIP
@@ -32,8 +31,9 @@ config RCAR_GEN3
        imply SPL_SERIAL
        imply SPL_SYS_MALLOC_SIMPLE
        imply SPL_TINY_MEMSET
-       imply SPL_YMODEM_SUPPORT
        imply SPL_USE_TINY_PRINTF
+       imply SPL_YMODEM_SUPPORT
+       imply SUPPORT_EMMC_RPMB if MMC
 
 config RZA1
        prompt "Renesas ARM SoCs RZ/A1 (32bit)"
index 554130b435be22e36519db20fdfb1f38bca07029..33fd776f8af80e501ab4627a93c133cac2813ea8 100644 (file)
@@ -87,17 +87,17 @@ choice
 
 config TARGET_BEACON_RZG2M
        bool "Beacon EmbeddedWorks RZ/G2 Dev Kit"
+       select PINCTRL_PFC_R8A774A1
+       select PINCTRL_PFC_R8A774B1
+       select PINCTRL_PFC_R8A774E1
        select R8A774A1
        select R8A774B1
        select R8A774E1
        select RZ_G2
-       select PINCTRL_PFC_R8A774A1
-       select PINCTRL_PFC_R8A774B1
-       select PINCTRL_PFC_R8A774E1
+       imply CLK_CCF
+       imply CLK_VERSACLOCK
        imply MULTI_DTB_FIT
        imply MULTI_DTB_FIT_USER_DEFINED_AREA
-       imply CLK_VERSACLOCK
-       imply CLK_CCF
 
 config TARGET_CONDOR
        bool "Condor board"
@@ -131,13 +131,13 @@ config TARGET_FALCON
 
 config TARGET_HIHOPE_RZG2
        bool "HiHope RZ/G2 board"
+       imply MULTI_DTB_FIT
+       imply MULTI_DTB_FIT_USER_DEFINED_AREA
        imply R8A774A1
        imply R8A774B1
        imply R8A774E1
        imply RZ_G2
        imply SYS_MALLOC_F
-       imply MULTI_DTB_FIT
-       imply MULTI_DTB_FIT_USER_DEFINED_AREA
        help
           Support for RZG2 HiHope platform
 
@@ -150,23 +150,23 @@ config TARGET_SILINUX_EK874
 
 config TARGET_SALVATOR_X
        bool "Salvator-X board"
+       imply MULTI_DTB_FIT
+       imply MULTI_DTB_FIT_USER_DEFINED_AREA
        imply R8A7795
        imply R8A7796
        imply R8A77965
        imply SYS_MALLOC_F
-       imply MULTI_DTB_FIT
-       imply MULTI_DTB_FIT_USER_DEFINED_AREA
        help
           Support for Renesas R-Car Gen3 platform
 
 config TARGET_ULCB
        bool "ULCB board"
+       imply MULTI_DTB_FIT
+       imply MULTI_DTB_FIT_USER_DEFINED_AREA
        imply R8A7795
        imply R8A7796
        imply R8A77965
        imply SYS_MALLOC_F
-       imply MULTI_DTB_FIT
-       imply MULTI_DTB_FIT_USER_DEFINED_AREA
        help
           Support for Renesas R-Car Gen3 ULCB platform