2016-03-31 18:51:34 +00:00
|
|
|
if RCAR_GEN3
|
|
|
|
|
2019-02-18 12:34:19 +00:00
|
|
|
menu "Select Target SoC"
|
2017-05-13 13:57:35 +00:00
|
|
|
|
2020-06-30 14:30:06 +00:00
|
|
|
config R8A774A1
|
|
|
|
bool "Renesas SoC R8A774A1"
|
|
|
|
|
2016-03-31 18:51:36 +00:00
|
|
|
config R8A7795
|
2017-05-13 13:57:35 +00:00
|
|
|
bool "Renesas SoC R8A7795"
|
2019-02-18 12:20:48 +00:00
|
|
|
imply CLK_R8A7795
|
2019-02-18 12:22:03 +00:00
|
|
|
imply PINCTRL_PFC_R8A7795
|
2017-05-13 13:57:35 +00:00
|
|
|
|
2017-05-13 13:57:39 +00:00
|
|
|
config R8A7796
|
|
|
|
bool "Renesas SoC R8A7796"
|
2019-02-18 12:20:48 +00:00
|
|
|
imply CLK_R8A7796
|
2019-02-18 12:22:03 +00:00
|
|
|
imply PINCTRL_PFC_R8A7796
|
2017-05-13 13:57:39 +00:00
|
|
|
|
2019-03-04 00:32:44 +00:00
|
|
|
config R8A77965
|
|
|
|
bool "Renesas SoC R8A77965"
|
2019-03-04 12:36:13 +00:00
|
|
|
imply CLK_R8A77965
|
2019-03-04 00:32:44 +00:00
|
|
|
imply PINCTRL_PFC_R8A77965
|
2019-03-04 00:32:44 +00:00
|
|
|
|
2017-10-09 18:39:47 +00:00
|
|
|
config R8A77970
|
|
|
|
bool "Renesas SoC R8A77970"
|
2019-02-18 12:20:48 +00:00
|
|
|
imply CLK_R8A77970
|
2019-02-18 12:22:03 +00:00
|
|
|
imply PINCTRL_PFC_R8A77970
|
2017-10-09 18:39:47 +00:00
|
|
|
|
2019-07-29 17:59:44 +00:00
|
|
|
config R8A77980
|
|
|
|
bool "Renesas SoC R8A77980"
|
|
|
|
imply CLK_R8A77980
|
|
|
|
imply PINCTRL_PFC_R8A77980
|
|
|
|
|
2018-04-26 08:09:06 +00:00
|
|
|
config R8A77990
|
|
|
|
bool "Renesas SoC R8A77990"
|
2019-02-18 12:20:48 +00:00
|
|
|
imply CLK_R8A77990
|
2019-02-18 12:22:03 +00:00
|
|
|
imply PINCTRL_PFC_R8A77990
|
2018-04-26 08:09:06 +00:00
|
|
|
|
2017-10-08 18:52:52 +00:00
|
|
|
config R8A77995
|
|
|
|
bool "Renesas SoC R8A77995"
|
2019-02-18 12:20:48 +00:00
|
|
|
imply CLK_R8A77995
|
2019-02-18 12:22:03 +00:00
|
|
|
imply PINCTRL_PFC_R8A77995
|
2017-10-08 18:52:52 +00:00
|
|
|
|
2019-02-18 12:34:19 +00:00
|
|
|
endmenu
|
2016-03-31 18:51:36 +00:00
|
|
|
|
2016-03-31 18:51:34 +00:00
|
|
|
choice
|
2019-02-18 12:34:19 +00:00
|
|
|
prompt "Renesas ARM64 SoCs board select"
|
2016-03-31 18:51:34 +00:00
|
|
|
optional
|
|
|
|
|
2020-06-30 14:30:11 +00:00
|
|
|
config TARGET_BEACON_RZG2M
|
|
|
|
bool "Beacon EmbeddedWorks RZ/G2M Dev Kit"
|
|
|
|
select R8A774A1
|
|
|
|
select PINCTRL_PFC_R8A774A1
|
|
|
|
|
2019-07-29 17:59:44 +00:00
|
|
|
config TARGET_CONDOR
|
|
|
|
bool "Condor board"
|
|
|
|
imply R8A77980
|
|
|
|
help
|
|
|
|
Support for Renesas R-Car Gen3 Condor platform
|
|
|
|
|
2017-10-08 18:41:18 +00:00
|
|
|
config TARGET_DRAAK
|
|
|
|
bool "Draak board"
|
2019-02-18 12:34:19 +00:00
|
|
|
imply R8A77995
|
2017-10-08 18:41:18 +00:00
|
|
|
help
|
|
|
|
Support for Renesas R-Car Gen3 Draak platform
|
|
|
|
|
2017-10-09 19:08:10 +00:00
|
|
|
config TARGET_EAGLE
|
|
|
|
bool "Eagle board"
|
2019-02-18 12:34:19 +00:00
|
|
|
imply R8A77970
|
2017-10-09 19:08:10 +00:00
|
|
|
help
|
|
|
|
Support for Renesas R-Car Gen3 Eagle platform
|
|
|
|
|
2018-04-26 11:31:39 +00:00
|
|
|
config TARGET_EBISU
|
|
|
|
bool "Ebisu board"
|
2019-02-18 12:34:19 +00:00
|
|
|
imply R8A77990
|
2018-04-26 11:31:39 +00:00
|
|
|
help
|
|
|
|
Support for Renesas R-Car Gen3 Ebisu platform
|
|
|
|
|
2016-03-31 18:51:36 +00:00
|
|
|
config TARGET_SALVATOR_X
|
|
|
|
bool "Salvator-X board"
|
2019-02-18 12:34:19 +00:00
|
|
|
imply R8A7795
|
|
|
|
imply R8A7796
|
2019-03-04 00:32:44 +00:00
|
|
|
imply R8A77965
|
2019-03-13 20:09:49 +00:00
|
|
|
imply SYS_MALLOC_F
|
|
|
|
imply MULTI_DTB_FIT
|
|
|
|
imply MULTI_DTB_FIT_USER_DEFINED_AREA
|
2016-03-31 18:51:36 +00:00
|
|
|
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"
|
2019-02-18 12:34:19 +00:00
|
|
|
imply R8A7795
|
|
|
|
imply R8A7796
|
2019-03-04 00:32:44 +00:00
|
|
|
imply R8A77965
|
2019-03-13 20:09:49 +00:00
|
|
|
imply SYS_MALLOC_F
|
|
|
|
imply MULTI_DTB_FIT
|
|
|
|
imply MULTI_DTB_FIT_USER_DEFINED_AREA
|
2017-07-21 21:15:21 +00:00
|
|
|
help
|
|
|
|
Support for Renesas R-Car Gen3 ULCB platform
|
|
|
|
|
2016-03-31 18:51:34 +00:00
|
|
|
endchoice
|
|
|
|
|
|
|
|
config SYS_SOC
|
|
|
|
default "rmobile"
|
|
|
|
|
2019-07-29 17:59:44 +00:00
|
|
|
source "board/renesas/condor/Kconfig"
|
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"
|
2018-04-26 11:31:39 +00:00
|
|
|
source "board/renesas/ebisu/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"
|
2020-06-30 14:30:11 +00:00
|
|
|
source "board/beacon/beacon-rzg2m/Kconfig"
|
2016-03-31 18:51:36 +00:00
|
|
|
|
2019-03-13 20:09:49 +00:00
|
|
|
config MULTI_DTB_FIT_UNCOMPRESS_SZ
|
|
|
|
default 0x80000 if TARGET_SALVATOR_X
|
|
|
|
default 0x80000 if TARGET_ULCB
|
|
|
|
|
|
|
|
config MULTI_DTB_FIT_USER_DEF_ADDR
|
|
|
|
default 0x49000000 if TARGET_SALVATOR_X
|
|
|
|
default 0x49000000 if TARGET_ULCB
|
|
|
|
|
|
|
|
config SYS_MALLOC_F_LEN
|
|
|
|
default 0x8000 if RCAR_GEN3
|
|
|
|
|
2016-03-31 18:51:34 +00:00
|
|
|
endif
|