3 menu "Select Target SoC"
6 bool "Renesas SoC R8A774A1"
8 imply PINCTRL_PFC_R8A774A1
11 bool "Renesas SoC R8A774B1"
13 imply PINCTRL_PFC_R8A774B1
16 bool "Renesas SoC R8A774C0"
20 bool "Renesas SoC R8A774E1"
22 imply PINCTRL_PFC_R8A774E1
25 bool "Renesas SoC R8A7795"
27 imply PINCTRL_PFC_R8A7795
30 bool "Renesas SoC R8A7796"
32 imply PINCTRL_PFC_R8A7796
35 bool "Renesas SoC R8A77965"
37 imply PINCTRL_PFC_R8A77965
40 bool "Renesas SoC R8A77970"
42 imply PINCTRL_PFC_R8A77970
45 bool "Renesas SoC R8A77980"
47 imply PINCTRL_PFC_R8A77980
50 bool "Renesas SoC R8A77990"
52 imply PINCTRL_PFC_R8A77990
55 bool "Renesas SoC R8A77995"
57 imply PINCTRL_PFC_R8A77995
62 prompt "Renesas ARM64 SoCs board select"
65 config TARGET_BEACON_RZG2H
66 bool "Beacon EmbeddedWorks RZ/G2H Dev Kit"
68 select PINCTRL_PFC_R8A774E1
70 config TARGET_BEACON_RZG2M
71 bool "Beacon EmbeddedWorks RZ/G2M Dev Kit"
73 select PINCTRL_PFC_R8A774A1
75 config TARGET_BEACON_RZG2N
76 bool "Beacon EmbeddedWorks RZ/G2N Dev Kit"
78 select PINCTRL_PFC_R8A774B1
84 Support for Renesas R-Car Gen3 Condor platform
90 Support for Renesas R-Car Gen3 Draak platform
96 Support for Renesas R-Car Gen3 Eagle platform
102 Support for Renesas R-Car Gen3 Ebisu platform
104 config TARGET_HIHOPE_RZG2
105 bool "HiHope RZ/G2 board"
110 imply MULTI_DTB_FIT_USER_DEFINED_AREA
112 Support for RZG2 HiHope platform
114 config TARGET_SALVATOR_X
115 bool "Salvator-X board"
121 imply MULTI_DTB_FIT_USER_DEFINED_AREA
123 Support for Renesas R-Car Gen3 platform
132 imply MULTI_DTB_FIT_USER_DEFINED_AREA
134 Support for Renesas R-Car Gen3 ULCB platform
141 source "board/renesas/condor/Kconfig"
142 source "board/renesas/draak/Kconfig"
143 source "board/renesas/eagle/Kconfig"
144 source "board/renesas/ebisu/Kconfig"
145 source "board/renesas/salvator-x/Kconfig"
146 source "board/renesas/ulcb/Kconfig"
147 source "board/beacon/beacon-rzg2m/Kconfig"
148 source "board/hoperun/hihope-rzg2/Kconfig"
150 config MULTI_DTB_FIT_UNCOMPRESS_SZ
151 default 0x80000 if TARGET_HIHOPE_RZG2
152 default 0x80000 if TARGET_SALVATOR_X
153 default 0x80000 if TARGET_ULCB
155 config MULTI_DTB_FIT_USER_DEF_ADDR
156 default 0x49000000 if TARGET_HIHOPE_RZG2
157 default 0x49000000 if TARGET_SALVATOR_X
158 default 0x49000000 if TARGET_ULCB
160 config SYS_MALLOC_F_LEN
161 default 0x8000 if RCAR_GEN3