blob: 2dc9f00b5d6af93de117c883e59f23d1d4efcaf4 [file] [log] [blame]
if RCAR_GEN4
menu "Select Target SoC"
config R8A779A0
bool "Renesas SoC R8A779A0"
select GICV3
imply CLK_R8A779A0
imply PINCTRL_PFC_R8A779A0
config R8A779F0
bool "Renesas SoC R8A779F0"
select GICV3
imply CLK_R8A779F0
imply PINCTRL_PFC_R8A779F0
config R8A779G0
bool "Renesas SoC R8A779G0"
select GICV3
imply CLK_R8A779G0
imply PINCTRL_PFC_R8A779G0
endmenu
choice
prompt "Renesas ARM64 SoCs board select"
optional
config TARGET_FALCON
bool "Falcon board"
imply R8A779A0
help
Support for Renesas R-Car Gen3 Falcon platform
config TARGET_SPIDER
bool "Spider board"
imply R8A779F0
help
Support for Renesas R-Car Gen4 Spider platform
endchoice
source "board/renesas/falcon/Kconfig"
source "board/renesas/spider/Kconfig"
endif