mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-09-29 01:31:23 +02:00
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>
This commit is contained in:
parent
7fef459c3c
commit
30b62ca086
@ -1,7 +1,6 @@
|
|||||||
if RCAR_GEN3
|
if RCAR_GEN3
|
||||||
|
|
||||||
choice
|
menu "Select Target SoC"
|
||||||
prompt "Select Target SoC"
|
|
||||||
|
|
||||||
config R8A7795
|
config R8A7795
|
||||||
bool "Renesas SoC R8A7795"
|
bool "Renesas SoC R8A7795"
|
||||||
@ -28,34 +27,41 @@ config R8A77995
|
|||||||
imply CLK_R8A77995
|
imply CLK_R8A77995
|
||||||
imply PINCTRL_PFC_R8A77995
|
imply PINCTRL_PFC_R8A77995
|
||||||
|
|
||||||
endchoice
|
endmenu
|
||||||
|
|
||||||
choice
|
choice
|
||||||
prompt "Renesus ARM64 SoCs board select"
|
prompt "Renesas ARM64 SoCs board select"
|
||||||
optional
|
optional
|
||||||
|
|
||||||
config TARGET_DRAAK
|
config TARGET_DRAAK
|
||||||
bool "Draak board"
|
bool "Draak board"
|
||||||
|
imply R8A77995
|
||||||
help
|
help
|
||||||
Support for Renesas R-Car Gen3 Draak platform
|
Support for Renesas R-Car Gen3 Draak platform
|
||||||
|
|
||||||
config TARGET_EAGLE
|
config TARGET_EAGLE
|
||||||
bool "Eagle board"
|
bool "Eagle board"
|
||||||
|
imply R8A77970
|
||||||
help
|
help
|
||||||
Support for Renesas R-Car Gen3 Eagle platform
|
Support for Renesas R-Car Gen3 Eagle platform
|
||||||
|
|
||||||
config TARGET_EBISU
|
config TARGET_EBISU
|
||||||
bool "Ebisu board"
|
bool "Ebisu board"
|
||||||
|
imply R8A77990
|
||||||
help
|
help
|
||||||
Support for Renesas R-Car Gen3 Ebisu platform
|
Support for Renesas R-Car Gen3 Ebisu platform
|
||||||
|
|
||||||
config TARGET_SALVATOR_X
|
config TARGET_SALVATOR_X
|
||||||
bool "Salvator-X board"
|
bool "Salvator-X board"
|
||||||
|
imply R8A7795
|
||||||
|
imply R8A7796
|
||||||
help
|
help
|
||||||
Support for Renesas R-Car Gen3 platform
|
Support for Renesas R-Car Gen3 platform
|
||||||
|
|
||||||
config TARGET_ULCB
|
config TARGET_ULCB
|
||||||
bool "ULCB board"
|
bool "ULCB board"
|
||||||
|
imply R8A7795
|
||||||
|
imply R8A7796
|
||||||
help
|
help
|
||||||
Support for Renesas R-Car Gen3 ULCB platform
|
Support for Renesas R-Car Gen3 ULCB platform
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user