2016-04-01 03:51:34 +09:00
|
|
|
if RCAR_GEN3
|
|
|
|
|
2019-02-18 13:34:19 +01:00
|
|
|
menu "Select Target SoC"
|
2017-05-13 15:57:35 +02:00
|
|
|
|
2016-04-01 03:51:36 +09:00
|
|
|
config R8A7795
|
2017-05-13 15:57:35 +02:00
|
|
|
bool "Renesas SoC R8A7795"
|
2019-02-18 13:20:48 +01:00
|
|
|
imply CLK_R8A7795
|
2019-02-18 13:22:03 +01:00
|
|
|
imply PINCTRL_PFC_R8A7795
|
2017-05-13 15:57:35 +02:00
|
|
|
|
2017-05-13 15:57:39 +02:00
|
|
|
config R8A7796
|
|
|
|
bool "Renesas SoC R8A7796"
|
2019-02-18 13:20:48 +01:00
|
|
|
imply CLK_R8A7796
|
2019-02-18 13:22:03 +01:00
|
|
|
imply PINCTRL_PFC_R8A7796
|
2017-05-13 15:57:39 +02:00
|
|
|
|
2019-03-04 01:32:44 +01:00
|
|
|
config R8A77965
|
|
|
|
bool "Renesas SoC R8A77965"
|
2019-03-04 13:36:13 +01:00
|
|
|
imply CLK_R8A77965
|
2019-03-04 01:32:44 +01:00
|
|
|
imply PINCTRL_PFC_R8A77965
|
2019-03-04 01:32:44 +01:00
|
|
|
|
2017-10-09 20:39:47 +02:00
|
|
|
config R8A77970
|
|
|
|
bool "Renesas SoC R8A77970"
|
2019-02-18 13:20:48 +01:00
|
|
|
imply CLK_R8A77970
|
2019-02-18 13:22:03 +01:00
|
|
|
imply PINCTRL_PFC_R8A77970
|
2017-10-09 20:39:47 +02:00
|
|
|
|
2019-07-29 19:59:44 +02:00
|
|
|
config R8A77980
|
|
|
|
bool "Renesas SoC R8A77980"
|
|
|
|
imply CLK_R8A77980
|
|
|
|
imply PINCTRL_PFC_R8A77980
|
|
|
|
|
2018-04-26 10:09:06 +02:00
|
|
|
config R8A77990
|
|
|
|
bool "Renesas SoC R8A77990"
|
2019-02-18 13:20:48 +01:00
|
|
|
imply CLK_R8A77990
|
2019-02-18 13:22:03 +01:00
|
|
|
imply PINCTRL_PFC_R8A77990
|
2018-04-26 10:09:06 +02:00
|
|
|
|
2017-10-08 20:52:52 +02:00
|
|
|
config R8A77995
|
|
|
|
bool "Renesas SoC R8A77995"
|
2019-02-18 13:20:48 +01:00
|
|
|
imply CLK_R8A77995
|
2019-02-18 13:22:03 +01:00
|
|
|
imply PINCTRL_PFC_R8A77995
|
2017-10-08 20:52:52 +02:00
|
|
|
|
2019-02-18 13:34:19 +01:00
|
|
|
endmenu
|
2016-04-01 03:51:36 +09:00
|
|
|
|
2016-04-01 03:51:34 +09:00
|
|
|
choice
|
2019-02-18 13:34:19 +01:00
|
|
|
prompt "Renesas ARM64 SoCs board select"
|
2016-04-01 03:51:34 +09:00
|
|
|
optional
|
|
|
|
|
2019-07-29 19:59:44 +02:00
|
|
|
config TARGET_CONDOR
|
|
|
|
bool "Condor board"
|
|
|
|
imply R8A77980
|
|
|
|
help
|
|
|
|
Support for Renesas R-Car Gen3 Condor platform
|
|
|
|
|
2017-10-08 20:41:18 +02:00
|
|
|
config TARGET_DRAAK
|
|
|
|
bool "Draak board"
|
2019-02-18 13:34:19 +01:00
|
|
|
imply R8A77995
|
2017-10-08 20:41:18 +02:00
|
|
|
help
|
|
|
|
Support for Renesas R-Car Gen3 Draak platform
|
|
|
|
|
2017-10-09 21:08:10 +02:00
|
|
|
config TARGET_EAGLE
|
|
|
|
bool "Eagle board"
|
2019-02-18 13:34:19 +01:00
|
|
|
imply R8A77970
|
2017-10-09 21:08:10 +02:00
|
|
|
help
|
|
|
|
Support for Renesas R-Car Gen3 Eagle platform
|
|
|
|
|
2018-04-26 13:31:39 +02:00
|
|
|
config TARGET_EBISU
|
|
|
|
bool "Ebisu board"
|
2019-02-18 13:34:19 +01:00
|
|
|
imply R8A77990
|
2018-04-26 13:31:39 +02:00
|
|
|
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"
|
2019-02-18 13:34:19 +01:00
|
|
|
imply R8A7795
|
|
|
|
imply R8A7796
|
2019-03-04 01:32:44 +01:00
|
|
|
imply R8A77965
|
2019-03-13 21:09:49 +01:00
|
|
|
imply SYS_MALLOC_F
|
|
|
|
imply MULTI_DTB_FIT
|
|
|
|
imply MULTI_DTB_FIT_USER_DEFINED_AREA
|
2016-04-01 03:51:36 +09:00
|
|
|
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"
|
2019-02-18 13:34:19 +01:00
|
|
|
imply R8A7795
|
|
|
|
imply R8A7796
|
2019-03-04 01:32:44 +01:00
|
|
|
imply R8A77965
|
2019-03-13 21:09:49 +01:00
|
|
|
imply SYS_MALLOC_F
|
|
|
|
imply MULTI_DTB_FIT
|
|
|
|
imply MULTI_DTB_FIT_USER_DEFINED_AREA
|
2017-07-21 23:15:21 +02:00
|
|
|
help
|
|
|
|
Support for Renesas R-Car Gen3 ULCB platform
|
|
|
|
|
2016-04-01 03:51:34 +09:00
|
|
|
endchoice
|
|
|
|
|
|
|
|
config SYS_SOC
|
|
|
|
default "rmobile"
|
|
|
|
|
2019-07-29 19:59:44 +02:00
|
|
|
source "board/renesas/condor/Kconfig"
|
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
|
|
|
|
2019-03-13 21:09:49 +01: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-04-01 03:51:34 +09:00
|
|
|
endif
|