blob: a6dcce180b4d5c5a5a5b3050eafe7cc0e047de53 [file] [log] [blame]
Nobuhiro Iwamatsu581183d2016-04-01 03:51:34 +09001if RCAR_GEN3
2
Marek Vasut30b62ca2019-02-18 13:34:19 +01003menu "Select Target SoC"
Marek Vasuta0f64042017-05-13 15:57:35 +02004
Adam Forddbabfcc2020-06-30 09:30:06 -05005config R8A774A1
Biju Das4e4c0e52020-10-12 16:16:14 +01006 bool "Renesas SoC R8A774A1"
Biju Dasb650c832021-03-01 17:08:47 +00007 imply CLK_R8A774A1
8 imply PINCTRL_PFC_R8A774A1
Biju Das4e4c0e52020-10-12 16:16:14 +01009
10config R8A774B1
11 bool "Renesas SoC R8A774B1"
Biju Das54db9e82020-10-14 18:17:35 +010012 imply CLK_R8A774B1
Biju Dasc5f37622020-10-28 10:34:21 +000013 imply PINCTRL_PFC_R8A774B1
Adam Forddbabfcc2020-06-30 09:30:06 -050014
Lad Prabhakar051f1492020-10-16 08:37:12 +010015config R8A774C0
16 bool "Renesas SoC R8A774C0"
Lad Prabhakara3c1fd62020-10-16 08:37:14 +010017 imply CLK_R8A774C0
Lad Prabhakar220f3082021-03-15 22:24:04 +000018 imply PINCTRL_PFC_R8A774C0
Lad Prabhakar051f1492020-10-16 08:37:12 +010019
Biju Dasaca749a2020-10-12 16:16:15 +010020config R8A774E1
21 bool "Renesas SoC R8A774E1"
Biju Dase9d91b82020-10-14 18:17:36 +010022 imply CLK_R8A774E1
Biju Das975154b2020-10-28 10:34:22 +000023 imply PINCTRL_PFC_R8A774E1
Biju Dasaca749a2020-10-12 16:16:15 +010024
Nobuhiro Iwamatsue525d342016-04-01 03:51:36 +090025config R8A7795
Marek Vasuta0f64042017-05-13 15:57:35 +020026 bool "Renesas SoC R8A7795"
Marek Vasut46467ce2019-02-18 13:20:48 +010027 imply CLK_R8A7795
Marek Vasut669367f2019-02-18 13:22:03 +010028 imply PINCTRL_PFC_R8A7795
Marek Vasuta0f64042017-05-13 15:57:35 +020029
Marek Vasut2dea3b32017-05-13 15:57:39 +020030config R8A7796
31 bool "Renesas SoC R8A7796"
Marek Vasut46467ce2019-02-18 13:20:48 +010032 imply CLK_R8A7796
Marek Vasut669367f2019-02-18 13:22:03 +010033 imply PINCTRL_PFC_R8A7796
Marek Vasut2dea3b32017-05-13 15:57:39 +020034
Marek Vasutce417a22019-03-04 01:32:44 +010035config R8A77965
36 bool "Renesas SoC R8A77965"
Marek Vasut93314392019-03-04 13:36:13 +010037 imply CLK_R8A77965
Marek Vasutc6435c32019-03-04 01:32:44 +010038 imply PINCTRL_PFC_R8A77965
Marek Vasutce417a22019-03-04 01:32:44 +010039
Marek Vasut5cb19e72017-10-09 20:39:47 +020040config R8A77970
41 bool "Renesas SoC R8A77970"
Marek Vasut46467ce2019-02-18 13:20:48 +010042 imply CLK_R8A77970
Marek Vasut669367f2019-02-18 13:22:03 +010043 imply PINCTRL_PFC_R8A77970
Marek Vasut5cb19e72017-10-09 20:39:47 +020044
Marek Vasut57ede1a2019-07-29 19:59:44 +020045config R8A77980
46 bool "Renesas SoC R8A77980"
47 imply CLK_R8A77980
48 imply PINCTRL_PFC_R8A77980
49
Marek Vasuta0410a62018-04-26 10:09:06 +020050config R8A77990
51 bool "Renesas SoC R8A77990"
Marek Vasut46467ce2019-02-18 13:20:48 +010052 imply CLK_R8A77990
Marek Vasut669367f2019-02-18 13:22:03 +010053 imply PINCTRL_PFC_R8A77990
Marek Vasuta0410a62018-04-26 10:09:06 +020054
Marek Vasut11545412017-10-08 20:52:52 +020055config R8A77995
56 bool "Renesas SoC R8A77995"
Marek Vasut46467ce2019-02-18 13:20:48 +010057 imply CLK_R8A77995
Marek Vasut669367f2019-02-18 13:22:03 +010058 imply PINCTRL_PFC_R8A77995
Marek Vasut11545412017-10-08 20:52:52 +020059
Hai Pham0f08fa42020-05-21 14:11:13 +070060config R8A779A0
61 bool "Renesas SoC R8A779A0"
62 imply CLK_R8A779A0
63 imply PINCTRL_PFC_R8A779A0
64
Biju Das3e5f3db2021-03-17 14:11:50 +000065config RZ_G2
66 bool "Renesas ARM SoCs RZ/G2 (64bit)"
67
Marek Vasut30b62ca2019-02-18 13:34:19 +010068endmenu
Nobuhiro Iwamatsue525d342016-04-01 03:51:36 +090069
Nobuhiro Iwamatsu581183d2016-04-01 03:51:34 +090070choice
Marek Vasut30b62ca2019-02-18 13:34:19 +010071 prompt "Renesas ARM64 SoCs board select"
Nobuhiro Iwamatsu581183d2016-04-01 03:51:34 +090072 optional
73
Adam Ford0099dfd2021-02-03 06:57:20 -060074config TARGET_BEACON_RZG2H
75 bool "Beacon EmbeddedWorks RZ/G2H Dev Kit"
76 select R8A774E1
Adam Ford12ef8012021-06-24 12:52:11 -050077 select RZ_G2
Adam Ford0099dfd2021-02-03 06:57:20 -060078 select PINCTRL_PFC_R8A774E1
79
Adam Ford59028792020-06-30 09:30:11 -050080config TARGET_BEACON_RZG2M
81 bool "Beacon EmbeddedWorks RZ/G2M Dev Kit"
82 select R8A774A1
Adam Ford12ef8012021-06-24 12:52:11 -050083 select RZ_G2
Adam Ford59028792020-06-30 09:30:11 -050084 select PINCTRL_PFC_R8A774A1
85
Adam Ford6001b492021-02-03 06:57:19 -060086config TARGET_BEACON_RZG2N
87 bool "Beacon EmbeddedWorks RZ/G2N Dev Kit"
88 select R8A774B1
Adam Ford12ef8012021-06-24 12:52:11 -050089 select RZ_G2
Adam Ford6001b492021-02-03 06:57:19 -060090 select PINCTRL_PFC_R8A774B1
91
Marek Vasut3ebb9192019-07-29 19:59:44 +020092config TARGET_CONDOR
93 bool "Condor board"
94 imply R8A77980
95 help
96 Support for Renesas R-Car Gen3 Condor platform
97
Marek Vasut7387d4c2017-10-08 20:41:18 +020098config TARGET_DRAAK
99 bool "Draak board"
Marek Vasut30b62ca2019-02-18 13:34:19 +0100100 imply R8A77995
Marek Vasut7387d4c2017-10-08 20:41:18 +0200101 help
102 Support for Renesas R-Car Gen3 Draak platform
103
Marek Vasutd21f08b2017-10-09 21:08:10 +0200104config TARGET_EAGLE
105 bool "Eagle board"
Marek Vasut30b62ca2019-02-18 13:34:19 +0100106 imply R8A77970
Marek Vasutd21f08b2017-10-09 21:08:10 +0200107 help
108 Support for Renesas R-Car Gen3 Eagle platform
109
Marek Vasut63e22512018-04-26 13:31:39 +0200110config TARGET_EBISU
111 bool "Ebisu board"
Marek Vasut30b62ca2019-02-18 13:34:19 +0100112 imply R8A77990
Marek Vasut63e22512018-04-26 13:31:39 +0200113 help
114 Support for Renesas R-Car Gen3 Ebisu platform
115
Hai Pham4cfdcf32020-05-21 20:14:05 +0700116config TARGET_FALCON
117 bool "Falcon board"
118 imply R8A779A0
119 help
120 Support for Renesas R-Car Gen3 Falcon platform
121
Biju Dasb650c832021-03-01 17:08:47 +0000122config TARGET_HIHOPE_RZG2
123 bool "HiHope RZ/G2 board"
124 imply R8A774A1
Biju Dasdca070c2021-03-01 17:08:48 +0000125 imply R8A774B1
Biju Das5be85de2021-03-01 17:08:49 +0000126 imply R8A774E1
Biju Das3e5f3db2021-03-17 14:11:50 +0000127 imply RZ_G2
Biju Dasb650c832021-03-01 17:08:47 +0000128 imply SYS_MALLOC_F
129 imply MULTI_DTB_FIT
130 imply MULTI_DTB_FIT_USER_DEFINED_AREA
131 help
132 Support for RZG2 HiHope platform
133
Lad Prabhakar07148c12021-03-15 22:24:05 +0000134config TARGET_SILINUX_EK874
135 bool "Silicon Linux EK874 board"
136 imply R8A774C0
Biju Das3e5f3db2021-03-17 14:11:50 +0000137 imply RZ_G2
Lad Prabhakar07148c12021-03-15 22:24:05 +0000138 help
139 Support for Silicon Linux EK874 platform
140
Nobuhiro Iwamatsue525d342016-04-01 03:51:36 +0900141config TARGET_SALVATOR_X
142 bool "Salvator-X board"
Marek Vasut30b62ca2019-02-18 13:34:19 +0100143 imply R8A7795
144 imply R8A7796
Marek Vasutce417a22019-03-04 01:32:44 +0100145 imply R8A77965
Marek Vasutbdafee72019-03-13 21:09:49 +0100146 imply SYS_MALLOC_F
147 imply MULTI_DTB_FIT
148 imply MULTI_DTB_FIT_USER_DEFINED_AREA
Nobuhiro Iwamatsue525d342016-04-01 03:51:36 +0900149 help
Marek Vasut2aef8f32017-05-13 15:57:40 +0200150 Support for Renesas R-Car Gen3 platform
Nobuhiro Iwamatsue525d342016-04-01 03:51:36 +0900151
Marek Vasutbd390502017-07-21 23:15:21 +0200152config TARGET_ULCB
153 bool "ULCB board"
Marek Vasut30b62ca2019-02-18 13:34:19 +0100154 imply R8A7795
155 imply R8A7796
Marek Vasutce417a22019-03-04 01:32:44 +0100156 imply R8A77965
Marek Vasutbdafee72019-03-13 21:09:49 +0100157 imply SYS_MALLOC_F
158 imply MULTI_DTB_FIT
159 imply MULTI_DTB_FIT_USER_DEFINED_AREA
Marek Vasutbd390502017-07-21 23:15:21 +0200160 help
161 Support for Renesas R-Car Gen3 ULCB platform
162
Nobuhiro Iwamatsu581183d2016-04-01 03:51:34 +0900163endchoice
164
165config SYS_SOC
166 default "rmobile"
167
Marek Vasut3ebb9192019-07-29 19:59:44 +0200168source "board/renesas/condor/Kconfig"
Marek Vasut7387d4c2017-10-08 20:41:18 +0200169source "board/renesas/draak/Kconfig"
Marek Vasutd21f08b2017-10-09 21:08:10 +0200170source "board/renesas/eagle/Kconfig"
Marek Vasut63e22512018-04-26 13:31:39 +0200171source "board/renesas/ebisu/Kconfig"
Hai Pham4cfdcf32020-05-21 20:14:05 +0700172source "board/renesas/falcon/Kconfig"
Nobuhiro Iwamatsue525d342016-04-01 03:51:36 +0900173source "board/renesas/salvator-x/Kconfig"
Marek Vasutbd390502017-07-21 23:15:21 +0200174source "board/renesas/ulcb/Kconfig"
Adam Ford59028792020-06-30 09:30:11 -0500175source "board/beacon/beacon-rzg2m/Kconfig"
Biju Dasb650c832021-03-01 17:08:47 +0000176source "board/hoperun/hihope-rzg2/Kconfig"
Lad Prabhakar07148c12021-03-15 22:24:05 +0000177source "board/silinux/ek874/Kconfig"
Nobuhiro Iwamatsue525d342016-04-01 03:51:36 +0900178
Marek Vasutbdafee72019-03-13 21:09:49 +0100179config MULTI_DTB_FIT_UNCOMPRESS_SZ
Biju Dasb650c832021-03-01 17:08:47 +0000180 default 0x80000 if TARGET_HIHOPE_RZG2
Marek Vasutbdafee72019-03-13 21:09:49 +0100181 default 0x80000 if TARGET_SALVATOR_X
182 default 0x80000 if TARGET_ULCB
183
184config MULTI_DTB_FIT_USER_DEF_ADDR
Biju Dasb650c832021-03-01 17:08:47 +0000185 default 0x49000000 if TARGET_HIHOPE_RZG2
Marek Vasutbdafee72019-03-13 21:09:49 +0100186 default 0x49000000 if TARGET_SALVATOR_X
187 default 0x49000000 if TARGET_ULCB
188
189config SYS_MALLOC_F_LEN
190 default 0x8000 if RCAR_GEN3
191
Nobuhiro Iwamatsu581183d2016-04-01 03:51:34 +0900192endif