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