Nobuhiro Iwamatsu | 581183d | 2016-04-01 03:51:34 +0900 | [diff] [blame] | 1 | if RCAR_GEN3 |
2 | |||||
Marek Vasut | 30b62ca | 2019-02-18 13:34:19 +0100 | [diff] [blame] | 3 | menu "Select Target SoC" |
Marek Vasut | a0f6404 | 2017-05-13 15:57:35 +0200 | [diff] [blame] | 4 | |
Adam Ford | dbabfcc | 2020-06-30 09:30:06 -0500 | [diff] [blame] | 5 | config R8A774A1 |
Biju Das | 4e4c0e5 | 2020-10-12 16:16:14 +0100 | [diff] [blame] | 6 | bool "Renesas SoC R8A774A1" |
Tom Rini | 5afdcca | 2021-08-19 14:19:39 -0400 | [diff] [blame] | 7 | select GICV2 |
Biju Das | b650c83 | 2021-03-01 17:08:47 +0000 | [diff] [blame] | 8 | imply CLK_R8A774A1 |
9 | imply PINCTRL_PFC_R8A774A1 | ||||
Biju Das | 4e4c0e5 | 2020-10-12 16:16:14 +0100 | [diff] [blame] | 10 | |
11 | config R8A774B1 | ||||
12 | bool "Renesas SoC R8A774B1" | ||||
Tom Rini | 5afdcca | 2021-08-19 14:19:39 -0400 | [diff] [blame] | 13 | select GICV2 |
Biju Das | 54db9e8 | 2020-10-14 18:17:35 +0100 | [diff] [blame] | 14 | imply CLK_R8A774B1 |
Biju Das | c5f3762 | 2020-10-28 10:34:21 +0000 | [diff] [blame] | 15 | imply PINCTRL_PFC_R8A774B1 |
Adam Ford | dbabfcc | 2020-06-30 09:30:06 -0500 | [diff] [blame] | 16 | |
Lad Prabhakar | 051f149 | 2020-10-16 08:37:12 +0100 | [diff] [blame] | 17 | config R8A774C0 |
18 | bool "Renesas SoC R8A774C0" | ||||
Tom Rini | 5afdcca | 2021-08-19 14:19:39 -0400 | [diff] [blame] | 19 | select GICV2 |
Lad Prabhakar | a3c1fd6 | 2020-10-16 08:37:14 +0100 | [diff] [blame] | 20 | imply CLK_R8A774C0 |
Lad Prabhakar | 220f308 | 2021-03-15 22:24:04 +0000 | [diff] [blame] | 21 | imply PINCTRL_PFC_R8A774C0 |
Lad Prabhakar | 051f149 | 2020-10-16 08:37:12 +0100 | [diff] [blame] | 22 | |
Biju Das | aca749a | 2020-10-12 16:16:15 +0100 | [diff] [blame] | 23 | config R8A774E1 |
24 | bool "Renesas SoC R8A774E1" | ||||
Tom Rini | 5afdcca | 2021-08-19 14:19:39 -0400 | [diff] [blame] | 25 | select GICV2 |
Biju Das | e9d91b8 | 2020-10-14 18:17:36 +0100 | [diff] [blame] | 26 | imply CLK_R8A774E1 |
Biju Das | 975154b | 2020-10-28 10:34:22 +0000 | [diff] [blame] | 27 | imply PINCTRL_PFC_R8A774E1 |
Biju Das | aca749a | 2020-10-12 16:16:15 +0100 | [diff] [blame] | 28 | |
Nobuhiro Iwamatsu | e525d34 | 2016-04-01 03:51:36 +0900 | [diff] [blame] | 29 | config R8A7795 |
Marek Vasut | a0f6404 | 2017-05-13 15:57:35 +0200 | [diff] [blame] | 30 | bool "Renesas SoC R8A7795" |
Tom Rini | 5afdcca | 2021-08-19 14:19:39 -0400 | [diff] [blame] | 31 | select GICV2 |
Marek Vasut | 46467ce | 2019-02-18 13:20:48 +0100 | [diff] [blame] | 32 | imply CLK_R8A7795 |
Marek Vasut | 669367f | 2019-02-18 13:22:03 +0100 | [diff] [blame] | 33 | imply PINCTRL_PFC_R8A7795 |
Marek Vasut | a0f6404 | 2017-05-13 15:57:35 +0200 | [diff] [blame] | 34 | |
Marek Vasut | 2dea3b3 | 2017-05-13 15:57:39 +0200 | [diff] [blame] | 35 | config R8A7796 |
36 | bool "Renesas SoC R8A7796" | ||||
Tom Rini | 5afdcca | 2021-08-19 14:19:39 -0400 | [diff] [blame] | 37 | select GICV2 |
Marek Vasut | 46467ce | 2019-02-18 13:20:48 +0100 | [diff] [blame] | 38 | imply CLK_R8A7796 |
Marek Vasut | 669367f | 2019-02-18 13:22:03 +0100 | [diff] [blame] | 39 | imply PINCTRL_PFC_R8A7796 |
Marek Vasut | 2dea3b3 | 2017-05-13 15:57:39 +0200 | [diff] [blame] | 40 | |
Marek Vasut | ce417a2 | 2019-03-04 01:32:44 +0100 | [diff] [blame] | 41 | config R8A77965 |
42 | bool "Renesas SoC R8A77965" | ||||
Tom Rini | 5afdcca | 2021-08-19 14:19:39 -0400 | [diff] [blame] | 43 | select GICV2 |
Marek Vasut | 9331439 | 2019-03-04 13:36:13 +0100 | [diff] [blame] | 44 | imply CLK_R8A77965 |
Marek Vasut | c6435c3 | 2019-03-04 01:32:44 +0100 | [diff] [blame] | 45 | imply PINCTRL_PFC_R8A77965 |
Marek Vasut | ce417a2 | 2019-03-04 01:32:44 +0100 | [diff] [blame] | 46 | |
Marek Vasut | 5cb19e7 | 2017-10-09 20:39:47 +0200 | [diff] [blame] | 47 | config R8A77970 |
48 | bool "Renesas SoC R8A77970" | ||||
Tom Rini | 5afdcca | 2021-08-19 14:19:39 -0400 | [diff] [blame] | 49 | select GICV2 |
Marek Vasut | 46467ce | 2019-02-18 13:20:48 +0100 | [diff] [blame] | 50 | imply CLK_R8A77970 |
Marek Vasut | 669367f | 2019-02-18 13:22:03 +0100 | [diff] [blame] | 51 | imply PINCTRL_PFC_R8A77970 |
Marek Vasut | 5cb19e7 | 2017-10-09 20:39:47 +0200 | [diff] [blame] | 52 | |
Marek Vasut | 57ede1a | 2019-07-29 19:59:44 +0200 | [diff] [blame] | 53 | config R8A77980 |
54 | bool "Renesas SoC R8A77980" | ||||
Tom Rini | 5afdcca | 2021-08-19 14:19:39 -0400 | [diff] [blame] | 55 | select GICV2 |
Marek Vasut | 57ede1a | 2019-07-29 19:59:44 +0200 | [diff] [blame] | 56 | imply CLK_R8A77980 |
57 | imply PINCTRL_PFC_R8A77980 | ||||
58 | |||||
Marek Vasut | a0410a6 | 2018-04-26 10:09:06 +0200 | [diff] [blame] | 59 | config R8A77990 |
60 | bool "Renesas SoC R8A77990" | ||||
Tom Rini | 5afdcca | 2021-08-19 14:19:39 -0400 | [diff] [blame] | 61 | select GICV2 |
Marek Vasut | 46467ce | 2019-02-18 13:20:48 +0100 | [diff] [blame] | 62 | imply CLK_R8A77990 |
Marek Vasut | 669367f | 2019-02-18 13:22:03 +0100 | [diff] [blame] | 63 | imply PINCTRL_PFC_R8A77990 |
Marek Vasut | a0410a6 | 2018-04-26 10:09:06 +0200 | [diff] [blame] | 64 | |
Marek Vasut | 1154541 | 2017-10-08 20:52:52 +0200 | [diff] [blame] | 65 | config R8A77995 |
66 | bool "Renesas SoC R8A77995" | ||||
Tom Rini | 5afdcca | 2021-08-19 14:19:39 -0400 | [diff] [blame] | 67 | select GICV2 |
Marek Vasut | 46467ce | 2019-02-18 13:20:48 +0100 | [diff] [blame] | 68 | imply CLK_R8A77995 |
Marek Vasut | 669367f | 2019-02-18 13:22:03 +0100 | [diff] [blame] | 69 | imply PINCTRL_PFC_R8A77995 |
Marek Vasut | 1154541 | 2017-10-08 20:52:52 +0200 | [diff] [blame] | 70 | |
Hai Pham | 0f08fa4 | 2020-05-21 14:11:13 +0700 | [diff] [blame] | 71 | config R8A779A0 |
72 | bool "Renesas SoC R8A779A0" | ||||
Tom Rini | 5afdcca | 2021-08-19 14:19:39 -0400 | [diff] [blame] | 73 | select GICV3 |
Hai Pham | 0f08fa4 | 2020-05-21 14:11:13 +0700 | [diff] [blame] | 74 | imply CLK_R8A779A0 |
75 | imply PINCTRL_PFC_R8A779A0 | ||||
76 | |||||
Biju Das | 3e5f3db | 2021-03-17 14:11:50 +0000 | [diff] [blame] | 77 | config RZ_G2 |
78 | bool "Renesas ARM SoCs RZ/G2 (64bit)" | ||||
79 | |||||
Marek Vasut | 30b62ca | 2019-02-18 13:34:19 +0100 | [diff] [blame] | 80 | endmenu |
Nobuhiro Iwamatsu | e525d34 | 2016-04-01 03:51:36 +0900 | [diff] [blame] | 81 | |
Nobuhiro Iwamatsu | 581183d | 2016-04-01 03:51:34 +0900 | [diff] [blame] | 82 | choice |
Marek Vasut | 30b62ca | 2019-02-18 13:34:19 +0100 | [diff] [blame] | 83 | prompt "Renesas ARM64 SoCs board select" |
Nobuhiro Iwamatsu | 581183d | 2016-04-01 03:51:34 +0900 | [diff] [blame] | 84 | optional |
85 | |||||
Adam Ford | 5902879 | 2020-06-30 09:30:11 -0500 | [diff] [blame] | 86 | config TARGET_BEACON_RZG2M |
Adam Ford | cde373f | 2021-09-20 11:14:29 -0500 | [diff] [blame] | 87 | bool "Beacon EmbeddedWorks RZ/G2 Dev Kit" |
Adam Ford | 5902879 | 2020-06-30 09:30:11 -0500 | [diff] [blame] | 88 | select R8A774A1 |
Adam Ford | 0d11569 | 2021-09-20 11:14:28 -0500 | [diff] [blame] | 89 | select R8A774B1 |
90 | select R8A774E1 | ||||
Adam Ford | 12ef801 | 2021-06-24 12:52:11 -0500 | [diff] [blame] | 91 | select RZ_G2 |
Adam Ford | 5902879 | 2020-06-30 09:30:11 -0500 | [diff] [blame] | 92 | select PINCTRL_PFC_R8A774A1 |
Adam Ford | 0d11569 | 2021-09-20 11:14:28 -0500 | [diff] [blame] | 93 | select PINCTRL_PFC_R8A774B1 |
94 | select PINCTRL_PFC_R8A774E1 | ||||
95 | imply MULTI_DTB_FIT | ||||
96 | imply MULTI_DTB_FIT_USER_DEFINED_AREA | ||||
Adam Ford | 5c5437b | 2021-09-20 11:14:31 -0500 | [diff] [blame] | 97 | imply CLK_VERSACLOCK |
98 | imply CLK_CCF | ||||
Adam Ford | 5902879 | 2020-06-30 09:30:11 -0500 | [diff] [blame] | 99 | |
Marek Vasut | 3ebb919 | 2019-07-29 19:59:44 +0200 | [diff] [blame] | 100 | config TARGET_CONDOR |
101 | bool "Condor board" | ||||
102 | imply R8A77980 | ||||
103 | help | ||||
104 | Support for Renesas R-Car Gen3 Condor platform | ||||
105 | |||||
Marek Vasut | 7387d4c | 2017-10-08 20:41:18 +0200 | [diff] [blame] | 106 | config TARGET_DRAAK |
107 | bool "Draak board" | ||||
Marek Vasut | 30b62ca | 2019-02-18 13:34:19 +0100 | [diff] [blame] | 108 | imply R8A77995 |
Marek Vasut | 7387d4c | 2017-10-08 20:41:18 +0200 | [diff] [blame] | 109 | help |
110 | Support for Renesas R-Car Gen3 Draak platform | ||||
111 | |||||
Marek Vasut | d21f08b | 2017-10-09 21:08:10 +0200 | [diff] [blame] | 112 | config TARGET_EAGLE |
113 | bool "Eagle board" | ||||
Marek Vasut | 30b62ca | 2019-02-18 13:34:19 +0100 | [diff] [blame] | 114 | imply R8A77970 |
Marek Vasut | d21f08b | 2017-10-09 21:08:10 +0200 | [diff] [blame] | 115 | help |
116 | Support for Renesas R-Car Gen3 Eagle platform | ||||
117 | |||||
Marek Vasut | 63e2251 | 2018-04-26 13:31:39 +0200 | [diff] [blame] | 118 | config TARGET_EBISU |
119 | bool "Ebisu board" | ||||
Marek Vasut | 30b62ca | 2019-02-18 13:34:19 +0100 | [diff] [blame] | 120 | imply R8A77990 |
Marek Vasut | 63e2251 | 2018-04-26 13:31:39 +0200 | [diff] [blame] | 121 | help |
122 | Support for Renesas R-Car Gen3 Ebisu platform | ||||
123 | |||||
Hai Pham | 4cfdcf3 | 2020-05-21 20:14:05 +0700 | [diff] [blame] | 124 | config TARGET_FALCON |
125 | bool "Falcon board" | ||||
126 | imply R8A779A0 | ||||
127 | help | ||||
128 | Support for Renesas R-Car Gen3 Falcon platform | ||||
129 | |||||
Biju Das | b650c83 | 2021-03-01 17:08:47 +0000 | [diff] [blame] | 130 | config TARGET_HIHOPE_RZG2 |
131 | bool "HiHope RZ/G2 board" | ||||
132 | imply R8A774A1 | ||||
Biju Das | dca070c | 2021-03-01 17:08:48 +0000 | [diff] [blame] | 133 | imply R8A774B1 |
Biju Das | 5be85de | 2021-03-01 17:08:49 +0000 | [diff] [blame] | 134 | imply R8A774E1 |
Biju Das | 3e5f3db | 2021-03-17 14:11:50 +0000 | [diff] [blame] | 135 | imply RZ_G2 |
Biju Das | b650c83 | 2021-03-01 17:08:47 +0000 | [diff] [blame] | 136 | imply SYS_MALLOC_F |
137 | imply MULTI_DTB_FIT | ||||
138 | imply MULTI_DTB_FIT_USER_DEFINED_AREA | ||||
139 | help | ||||
140 | Support for RZG2 HiHope platform | ||||
141 | |||||
Lad Prabhakar | 07148c1 | 2021-03-15 22:24:05 +0000 | [diff] [blame] | 142 | config TARGET_SILINUX_EK874 |
143 | bool "Silicon Linux EK874 board" | ||||
144 | imply R8A774C0 | ||||
Biju Das | 3e5f3db | 2021-03-17 14:11:50 +0000 | [diff] [blame] | 145 | imply RZ_G2 |
Lad Prabhakar | 07148c1 | 2021-03-15 22:24:05 +0000 | [diff] [blame] | 146 | help |
147 | Support for Silicon Linux EK874 platform | ||||
148 | |||||
Nobuhiro Iwamatsu | e525d34 | 2016-04-01 03:51:36 +0900 | [diff] [blame] | 149 | config TARGET_SALVATOR_X |
150 | bool "Salvator-X board" | ||||
Marek Vasut | 30b62ca | 2019-02-18 13:34:19 +0100 | [diff] [blame] | 151 | imply R8A7795 |
152 | imply R8A7796 | ||||
Marek Vasut | ce417a2 | 2019-03-04 01:32:44 +0100 | [diff] [blame] | 153 | imply R8A77965 |
Marek Vasut | bdafee7 | 2019-03-13 21:09:49 +0100 | [diff] [blame] | 154 | imply SYS_MALLOC_F |
155 | imply MULTI_DTB_FIT | ||||
156 | imply MULTI_DTB_FIT_USER_DEFINED_AREA | ||||
Nobuhiro Iwamatsu | e525d34 | 2016-04-01 03:51:36 +0900 | [diff] [blame] | 157 | help |
Marek Vasut | 2aef8f3 | 2017-05-13 15:57:40 +0200 | [diff] [blame] | 158 | Support for Renesas R-Car Gen3 platform |
Nobuhiro Iwamatsu | e525d34 | 2016-04-01 03:51:36 +0900 | [diff] [blame] | 159 | |
Marek Vasut | bd39050 | 2017-07-21 23:15:21 +0200 | [diff] [blame] | 160 | config TARGET_ULCB |
161 | bool "ULCB board" | ||||
Marek Vasut | 30b62ca | 2019-02-18 13:34:19 +0100 | [diff] [blame] | 162 | imply R8A7795 |
163 | imply R8A7796 | ||||
Marek Vasut | ce417a2 | 2019-03-04 01:32:44 +0100 | [diff] [blame] | 164 | imply R8A77965 |
Marek Vasut | bdafee7 | 2019-03-13 21:09:49 +0100 | [diff] [blame] | 165 | imply SYS_MALLOC_F |
166 | imply MULTI_DTB_FIT | ||||
167 | imply MULTI_DTB_FIT_USER_DEFINED_AREA | ||||
Marek Vasut | bd39050 | 2017-07-21 23:15:21 +0200 | [diff] [blame] | 168 | help |
169 | Support for Renesas R-Car Gen3 ULCB platform | ||||
170 | |||||
Nobuhiro Iwamatsu | 581183d | 2016-04-01 03:51:34 +0900 | [diff] [blame] | 171 | endchoice |
172 | |||||
173 | config SYS_SOC | ||||
174 | default "rmobile" | ||||
175 | |||||
Marek Vasut | 3ebb919 | 2019-07-29 19:59:44 +0200 | [diff] [blame] | 176 | source "board/renesas/condor/Kconfig" |
Marek Vasut | 7387d4c | 2017-10-08 20:41:18 +0200 | [diff] [blame] | 177 | source "board/renesas/draak/Kconfig" |
Marek Vasut | d21f08b | 2017-10-09 21:08:10 +0200 | [diff] [blame] | 178 | source "board/renesas/eagle/Kconfig" |
Marek Vasut | 63e2251 | 2018-04-26 13:31:39 +0200 | [diff] [blame] | 179 | source "board/renesas/ebisu/Kconfig" |
Hai Pham | 4cfdcf3 | 2020-05-21 20:14:05 +0700 | [diff] [blame] | 180 | source "board/renesas/falcon/Kconfig" |
Nobuhiro Iwamatsu | e525d34 | 2016-04-01 03:51:36 +0900 | [diff] [blame] | 181 | source "board/renesas/salvator-x/Kconfig" |
Marek Vasut | bd39050 | 2017-07-21 23:15:21 +0200 | [diff] [blame] | 182 | source "board/renesas/ulcb/Kconfig" |
Adam Ford | 5902879 | 2020-06-30 09:30:11 -0500 | [diff] [blame] | 183 | source "board/beacon/beacon-rzg2m/Kconfig" |
Biju Das | b650c83 | 2021-03-01 17:08:47 +0000 | [diff] [blame] | 184 | source "board/hoperun/hihope-rzg2/Kconfig" |
Lad Prabhakar | 07148c1 | 2021-03-15 22:24:05 +0000 | [diff] [blame] | 185 | source "board/silinux/ek874/Kconfig" |
Nobuhiro Iwamatsu | e525d34 | 2016-04-01 03:51:36 +0900 | [diff] [blame] | 186 | |
Marek Vasut | bdafee7 | 2019-03-13 21:09:49 +0100 | [diff] [blame] | 187 | config MULTI_DTB_FIT_UNCOMPRESS_SZ |
Adam Ford | 0d11569 | 2021-09-20 11:14:28 -0500 | [diff] [blame] | 188 | default 0x80000 if TARGET_BEACON_RZG2M |
Biju Das | b650c83 | 2021-03-01 17:08:47 +0000 | [diff] [blame] | 189 | default 0x80000 if TARGET_HIHOPE_RZG2 |
Marek Vasut | bdafee7 | 2019-03-13 21:09:49 +0100 | [diff] [blame] | 190 | default 0x80000 if TARGET_SALVATOR_X |
191 | default 0x80000 if TARGET_ULCB | ||||
192 | |||||
193 | config MULTI_DTB_FIT_USER_DEF_ADDR | ||||
Adam Ford | 0d11569 | 2021-09-20 11:14:28 -0500 | [diff] [blame] | 194 | default 0x49000000 if TARGET_BEACON_RZG2M |
Biju Das | b650c83 | 2021-03-01 17:08:47 +0000 | [diff] [blame] | 195 | default 0x49000000 if TARGET_HIHOPE_RZG2 |
Marek Vasut | bdafee7 | 2019-03-13 21:09:49 +0100 | [diff] [blame] | 196 | default 0x49000000 if TARGET_SALVATOR_X |
197 | default 0x49000000 if TARGET_ULCB | ||||
198 | |||||
199 | config SYS_MALLOC_F_LEN | ||||
200 | default 0x8000 if RCAR_GEN3 | ||||
201 | |||||
Nobuhiro Iwamatsu | 581183d | 2016-04-01 03:51:34 +0900 | [diff] [blame] | 202 | endif |