Nobuhiro Iwamatsu | 4dc515a | 2016-04-01 03:51:34 +0900 | [diff] [blame] | 1 | if RCAR_GEN3 |
2 | |||||
Marek Vasut | ee40f1c | 2019-02-18 13:34:19 +0100 | [diff] [blame] | 3 | menu "Select Target SoC" |
Marek Vasut | 0d93a40 | 2017-05-13 15:57:35 +0200 | [diff] [blame] | 4 | |
Adam Ford | 52dd19b | 2020-06-30 09:30:06 -0500 | [diff] [blame] | 5 | config R8A774A1 |
Biju Das | 2138a73 | 2020-10-12 16:16:14 +0100 | [diff] [blame] | 6 | bool "Renesas SoC R8A774A1" |
Tom Rini | 249f11f | 2021-08-19 14:19:39 -0400 | [diff] [blame] | 7 | select GICV2 |
Biju Das | da58fb4 | 2021-03-01 17:08:47 +0000 | [diff] [blame] | 8 | imply CLK_R8A774A1 |
9 | imply PINCTRL_PFC_R8A774A1 | ||||
Biju Das | 2138a73 | 2020-10-12 16:16:14 +0100 | [diff] [blame] | 10 | |
11 | config R8A774B1 | ||||
12 | bool "Renesas SoC R8A774B1" | ||||
Tom Rini | 249f11f | 2021-08-19 14:19:39 -0400 | [diff] [blame] | 13 | select GICV2 |
Biju Das | 69159a2 | 2020-10-14 18:17:35 +0100 | [diff] [blame] | 14 | imply CLK_R8A774B1 |
Biju Das | d1d7888 | 2020-10-28 10:34:21 +0000 | [diff] [blame] | 15 | imply PINCTRL_PFC_R8A774B1 |
Adam Ford | 52dd19b | 2020-06-30 09:30:06 -0500 | [diff] [blame] | 16 | |
Lad Prabhakar | 573a998 | 2020-10-16 08:37:12 +0100 | [diff] [blame] | 17 | config R8A774C0 |
18 | bool "Renesas SoC R8A774C0" | ||||
Tom Rini | 249f11f | 2021-08-19 14:19:39 -0400 | [diff] [blame] | 19 | select GICV2 |
Lad Prabhakar | 3434a5f | 2020-10-16 08:37:14 +0100 | [diff] [blame] | 20 | imply CLK_R8A774C0 |
Lad Prabhakar | 53b88b9 | 2021-03-15 22:24:04 +0000 | [diff] [blame] | 21 | imply PINCTRL_PFC_R8A774C0 |
Lad Prabhakar | 573a998 | 2020-10-16 08:37:12 +0100 | [diff] [blame] | 22 | |
Biju Das | 4fd0bf8 | 2020-10-12 16:16:15 +0100 | [diff] [blame] | 23 | config R8A774E1 |
24 | bool "Renesas SoC R8A774E1" | ||||
Tom Rini | 249f11f | 2021-08-19 14:19:39 -0400 | [diff] [blame] | 25 | select GICV2 |
Biju Das | eb6474c | 2020-10-14 18:17:36 +0100 | [diff] [blame] | 26 | imply CLK_R8A774E1 |
Biju Das | 121bd00 | 2020-10-28 10:34:22 +0000 | [diff] [blame] | 27 | imply PINCTRL_PFC_R8A774E1 |
Biju Das | 4fd0bf8 | 2020-10-12 16:16:15 +0100 | [diff] [blame] | 28 | |
Nobuhiro Iwamatsu | fdf7c65 | 2016-04-01 03:51:36 +0900 | [diff] [blame] | 29 | config R8A7795 |
Marek Vasut | 0d93a40 | 2017-05-13 15:57:35 +0200 | [diff] [blame] | 30 | bool "Renesas SoC R8A7795" |
Tom Rini | 249f11f | 2021-08-19 14:19:39 -0400 | [diff] [blame] | 31 | select GICV2 |
Marek Vasut | 71710b5 | 2019-02-18 13:20:48 +0100 | [diff] [blame] | 32 | imply CLK_R8A7795 |
Marek Vasut | c02d50a | 2023-01-26 21:01:40 +0100 | [diff] [blame] | 33 | imply PINCTRL_PFC_R8A77951 |
Marek Vasut | 0d93a40 | 2017-05-13 15:57:35 +0200 | [diff] [blame] | 34 | |
Marek Vasut | 62df312 | 2017-05-13 15:57:39 +0200 | [diff] [blame] | 35 | config R8A7796 |
36 | bool "Renesas SoC R8A7796" | ||||
Tom Rini | 249f11f | 2021-08-19 14:19:39 -0400 | [diff] [blame] | 37 | select GICV2 |
Hai Pham | cef5c2f | 2023-01-26 21:02:01 +0100 | [diff] [blame] | 38 | imply CLK_R8A77960 |
Hai Pham | f144d50 | 2023-01-26 21:02:02 +0100 | [diff] [blame] | 39 | imply CLK_R8A77961 |
Marek Vasut | d0f9c7b | 2023-01-26 21:01:41 +0100 | [diff] [blame] | 40 | imply PINCTRL_PFC_R8A77960 |
Hai Pham | 9436050 | 2023-01-26 21:01:48 +0100 | [diff] [blame] | 41 | imply PINCTRL_PFC_R8A77961 |
Marek Vasut | 62df312 | 2017-05-13 15:57:39 +0200 | [diff] [blame] | 42 | |
Marek Vasut | f843f25 | 2019-03-04 01:32:44 +0100 | [diff] [blame] | 43 | config R8A77965 |
44 | bool "Renesas SoC R8A77965" | ||||
Tom Rini | 249f11f | 2021-08-19 14:19:39 -0400 | [diff] [blame] | 45 | select GICV2 |
Marek Vasut | 98c2058 | 2019-03-04 13:36:13 +0100 | [diff] [blame] | 46 | imply CLK_R8A77965 |
Marek Vasut | 72269e0 | 2019-03-04 01:32:44 +0100 | [diff] [blame] | 47 | imply PINCTRL_PFC_R8A77965 |
Marek Vasut | f843f25 | 2019-03-04 01:32:44 +0100 | [diff] [blame] | 48 | |
Marek Vasut | 46175fc | 2017-10-09 20:39:47 +0200 | [diff] [blame] | 49 | config R8A77970 |
50 | bool "Renesas SoC R8A77970" | ||||
Tom Rini | 249f11f | 2021-08-19 14:19:39 -0400 | [diff] [blame] | 51 | select GICV2 |
Marek Vasut | 71710b5 | 2019-02-18 13:20:48 +0100 | [diff] [blame] | 52 | imply CLK_R8A77970 |
Marek Vasut | 9c93052 | 2019-02-18 13:22:03 +0100 | [diff] [blame] | 53 | imply PINCTRL_PFC_R8A77970 |
Marek Vasut | 46175fc | 2017-10-09 20:39:47 +0200 | [diff] [blame] | 54 | |
Marek Vasut | cf56785 | 2019-07-29 19:59:44 +0200 | [diff] [blame] | 55 | config R8A77980 |
56 | bool "Renesas SoC R8A77980" | ||||
Tom Rini | 249f11f | 2021-08-19 14:19:39 -0400 | [diff] [blame] | 57 | select GICV2 |
Marek Vasut | cf56785 | 2019-07-29 19:59:44 +0200 | [diff] [blame] | 58 | imply CLK_R8A77980 |
59 | imply PINCTRL_PFC_R8A77980 | ||||
60 | |||||
Marek Vasut | 001dbf3 | 2018-04-26 10:09:06 +0200 | [diff] [blame] | 61 | config R8A77990 |
62 | bool "Renesas SoC R8A77990" | ||||
Tom Rini | 249f11f | 2021-08-19 14:19:39 -0400 | [diff] [blame] | 63 | select GICV2 |
Marek Vasut | 71710b5 | 2019-02-18 13:20:48 +0100 | [diff] [blame] | 64 | imply CLK_R8A77990 |
Marek Vasut | 9c93052 | 2019-02-18 13:22:03 +0100 | [diff] [blame] | 65 | imply PINCTRL_PFC_R8A77990 |
Marek Vasut | 001dbf3 | 2018-04-26 10:09:06 +0200 | [diff] [blame] | 66 | |
Marek Vasut | 04cd2e2 | 2017-10-08 20:52:52 +0200 | [diff] [blame] | 67 | config R8A77995 |
68 | bool "Renesas SoC R8A77995" | ||||
Tom Rini | 249f11f | 2021-08-19 14:19:39 -0400 | [diff] [blame] | 69 | select GICV2 |
Marek Vasut | 71710b5 | 2019-02-18 13:20:48 +0100 | [diff] [blame] | 70 | imply CLK_R8A77995 |
Marek Vasut | 9c93052 | 2019-02-18 13:22:03 +0100 | [diff] [blame] | 71 | imply PINCTRL_PFC_R8A77995 |
Marek Vasut | 04cd2e2 | 2017-10-08 20:52:52 +0200 | [diff] [blame] | 72 | |
Hai Pham | 47fc7be | 2020-05-21 14:11:13 +0700 | [diff] [blame] | 73 | config R8A779A0 |
74 | bool "Renesas SoC R8A779A0" | ||||
Tom Rini | 249f11f | 2021-08-19 14:19:39 -0400 | [diff] [blame] | 75 | select GICV3 |
Hai Pham | 47fc7be | 2020-05-21 14:11:13 +0700 | [diff] [blame] | 76 | imply CLK_R8A779A0 |
77 | imply PINCTRL_PFC_R8A779A0 | ||||
78 | |||||
Biju Das | 2f611af | 2021-03-17 14:11:50 +0000 | [diff] [blame] | 79 | config RZ_G2 |
80 | bool "Renesas ARM SoCs RZ/G2 (64bit)" | ||||
81 | |||||
Marek Vasut | ee40f1c | 2019-02-18 13:34:19 +0100 | [diff] [blame] | 82 | endmenu |
Nobuhiro Iwamatsu | fdf7c65 | 2016-04-01 03:51:36 +0900 | [diff] [blame] | 83 | |
Nobuhiro Iwamatsu | 4dc515a | 2016-04-01 03:51:34 +0900 | [diff] [blame] | 84 | choice |
Marek Vasut | ee40f1c | 2019-02-18 13:34:19 +0100 | [diff] [blame] | 85 | prompt "Renesas ARM64 SoCs board select" |
Nobuhiro Iwamatsu | 4dc515a | 2016-04-01 03:51:34 +0900 | [diff] [blame] | 86 | optional |
87 | |||||
Adam Ford | 3867688 | 2020-06-30 09:30:11 -0500 | [diff] [blame] | 88 | config TARGET_BEACON_RZG2M |
Adam Ford | 1d19cd3 | 2021-09-20 11:14:29 -0500 | [diff] [blame] | 89 | bool "Beacon EmbeddedWorks RZ/G2 Dev Kit" |
Adam Ford | 3867688 | 2020-06-30 09:30:11 -0500 | [diff] [blame] | 90 | select R8A774A1 |
Adam Ford | 08cd829 | 2021-09-20 11:14:28 -0500 | [diff] [blame] | 91 | select R8A774B1 |
92 | select R8A774E1 | ||||
Adam Ford | d1e4738 | 2021-06-24 12:52:11 -0500 | [diff] [blame] | 93 | select RZ_G2 |
Adam Ford | 3867688 | 2020-06-30 09:30:11 -0500 | [diff] [blame] | 94 | select PINCTRL_PFC_R8A774A1 |
Adam Ford | 08cd829 | 2021-09-20 11:14:28 -0500 | [diff] [blame] | 95 | select PINCTRL_PFC_R8A774B1 |
96 | select PINCTRL_PFC_R8A774E1 | ||||
97 | imply MULTI_DTB_FIT | ||||
98 | imply MULTI_DTB_FIT_USER_DEFINED_AREA | ||||
Adam Ford | 8d3e520 | 2021-09-20 11:14:31 -0500 | [diff] [blame] | 99 | imply CLK_VERSACLOCK |
100 | imply CLK_CCF | ||||
Adam Ford | 3867688 | 2020-06-30 09:30:11 -0500 | [diff] [blame] | 101 | |
Marek Vasut | b700f03 | 2019-07-29 19:59:44 +0200 | [diff] [blame] | 102 | config TARGET_CONDOR |
103 | bool "Condor board" | ||||
104 | imply R8A77980 | ||||
105 | help | ||||
106 | Support for Renesas R-Car Gen3 Condor platform | ||||
107 | |||||
Marek Vasut | 3ef6d08 | 2017-10-08 20:41:18 +0200 | [diff] [blame] | 108 | config TARGET_DRAAK |
109 | bool "Draak board" | ||||
Marek Vasut | ee40f1c | 2019-02-18 13:34:19 +0100 | [diff] [blame] | 110 | imply R8A77995 |
Marek Vasut | 3ef6d08 | 2017-10-08 20:41:18 +0200 | [diff] [blame] | 111 | help |
112 | Support for Renesas R-Car Gen3 Draak platform | ||||
113 | |||||
Marek Vasut | b47bc37 | 2017-10-09 21:08:10 +0200 | [diff] [blame] | 114 | config TARGET_EAGLE |
115 | bool "Eagle board" | ||||
Marek Vasut | ee40f1c | 2019-02-18 13:34:19 +0100 | [diff] [blame] | 116 | imply R8A77970 |
Marek Vasut | b47bc37 | 2017-10-09 21:08:10 +0200 | [diff] [blame] | 117 | help |
118 | Support for Renesas R-Car Gen3 Eagle platform | ||||
119 | |||||
Marek Vasut | 2a46a0b | 2018-04-26 13:31:39 +0200 | [diff] [blame] | 120 | config TARGET_EBISU |
121 | bool "Ebisu board" | ||||
Marek Vasut | ee40f1c | 2019-02-18 13:34:19 +0100 | [diff] [blame] | 122 | imply R8A77990 |
Marek Vasut | 2a46a0b | 2018-04-26 13:31:39 +0200 | [diff] [blame] | 123 | help |
124 | Support for Renesas R-Car Gen3 Ebisu platform | ||||
125 | |||||
Hai Pham | 747a7ab | 2020-05-21 20:14:05 +0700 | [diff] [blame] | 126 | config TARGET_FALCON |
127 | bool "Falcon board" | ||||
128 | imply R8A779A0 | ||||
129 | help | ||||
130 | Support for Renesas R-Car Gen3 Falcon platform | ||||
131 | |||||
Biju Das | da58fb4 | 2021-03-01 17:08:47 +0000 | [diff] [blame] | 132 | config TARGET_HIHOPE_RZG2 |
133 | bool "HiHope RZ/G2 board" | ||||
134 | imply R8A774A1 | ||||
Biju Das | 222cb30 | 2021-03-01 17:08:48 +0000 | [diff] [blame] | 135 | imply R8A774B1 |
Biju Das | d771b22 | 2021-03-01 17:08:49 +0000 | [diff] [blame] | 136 | imply R8A774E1 |
Biju Das | 2f611af | 2021-03-17 14:11:50 +0000 | [diff] [blame] | 137 | imply RZ_G2 |
Biju Das | da58fb4 | 2021-03-01 17:08:47 +0000 | [diff] [blame] | 138 | imply SYS_MALLOC_F |
139 | imply MULTI_DTB_FIT | ||||
140 | imply MULTI_DTB_FIT_USER_DEFINED_AREA | ||||
141 | help | ||||
142 | Support for RZG2 HiHope platform | ||||
143 | |||||
Lad Prabhakar | b4b65ec | 2021-03-15 22:24:05 +0000 | [diff] [blame] | 144 | config TARGET_SILINUX_EK874 |
145 | bool "Silicon Linux EK874 board" | ||||
146 | imply R8A774C0 | ||||
Biju Das | 2f611af | 2021-03-17 14:11:50 +0000 | [diff] [blame] | 147 | imply RZ_G2 |
Lad Prabhakar | b4b65ec | 2021-03-15 22:24:05 +0000 | [diff] [blame] | 148 | help |
149 | Support for Silicon Linux EK874 platform | ||||
150 | |||||
Nobuhiro Iwamatsu | fdf7c65 | 2016-04-01 03:51:36 +0900 | [diff] [blame] | 151 | config TARGET_SALVATOR_X |
152 | bool "Salvator-X board" | ||||
Marek Vasut | ee40f1c | 2019-02-18 13:34:19 +0100 | [diff] [blame] | 153 | imply R8A7795 |
154 | imply R8A7796 | ||||
Marek Vasut | f843f25 | 2019-03-04 01:32:44 +0100 | [diff] [blame] | 155 | imply R8A77965 |
Marek Vasut | c625994 | 2019-03-13 21:09:49 +0100 | [diff] [blame] | 156 | imply SYS_MALLOC_F |
157 | imply MULTI_DTB_FIT | ||||
158 | imply MULTI_DTB_FIT_USER_DEFINED_AREA | ||||
Nobuhiro Iwamatsu | fdf7c65 | 2016-04-01 03:51:36 +0900 | [diff] [blame] | 159 | help |
Marek Vasut | 36f7420 | 2017-05-13 15:57:40 +0200 | [diff] [blame] | 160 | Support for Renesas R-Car Gen3 platform |
Nobuhiro Iwamatsu | fdf7c65 | 2016-04-01 03:51:36 +0900 | [diff] [blame] | 161 | |
Marek Vasut | ad43cd3 | 2017-07-21 23:15:21 +0200 | [diff] [blame] | 162 | config TARGET_ULCB |
163 | bool "ULCB board" | ||||
Marek Vasut | ee40f1c | 2019-02-18 13:34:19 +0100 | [diff] [blame] | 164 | imply R8A7795 |
165 | imply R8A7796 | ||||
Marek Vasut | f843f25 | 2019-03-04 01:32:44 +0100 | [diff] [blame] | 166 | imply R8A77965 |
Marek Vasut | c625994 | 2019-03-13 21:09:49 +0100 | [diff] [blame] | 167 | imply SYS_MALLOC_F |
168 | imply MULTI_DTB_FIT | ||||
169 | imply MULTI_DTB_FIT_USER_DEFINED_AREA | ||||
Marek Vasut | ad43cd3 | 2017-07-21 23:15:21 +0200 | [diff] [blame] | 170 | help |
171 | Support for Renesas R-Car Gen3 ULCB platform | ||||
172 | |||||
Nobuhiro Iwamatsu | 4dc515a | 2016-04-01 03:51:34 +0900 | [diff] [blame] | 173 | endchoice |
174 | |||||
175 | config SYS_SOC | ||||
176 | default "rmobile" | ||||
177 | |||||
Marek Vasut | b700f03 | 2019-07-29 19:59:44 +0200 | [diff] [blame] | 178 | source "board/renesas/condor/Kconfig" |
Marek Vasut | 3ef6d08 | 2017-10-08 20:41:18 +0200 | [diff] [blame] | 179 | source "board/renesas/draak/Kconfig" |
Marek Vasut | b47bc37 | 2017-10-09 21:08:10 +0200 | [diff] [blame] | 180 | source "board/renesas/eagle/Kconfig" |
Marek Vasut | 2a46a0b | 2018-04-26 13:31:39 +0200 | [diff] [blame] | 181 | source "board/renesas/ebisu/Kconfig" |
Hai Pham | 747a7ab | 2020-05-21 20:14:05 +0700 | [diff] [blame] | 182 | source "board/renesas/falcon/Kconfig" |
Nobuhiro Iwamatsu | fdf7c65 | 2016-04-01 03:51:36 +0900 | [diff] [blame] | 183 | source "board/renesas/salvator-x/Kconfig" |
Marek Vasut | ad43cd3 | 2017-07-21 23:15:21 +0200 | [diff] [blame] | 184 | source "board/renesas/ulcb/Kconfig" |
Adam Ford | 3867688 | 2020-06-30 09:30:11 -0500 | [diff] [blame] | 185 | source "board/beacon/beacon-rzg2m/Kconfig" |
Biju Das | da58fb4 | 2021-03-01 17:08:47 +0000 | [diff] [blame] | 186 | source "board/hoperun/hihope-rzg2/Kconfig" |
Lad Prabhakar | b4b65ec | 2021-03-15 22:24:05 +0000 | [diff] [blame] | 187 | source "board/silinux/ek874/Kconfig" |
Nobuhiro Iwamatsu | fdf7c65 | 2016-04-01 03:51:36 +0900 | [diff] [blame] | 188 | |
Marek Vasut | c625994 | 2019-03-13 21:09:49 +0100 | [diff] [blame] | 189 | config MULTI_DTB_FIT_UNCOMPRESS_SZ |
Adam Ford | 08cd829 | 2021-09-20 11:14:28 -0500 | [diff] [blame] | 190 | default 0x80000 if TARGET_BEACON_RZG2M |
Biju Das | da58fb4 | 2021-03-01 17:08:47 +0000 | [diff] [blame] | 191 | default 0x80000 if TARGET_HIHOPE_RZG2 |
Marek Vasut | c625994 | 2019-03-13 21:09:49 +0100 | [diff] [blame] | 192 | default 0x80000 if TARGET_SALVATOR_X |
193 | default 0x80000 if TARGET_ULCB | ||||
194 | |||||
195 | config MULTI_DTB_FIT_USER_DEF_ADDR | ||||
Adam Ford | 08cd829 | 2021-09-20 11:14:28 -0500 | [diff] [blame] | 196 | default 0x49000000 if TARGET_BEACON_RZG2M |
Biju Das | da58fb4 | 2021-03-01 17:08:47 +0000 | [diff] [blame] | 197 | default 0x49000000 if TARGET_HIHOPE_RZG2 |
Marek Vasut | c625994 | 2019-03-13 21:09:49 +0100 | [diff] [blame] | 198 | default 0x49000000 if TARGET_SALVATOR_X |
199 | default 0x49000000 if TARGET_ULCB | ||||
200 | |||||
201 | config SYS_MALLOC_F_LEN | ||||
202 | default 0x8000 if RCAR_GEN3 | ||||
203 | |||||
Marek Vasut | f6b3202 | 2023-01-26 21:02:03 +0100 | [diff] [blame^] | 204 | config DM_RESET |
205 | default y if RCAR_GEN3 | ||||
206 | |||||
Nobuhiro Iwamatsu | 4dc515a | 2016-04-01 03:51:34 +0900 | [diff] [blame] | 207 | endif |