2016-03-31 18:51:34 +00:00
|
|
|
if RCAR_GEN3
|
|
|
|
|
2017-05-13 13:57:35 +00:00
|
|
|
choice
|
|
|
|
prompt "Select Target SoC"
|
|
|
|
|
2016-03-31 18:51:36 +00:00
|
|
|
config R8A7795
|
2017-05-13 13:57:35 +00:00
|
|
|
bool "Renesas SoC R8A7795"
|
|
|
|
|
2017-05-13 13:57:39 +00:00
|
|
|
config R8A7796
|
|
|
|
bool "Renesas SoC R8A7796"
|
|
|
|
|
2017-05-13 13:57:35 +00:00
|
|
|
endchoice
|
2016-03-31 18:51:36 +00:00
|
|
|
|
2016-03-31 18:51:34 +00:00
|
|
|
choice
|
|
|
|
prompt "Renesus ARM64 SoCs board select"
|
|
|
|
optional
|
|
|
|
|
2016-03-31 18:51:36 +00:00
|
|
|
config TARGET_SALVATOR_X
|
|
|
|
bool "Salvator-X board"
|
|
|
|
help
|
2017-05-13 13:57:40 +00:00
|
|
|
Support for Renesas R-Car Gen3 platform
|
2016-03-31 18:51:36 +00:00
|
|
|
|
2017-07-21 21:15:21 +00:00
|
|
|
config TARGET_ULCB
|
|
|
|
bool "ULCB board"
|
|
|
|
help
|
|
|
|
Support for Renesas R-Car Gen3 ULCB platform
|
|
|
|
|
2016-03-31 18:51:34 +00:00
|
|
|
endchoice
|
|
|
|
|
|
|
|
config SYS_SOC
|
|
|
|
default "rmobile"
|
|
|
|
|
2016-03-31 18:51:36 +00:00
|
|
|
source "board/renesas/salvator-x/Kconfig"
|
2017-07-21 21:15:21 +00:00
|
|
|
source "board/renesas/ulcb/Kconfig"
|
2016-03-31 18:51:36 +00:00
|
|
|
|
2016-03-31 18:51:34 +00:00
|
|
|
endif
|