]> git.baikalelectronics.ru Git - uboot.git/commitdiff
ARM: rmobile: Factor out SYS_SOC Kconfig option
authorMarek Vasut <marek.vasut+renesas@mailbox.org>
Tue, 28 Feb 2023 06:28:55 +0000 (07:28 +0100)
committerMarek Vasut <marek.vasut+renesas@mailbox.org>
Sat, 18 Mar 2023 11:02:38 +0000 (12:02 +0100)
Pull the SYS_SOC Kconfig option to avoid duplication of this option
in Kconfig.{32,64,rza1} . The default value is the same, so just set
it in one location.

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

index 9ff45f46313175a955a3149f176f5cffa77fe5f1..b69ccaee0a030bf36d530768bde8c84991e403d9 100644 (file)
@@ -41,6 +41,9 @@ config RZA1
 
 endchoice
 
+config SYS_SOC
+       default "rmobile" if ARCH_RMOBILE
+
 source "arch/arm/mach-rmobile/Kconfig.32"
 source "arch/arm/mach-rmobile/Kconfig.64"
 source "arch/arm/mach-rmobile/Kconfig.rza1"
index 31badc5a47dd672723724c8680e1acf29094de47..1ac31c29d82a684bdb1e651f892190e15c5e8761 100644 (file)
@@ -125,9 +125,6 @@ endchoice
 config TMU_TIMER
        bool
 
-config SYS_SOC
-       default "rmobile"
-
 config RMOBILE_EXTRAM_BOOT
        bool "Enable boot from RAM"
        depends on TARGET_ALT || TARGET_BLANCHE || TARGET_KOELSCH || TARGET_LAGER || TARGET_PORTER || TARGET_SILK || TARGET_STOUT
index 33fd776f8af80e501ab4627a93c133cac2813ea8..3ed5099c36e7c925997059ebcfb70ddaf641a0b6 100644 (file)
@@ -172,9 +172,6 @@ config TARGET_ULCB
 
 endchoice
 
-config SYS_SOC
-       default "rmobile"
-
 source "board/renesas/condor/Kconfig"
 source "board/renesas/draak/Kconfig"
 source "board/renesas/eagle/Kconfig"
index 8cf033fb13c49346f3d7bb4fd6964f3b825bdd0b..e88f9a2eedb64b6d1f56f41c0396260300f18b0d 100644 (file)
@@ -19,9 +19,6 @@ config TARGET_GRPEACH
 
 endchoice
 
-config SYS_SOC
-       default "rmobile"
-
 # Renesas Supported Boards
 source "board/renesas/grpeach/Kconfig"