2023-02-28 21:22:03 +00:00
|
|
|
if RCAR_GEN4
|
|
|
|
|
2023-02-28 21:34:41 +00:00
|
|
|
menu "Select Target SoC"
|
|
|
|
|
|
|
|
config R8A779A0
|
|
|
|
bool "Renesas SoC R8A779A0"
|
|
|
|
select GICV3
|
|
|
|
imply CLK_R8A779A0
|
|
|
|
imply PINCTRL_PFC_R8A779A0
|
|
|
|
|
2023-02-28 21:34:45 +00:00
|
|
|
config R8A779F0
|
|
|
|
bool "Renesas SoC R8A779F0"
|
|
|
|
select GICV3
|
|
|
|
imply CLK_R8A779F0
|
|
|
|
imply PINCTRL_PFC_R8A779F0
|
|
|
|
|
2023-02-28 21:37:07 +00:00
|
|
|
config R8A779G0
|
|
|
|
bool "Renesas SoC R8A779G0"
|
|
|
|
select GICV3
|
|
|
|
imply CLK_R8A779G0
|
|
|
|
imply PINCTRL_PFC_R8A779G0
|
|
|
|
|
2023-02-28 21:34:41 +00:00
|
|
|
endmenu
|
|
|
|
|
2023-02-28 21:22:03 +00:00
|
|
|
choice
|
|
|
|
prompt "Renesas ARM64 SoCs board select"
|
|
|
|
optional
|
2023-02-28 21:34:41 +00:00
|
|
|
|
|
|
|
config TARGET_FALCON
|
|
|
|
bool "Falcon board"
|
|
|
|
imply R8A779A0
|
|
|
|
help
|
|
|
|
Support for Renesas R-Car Gen3 Falcon platform
|
|
|
|
|
2023-02-28 21:34:46 +00:00
|
|
|
config TARGET_SPIDER
|
|
|
|
bool "Spider board"
|
|
|
|
imply R8A779F0
|
|
|
|
help
|
|
|
|
Support for Renesas R-Car Gen4 Spider platform
|
|
|
|
|
2023-02-28 21:37:08 +00:00
|
|
|
config TARGET_WHITEHAWK
|
|
|
|
bool "White Hawk board"
|
|
|
|
imply R8A779G0
|
|
|
|
help
|
|
|
|
Support for Renesas R-Car Gen4 White Hawk platform
|
|
|
|
|
2023-02-28 21:22:03 +00:00
|
|
|
endchoice
|
|
|
|
|
2023-02-28 21:34:41 +00:00
|
|
|
source "board/renesas/falcon/Kconfig"
|
2023-02-28 21:34:46 +00:00
|
|
|
source "board/renesas/spider/Kconfig"
|
2023-02-28 21:37:08 +00:00
|
|
|
source "board/renesas/whitehawk/Kconfig"
|
2023-02-28 21:34:41 +00:00
|
|
|
|
2023-02-28 21:22:03 +00:00
|
|
|
endif
|