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-10-09 18:39:47 +00:00
|
|
|
config R8A77970
|
|
|
|
bool "Renesas SoC R8A77970"
|
|
|
|
|
2017-10-08 18:52:52 +00:00
|
|
|
config R8A77995
|
|
|
|
bool "Renesas SoC R8A77995"
|
|
|
|
|
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
|
|
|
|
|
2017-10-08 18:41:18 +00:00
|
|
|
config TARGET_DRAAK
|
|
|
|
bool "Draak board"
|
|
|
|
help
|
|
|
|
Support for Renesas R-Car Gen3 Draak platform
|
|
|
|
|
2017-10-09 19:08:10 +00:00
|
|
|
config TARGET_EAGLE
|
|
|
|
bool "Eagle board"
|
|
|
|
help
|
|
|
|
Support for Renesas R-Car Gen3 Eagle platform
|
|
|
|
|
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"
|
|
|
|
|
2017-10-08 18:41:18 +00:00
|
|
|
source "board/renesas/draak/Kconfig"
|
2017-10-09 19:08:10 +00:00
|
|
|
source "board/renesas/eagle/Kconfig"
|
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
|