3 menu "Select Target SoC"
6 bool "Renesas SoC R8A774A1"
9 imply PINCTRL_PFC_R8A774A1
12 bool "Renesas SoC R8A774B1"
15 imply PINCTRL_PFC_R8A774B1
18 bool "Renesas SoC R8A774C0"
21 imply PINCTRL_PFC_R8A774C0
24 bool "Renesas SoC R8A774E1"
27 imply PINCTRL_PFC_R8A774E1
30 bool "Renesas SoC R8A7795"
33 imply PINCTRL_PFC_R8A7795
36 bool "Renesas SoC R8A7796"
39 imply PINCTRL_PFC_R8A7796
42 bool "Renesas SoC R8A77965"
45 imply PINCTRL_PFC_R8A77965
48 bool "Renesas SoC R8A77970"
51 imply PINCTRL_PFC_R8A77970
54 bool "Renesas SoC R8A77980"
57 imply PINCTRL_PFC_R8A77980
60 bool "Renesas SoC R8A77990"
63 imply PINCTRL_PFC_R8A77990
66 bool "Renesas SoC R8A77995"
69 imply PINCTRL_PFC_R8A77995
72 bool "Renesas SoC R8A779A0"
75 imply PINCTRL_PFC_R8A779A0
78 bool "Renesas ARM SoCs RZ/G2 (64bit)"
83 prompt "Renesas ARM64 SoCs board select"
86 config TARGET_BEACON_RZG2M
87 bool "Beacon EmbeddedWorks RZ/G2 Dev Kit"
92 select PINCTRL_PFC_R8A774A1
93 select PINCTRL_PFC_R8A774B1
94 select PINCTRL_PFC_R8A774E1
96 imply MULTI_DTB_FIT_USER_DEFINED_AREA
102 Support for Renesas R-Car Gen3 Condor platform
108 Support for Renesas R-Car Gen3 Draak platform
114 Support for Renesas R-Car Gen3 Eagle platform
120 Support for Renesas R-Car Gen3 Ebisu platform
126 Support for Renesas R-Car Gen3 Falcon platform
128 config TARGET_HIHOPE_RZG2
129 bool "HiHope RZ/G2 board"
136 imply MULTI_DTB_FIT_USER_DEFINED_AREA
138 Support for RZG2 HiHope platform
140 config TARGET_SILINUX_EK874
141 bool "Silicon Linux EK874 board"
145 Support for Silicon Linux EK874 platform
147 config TARGET_SALVATOR_X
148 bool "Salvator-X board"
154 imply MULTI_DTB_FIT_USER_DEFINED_AREA
156 Support for Renesas R-Car Gen3 platform
165 imply MULTI_DTB_FIT_USER_DEFINED_AREA
167 Support for Renesas R-Car Gen3 ULCB platform
174 source "board/renesas/condor/Kconfig"
175 source "board/renesas/draak/Kconfig"
176 source "board/renesas/eagle/Kconfig"
177 source "board/renesas/ebisu/Kconfig"
178 source "board/renesas/falcon/Kconfig"
179 source "board/renesas/salvator-x/Kconfig"
180 source "board/renesas/ulcb/Kconfig"
181 source "board/beacon/beacon-rzg2m/Kconfig"
182 source "board/hoperun/hihope-rzg2/Kconfig"
183 source "board/silinux/ek874/Kconfig"
185 config MULTI_DTB_FIT_UNCOMPRESS_SZ
186 default 0x80000 if TARGET_BEACON_RZG2M
187 default 0x80000 if TARGET_HIHOPE_RZG2
188 default 0x80000 if TARGET_SALVATOR_X
189 default 0x80000 if TARGET_ULCB
191 config MULTI_DTB_FIT_USER_DEF_ADDR
192 default 0x49000000 if TARGET_BEACON_RZG2M
193 default 0x49000000 if TARGET_HIHOPE_RZG2
194 default 0x49000000 if TARGET_SALVATOR_X
195 default 0x49000000 if TARGET_ULCB
197 config SYS_MALLOC_F_LEN
198 default 0x8000 if RCAR_GEN3