2016-04-01 03:51:34 +09:00
|
|
|
if RCAR_GEN3
|
|
|
|
|
2017-05-13 15:57:35 +02:00
|
|
|
choice
|
|
|
|
prompt "Select Target SoC"
|
|
|
|
|
2016-04-01 03:51:36 +09:00
|
|
|
config R8A7795
|
2017-05-13 15:57:35 +02:00
|
|
|
bool "Renesas SoC R8A7795"
|
|
|
|
|
2017-05-13 15:57:39 +02:00
|
|
|
config R8A7796
|
|
|
|
bool "Renesas SoC R8A7796"
|
|
|
|
|
2017-10-09 20:39:47 +02:00
|
|
|
config R8A77970
|
|
|
|
bool "Renesas SoC R8A77970"
|
|
|
|
|
2018-04-26 10:09:06 +02:00
|
|
|
config R8A77990
|
|
|
|
bool "Renesas SoC R8A77990"
|
|
|
|
|
2017-10-08 20:52:52 +02:00
|
|
|
config R8A77995
|
|
|
|
bool "Renesas SoC R8A77995"
|
|
|
|
|
2017-05-13 15:57:35 +02:00
|
|
|
endchoice
|
2016-04-01 03:51:36 +09:00
|
|
|
|
2016-04-01 03:51:34 +09:00
|
|
|
choice
|
|
|
|
prompt "Renesus ARM64 SoCs board select"
|
|
|
|
optional
|
|
|
|
|
2017-10-08 20:41:18 +02:00
|
|
|
config TARGET_DRAAK
|
|
|
|
bool "Draak board"
|
|
|
|
help
|
|
|
|
Support for Renesas R-Car Gen3 Draak platform
|
|
|
|
|
2017-10-09 21:08:10 +02:00
|
|
|
config TARGET_EAGLE
|
|
|
|
bool "Eagle board"
|
|
|
|
help
|
|
|
|
Support for Renesas R-Car Gen3 Eagle platform
|
|
|
|
|
2018-04-26 13:31:39 +02:00
|
|
|
config TARGET_EBISU
|
|
|
|
bool "Ebisu board"
|
|
|
|
help
|
|
|
|
Support for Renesas R-Car Gen3 Ebisu platform
|
|
|
|
|
2016-04-01 03:51:36 +09:00
|
|
|
config TARGET_SALVATOR_X
|
|
|
|
bool "Salvator-X board"
|
|
|
|
help
|
2017-05-13 15:57:40 +02:00
|
|
|
Support for Renesas R-Car Gen3 platform
|
2016-04-01 03:51:36 +09:00
|
|
|
|
2017-07-21 23:15:21 +02:00
|
|
|
config TARGET_ULCB
|
|
|
|
bool "ULCB board"
|
|
|
|
help
|
|
|
|
Support for Renesas R-Car Gen3 ULCB platform
|
|
|
|
|
2016-04-01 03:51:34 +09:00
|
|
|
endchoice
|
|
|
|
|
|
|
|
config SYS_SOC
|
|
|
|
default "rmobile"
|
|
|
|
|
2017-10-08 20:41:18 +02:00
|
|
|
source "board/renesas/draak/Kconfig"
|
2017-10-09 21:08:10 +02:00
|
|
|
source "board/renesas/eagle/Kconfig"
|
2018-04-26 13:31:39 +02:00
|
|
|
source "board/renesas/ebisu/Kconfig"
|
2016-04-01 03:51:36 +09:00
|
|
|
source "board/renesas/salvator-x/Kconfig"
|
2017-07-21 23:15:21 +02:00
|
|
|
source "board/renesas/ulcb/Kconfig"
|
2016-04-01 03:51:36 +09:00
|
|
|
|
2016-04-01 03:51:34 +09:00
|
|
|
endif
|