summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorMarek Vasut <marek.vasut+renesas@gmail.com>2019-02-18 13:34:19 +0100
committerMarek Vasut <marex@denx.de>2019-02-25 16:07:41 +0100
commit30b62ca086fd8ef758761efab0da5bada6f0cc11 (patch)
treeeeba8afb3aa2a53943cb21fdfd29d6cac0bb3043 /arch
parent7fef459c3cfce69f76d36d196ec9c50eb07a7614 (diff)
downloadu-boot-30b62ca086fd8ef758761efab0da5bada6f0cc11.tar.gz
ARM: rmobile: Imply SoC per board
Imply all SoCs supported by a given board. This allows building single U-Boot binary for boards which can have multiple SoCs. Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/mach-rmobile/Kconfig.6414
1 files changed, 10 insertions, 4 deletions
diff --git a/arch/arm/mach-rmobile/Kconfig.64 b/arch/arm/mach-rmobile/Kconfig.64
index d231263574..b2ac1cdad7 100644
--- a/arch/arm/mach-rmobile/Kconfig.64
+++ b/arch/arm/mach-rmobile/Kconfig.64
@@ -1,7 +1,6 @@
if RCAR_GEN3
-choice
- prompt "Select Target SoC"
+menu "Select Target SoC"
config R8A7795
bool "Renesas SoC R8A7795"
@@ -28,34 +27,41 @@ config R8A77995
imply CLK_R8A77995
imply PINCTRL_PFC_R8A77995
-endchoice
+endmenu
choice
- prompt "Renesus ARM64 SoCs board select"
+ prompt "Renesas ARM64 SoCs board select"
optional
config TARGET_DRAAK
bool "Draak board"
+ imply R8A77995
help
Support for Renesas R-Car Gen3 Draak platform
config TARGET_EAGLE
bool "Eagle board"
+ imply R8A77970
help
Support for Renesas R-Car Gen3 Eagle platform
config TARGET_EBISU
bool "Ebisu board"
+ imply R8A77990
help
Support for Renesas R-Car Gen3 Ebisu platform
config TARGET_SALVATOR_X
bool "Salvator-X board"
+ imply R8A7795
+ imply R8A7796
help
Support for Renesas R-Car Gen3 platform
config TARGET_ULCB
bool "ULCB board"
+ imply R8A7795
+ imply R8A7796
help
Support for Renesas R-Car Gen3 ULCB platform