]>
Commit | Line | Data |
---|---|---|
dd84058d MY |
1 | menu "ARM architecture" |
2 | depends on ARM | |
3 | ||
4 | config SYS_ARCH | |
dd84058d MY |
5 | default "arm" |
6 | ||
016a954e MY |
7 | config ARM64 |
8 | bool | |
9 | ||
2e07c249 GS |
10 | config HAS_VBAR |
11 | bool | |
12 | ||
13 | config CPU_ARM720T | |
14 | bool | |
15 | ||
16 | config CPU_ARM920T | |
17 | bool | |
18 | ||
19 | config CPU_ARM926EJS | |
20 | bool | |
21 | ||
22 | config CPU_ARM946ES | |
23 | bool | |
24 | ||
25 | config CPU_ARM1136 | |
26 | bool | |
27 | ||
28 | config CPU_ARM1176 | |
29 | bool | |
30 | select HAS_VBAR | |
31 | ||
32 | config CPU_V7 | |
33 | bool | |
34 | select HAS_VBAR | |
35 | ||
12d8a729 | 36 | config CPU_V7M |
37 | bool | |
38 | ||
2e07c249 GS |
39 | config CPU_PXA |
40 | bool | |
41 | ||
42 | config CPU_SA1100 | |
43 | bool | |
44 | ||
45 | config SYS_CPU | |
46 | default "arm720t" if CPU_ARM720T | |
47 | default "arm920t" if CPU_ARM920T | |
48 | default "arm926ejs" if CPU_ARM926EJS | |
49 | default "arm946es" if CPU_ARM946ES | |
50 | default "arm1136" if CPU_ARM1136 | |
51 | default "arm1176" if CPU_ARM1176 | |
52 | default "armv7" if CPU_V7 | |
12d8a729 | 53 | default "armv7m" if CPU_V7M |
2e07c249 GS |
54 | default "pxa" if CPU_PXA |
55 | default "sa1100" if CPU_SA1100 | |
01541eec | 56 | default "armv8" if ARM64 |
2e07c249 | 57 | |
f91afc4d LW |
58 | config SEMIHOSTING |
59 | bool "support boot from semihosting" | |
60 | help | |
61 | In emulated environments, semihosting is a way for | |
62 | the hosted environment to call out to the emulator to | |
63 | retrieve files from the host machine. | |
64 | ||
f3e9bec8 PF |
65 | config SYS_L2CACHE_OFF |
66 | bool "L2cache off" | |
67 | help | |
68 | If SoC does not support L2CACHE or one do not want to enable | |
69 | L2CACHE, choose this option. | |
70 | ||
dd84058d MY |
71 | choice |
72 | prompt "Target select" | |
b928e658 | 73 | default TARGET_HIKEY |
dd84058d | 74 | |
4614b891 MY |
75 | config ARCH_AT91 |
76 | bool "Atmel AT91" | |
dd84058d MY |
77 | |
78 | config TARGET_EDB93XX | |
79 | bool "Support edb93xx" | |
2e07c249 | 80 | select CPU_ARM920T |
dd84058d | 81 | |
dd84058d MY |
82 | config TARGET_VCMA9 |
83 | bool "Support VCMA9" | |
2e07c249 | 84 | select CPU_ARM920T |
dd84058d MY |
85 | |
86 | config TARGET_SMDK2410 | |
87 | bool "Support smdk2410" | |
2e07c249 | 88 | select CPU_ARM920T |
dd84058d | 89 | |
dd84058d MY |
90 | config TARGET_ASPENITE |
91 | bool "Support aspenite" | |
2e07c249 | 92 | select CPU_ARM926EJS |
dd84058d MY |
93 | |
94 | config TARGET_GPLUGD | |
95 | bool "Support gplugd" | |
2e07c249 | 96 | select CPU_ARM926EJS |
dd84058d | 97 | |
3491ba63 MY |
98 | config ARCH_DAVINCI |
99 | bool "TI DaVinci" | |
2e07c249 | 100 | select CPU_ARM926EJS |
3491ba63 MY |
101 | help |
102 | Support for TI's DaVinci platform. | |
dd84058d | 103 | |
47539e23 MY |
104 | config KIRKWOOD |
105 | bool "Marvell Kirkwood" | |
2e07c249 | 106 | select CPU_ARM926EJS |
dd84058d | 107 | |
2bae75a4 SR |
108 | config TARGET_DB_88F6820_GP |
109 | bool "Support DB-88F6820-GP" | |
110 | select CPU_V7 | |
111 | select SUPPORT_SPL | |
112 | ||
dd580801 SR |
113 | config TARGET_DB_MV784MP_GP |
114 | bool "Support db-mv784mp-gp" | |
790f70c7 | 115 | select CPU_V7 |
2554167c | 116 | select SUPPORT_SPL |
dd580801 | 117 | |
a4884831 SR |
118 | config TARGET_MAXBCM |
119 | bool "Support maxbcm" | |
790f70c7 | 120 | select CPU_V7 |
e7778ec1 | 121 | select SUPPORT_SPL |
a4884831 | 122 | |
dd84058d MY |
123 | config TARGET_DEVKIT3250 |
124 | bool "Support devkit3250" | |
2e07c249 | 125 | select CPU_ARM926EJS |
e9b3ce3f | 126 | select SUPPORT_SPL |
dd84058d | 127 | |
412ae53a AA |
128 | config TARGET_WORK_92105 |
129 | bool "Support work_92105" | |
130 | select CPU_ARM926EJS | |
131 | select SUPPORT_SPL | |
132 | ||
dd84058d MY |
133 | config TARGET_MX25PDK |
134 | bool "Support mx25pdk" | |
2e07c249 | 135 | select CPU_ARM926EJS |
dd84058d | 136 | |
dd84058d MY |
137 | config TARGET_ZMX25 |
138 | bool "Support zmx25" | |
2e07c249 | 139 | select CPU_ARM926EJS |
dd84058d MY |
140 | |
141 | config TARGET_APF27 | |
142 | bool "Support apf27" | |
2e07c249 | 143 | select CPU_ARM926EJS |
02627356 | 144 | select SUPPORT_SPL |
dd84058d | 145 | |
dd84058d MY |
146 | config TARGET_APX4DEVKIT |
147 | bool "Support apx4devkit" | |
2e07c249 | 148 | select CPU_ARM926EJS |
02627356 | 149 | select SUPPORT_SPL |
dd84058d MY |
150 | |
151 | config TARGET_XFI3 | |
152 | bool "Support xfi3" | |
2e07c249 | 153 | select CPU_ARM926EJS |
02627356 | 154 | select SUPPORT_SPL |
dd84058d MY |
155 | |
156 | config TARGET_M28EVK | |
157 | bool "Support m28evk" | |
2e07c249 | 158 | select CPU_ARM926EJS |
02627356 | 159 | select SUPPORT_SPL |
dd84058d MY |
160 | |
161 | config TARGET_MX23EVK | |
162 | bool "Support mx23evk" | |
2e07c249 | 163 | select CPU_ARM926EJS |
02627356 | 164 | select SUPPORT_SPL |
dd84058d MY |
165 | |
166 | config TARGET_MX28EVK | |
167 | bool "Support mx28evk" | |
2e07c249 | 168 | select CPU_ARM926EJS |
02627356 | 169 | select SUPPORT_SPL |
dd84058d MY |
170 | |
171 | config TARGET_MX23_OLINUXINO | |
172 | bool "Support mx23_olinuxino" | |
2e07c249 | 173 | select CPU_ARM926EJS |
02627356 | 174 | select SUPPORT_SPL |
dd84058d MY |
175 | |
176 | config TARGET_BG0900 | |
177 | bool "Support bg0900" | |
2e07c249 | 178 | select CPU_ARM926EJS |
02627356 | 179 | select SUPPORT_SPL |
dd84058d MY |
180 | |
181 | config TARGET_SANSA_FUZE_PLUS | |
182 | bool "Support sansa_fuze_plus" | |
2e07c249 | 183 | select CPU_ARM926EJS |
02627356 | 184 | select SUPPORT_SPL |
dd84058d MY |
185 | |
186 | config TARGET_SC_SPS_1 | |
187 | bool "Support sc_sps_1" | |
2e07c249 | 188 | select CPU_ARM926EJS |
02627356 | 189 | select SUPPORT_SPL |
dd84058d | 190 | |
22f2be7a MY |
191 | config ORION5X |
192 | bool "Marvell Orion" | |
2e07c249 | 193 | select CPU_ARM926EJS |
dd84058d | 194 | |
dd84058d MY |
195 | config TARGET_SPEAR300 |
196 | bool "Support spear300" | |
2e07c249 | 197 | select CPU_ARM926EJS |
dd84058d MY |
198 | |
199 | config TARGET_SPEAR310 | |
200 | bool "Support spear310" | |
2e07c249 | 201 | select CPU_ARM926EJS |
dd84058d MY |
202 | |
203 | config TARGET_SPEAR320 | |
204 | bool "Support spear320" | |
2e07c249 | 205 | select CPU_ARM926EJS |
dd84058d MY |
206 | |
207 | config TARGET_SPEAR600 | |
208 | bool "Support spear600" | |
2e07c249 | 209 | select CPU_ARM926EJS |
dd84058d | 210 | |
9fa32b12 VM |
211 | config TARGET_STV0991 |
212 | bool "Support stv0991" | |
213 | select CPU_V7 | |
cac0ca76 MY |
214 | select DM |
215 | select DM_SERIAL | |
e67abcaa VM |
216 | select DM_SPI |
217 | select DM_SPI_FLASH | |
218 | select SPI_FLASH | |
9fa32b12 | 219 | |
dd84058d MY |
220 | config TARGET_X600 |
221 | bool "Support x600" | |
2e07c249 | 222 | select CPU_ARM926EJS |
02627356 | 223 | select SUPPORT_SPL |
dd84058d | 224 | |
dd84058d MY |
225 | config TARGET_IMX31_PHYCORE |
226 | bool "Support imx31_phycore" | |
2e07c249 | 227 | select CPU_ARM1136 |
dd84058d | 228 | |
dd84058d MY |
229 | config TARGET_MX31ADS |
230 | bool "Support mx31ads" | |
2e07c249 | 231 | select CPU_ARM1136 |
dd84058d MY |
232 | |
233 | config TARGET_MX31PDK | |
234 | bool "Support mx31pdk" | |
2e07c249 | 235 | select CPU_ARM1136 |
02627356 | 236 | select SUPPORT_SPL |
dd84058d | 237 | |
dd84058d MY |
238 | config TARGET_WOODBURN |
239 | bool "Support woodburn" | |
2e07c249 | 240 | select CPU_ARM1136 |
dd84058d MY |
241 | |
242 | config TARGET_WOODBURN_SD | |
243 | bool "Support woodburn_sd" | |
2e07c249 | 244 | select CPU_ARM1136 |
02627356 | 245 | select SUPPORT_SPL |
dd84058d MY |
246 | |
247 | config TARGET_FLEA3 | |
248 | bool "Support flea3" | |
2e07c249 | 249 | select CPU_ARM1136 |
dd84058d MY |
250 | |
251 | config TARGET_MX35PDK | |
252 | bool "Support mx35pdk" | |
2e07c249 | 253 | select CPU_ARM1136 |
dd84058d | 254 | |
ddf6bd48 MY |
255 | config ARCH_BCM283X |
256 | bool "Broadcom BCM283X family" | |
58d423b8 MY |
257 | select DM |
258 | select DM_SERIAL | |
259 | select DM_GPIO | |
46414296 | 260 | |
dd84058d MY |
261 | config TARGET_VEXPRESS_CA15_TC2 |
262 | bool "Support vexpress_ca15_tc2" | |
2e07c249 | 263 | select CPU_V7 |
ea624e19 HG |
264 | select CPU_V7_HAS_NONSEC |
265 | select CPU_V7_HAS_VIRT | |
dd84058d MY |
266 | |
267 | config TARGET_VEXPRESS_CA5X2 | |
268 | bool "Support vexpress_ca5x2" | |
2e07c249 | 269 | select CPU_V7 |
dd84058d MY |
270 | |
271 | config TARGET_VEXPRESS_CA9X4 | |
272 | bool "Support vexpress_ca9x4" | |
2e07c249 | 273 | select CPU_V7 |
dd84058d MY |
274 | |
275 | config TARGET_KWB | |
276 | bool "Support kwb" | |
2e07c249 | 277 | select CPU_V7 |
02627356 | 278 | select SUPPORT_SPL |
dd84058d MY |
279 | |
280 | config TARGET_TSERIES | |
281 | bool "Support tseries" | |
2e07c249 | 282 | select CPU_V7 |
02627356 | 283 | select SUPPORT_SPL |
dd84058d MY |
284 | |
285 | config TARGET_CM_T335 | |
286 | bool "Support cm_t335" | |
2e07c249 | 287 | select CPU_V7 |
02627356 | 288 | select SUPPORT_SPL |
58d423b8 MY |
289 | select DM |
290 | select DM_SERIAL | |
291 | select DM_GPIO | |
dd84058d MY |
292 | |
293 | config TARGET_PEPPER | |
294 | bool "Support pepper" | |
2e07c249 | 295 | select CPU_V7 |
02627356 | 296 | select SUPPORT_SPL |
58d423b8 MY |
297 | select DM |
298 | select DM_SERIAL | |
299 | select DM_GPIO | |
dd84058d MY |
300 | |
301 | config TARGET_AM335X_IGEP0033 | |
302 | bool "Support am335x_igep0033" | |
2e07c249 | 303 | select CPU_V7 |
02627356 | 304 | select SUPPORT_SPL |
58d423b8 MY |
305 | select DM |
306 | select DM_SERIAL | |
307 | select DM_GPIO | |
dd84058d MY |
308 | |
309 | config TARGET_PCM051 | |
310 | bool "Support pcm051" | |
2e07c249 | 311 | select CPU_V7 |
02627356 | 312 | select SUPPORT_SPL |
58d423b8 MY |
313 | select DM |
314 | select DM_SERIAL | |
315 | select DM_GPIO | |
dd84058d MY |
316 | |
317 | config TARGET_DRACO | |
318 | bool "Support draco" | |
2e07c249 | 319 | select CPU_V7 |
02627356 | 320 | select SUPPORT_SPL |
dd84058d | 321 | |
8c65a2fa HS |
322 | config TARGET_THUBAN |
323 | bool "Support thuban" | |
2e07c249 | 324 | select CPU_V7 |
02627356 | 325 | select SUPPORT_SPL |
dd84058d | 326 | |
578056c3 HS |
327 | config TARGET_RASTABAN |
328 | bool "Support rastaban" | |
329 | select CPU_V7 | |
330 | select SUPPORT_SPL | |
331 | ||
dd84058d MY |
332 | config TARGET_PXM2 |
333 | bool "Support pxm2" | |
2e07c249 | 334 | select CPU_V7 |
02627356 | 335 | select SUPPORT_SPL |
dd84058d MY |
336 | |
337 | config TARGET_RUT | |
338 | bool "Support rut" | |
2e07c249 | 339 | select CPU_V7 |
02627356 | 340 | select SUPPORT_SPL |
dd84058d MY |
341 | |
342 | config TARGET_PENGWYN | |
343 | bool "Support pengwyn" | |
2e07c249 | 344 | select CPU_V7 |
02627356 | 345 | select SUPPORT_SPL |
58d423b8 MY |
346 | select DM |
347 | select DM_SERIAL | |
348 | select DM_GPIO | |
dd84058d | 349 | |
6ce89324 YY |
350 | config TARGET_AM335X_BALTOS |
351 | bool "Support am335x_baltos" | |
352 | select CPU_V7 | |
353 | select SUPPORT_SPL | |
354 | select DM | |
355 | select DM_SERIAL | |
356 | select DM_GPIO | |
357 | ||
dd84058d MY |
358 | config TARGET_AM335X_EVM |
359 | bool "Support am335x_evm" | |
2e07c249 | 360 | select CPU_V7 |
02627356 | 361 | select SUPPORT_SPL |
58d423b8 MY |
362 | select DM |
363 | select DM_SERIAL | |
364 | select DM_GPIO | |
dd84058d | 365 | |
9d1b2987 EBS |
366 | config TARGET_AM335X_SL50 |
367 | bool "Support am335x_sl50" | |
368 | select CPU_V7 | |
369 | select SUPPORT_SPL | |
370 | select DM | |
371 | select DM_SERIAL | |
372 | ||
dd84058d MY |
373 | config TARGET_AM43XX_EVM |
374 | bool "Support am43xx_evm" | |
2e07c249 | 375 | select CPU_V7 |
02627356 | 376 | select SUPPORT_SPL |
dd84058d | 377 | |
a2bc4321 GG |
378 | config TARGET_BAV335X |
379 | bool "Support bav335x" | |
380 | select CPU_V7 | |
381 | select SUPPORT_SPL | |
93a35382 MY |
382 | select DM |
383 | select DM_SERIAL | |
a2bc4321 GG |
384 | help |
385 | The BAV335x OEM Network Processor integrates all the functions of an | |
386 | embedded network computer in a small, easy to use SODIMM module which | |
387 | incorporates the popular Texas Instruments Sitara 32bit ARM Coretex-A8 | |
388 | processor, with fast DDR3 512MB SDRAM, 4GB of embedded MMC and a Gigabit | |
389 | ethernet with simple connection to external connectors. | |
390 | ||
391 | For more information, visit: http://birdland.com/oem | |
392 | ||
dd84058d MY |
393 | config TARGET_TI814X_EVM |
394 | bool "Support ti814x_evm" | |
2e07c249 | 395 | select CPU_V7 |
02627356 | 396 | select SUPPORT_SPL |
dd84058d MY |
397 | |
398 | config TARGET_TI816X_EVM | |
399 | bool "Support ti816x_evm" | |
2e07c249 | 400 | select CPU_V7 |
02627356 | 401 | select SUPPORT_SPL |
dd84058d | 402 | |
dd84058d MY |
403 | config TARGET_BCM28155_AP |
404 | bool "Support bcm28155_ap" | |
2e07c249 | 405 | select CPU_V7 |
dd84058d | 406 | |
abb1678c SR |
407 | config TARGET_BCMCYGNUS |
408 | bool "Support bcmcygnus" | |
2e07c249 | 409 | select CPU_V7 |
9dec5270 | 410 | |
abb1678c SR |
411 | config TARGET_BCMNSP |
412 | bool "Support bcmnsp" | |
2e07c249 | 413 | select CPU_V7 |
9dec5270 | 414 | |
72df68cc MY |
415 | config ARCH_EXYNOS |
416 | bool "Samsung EXYNOS" | |
2e07c249 | 417 | select CPU_V7 |
58d423b8 MY |
418 | select DM |
419 | select DM_SPI_FLASH | |
420 | select DM_SERIAL | |
421 | select DM_SPI | |
422 | select DM_GPIO | |
dd84058d | 423 | |
311757be SG |
424 | config ARCH_S5PC1XX |
425 | bool "Samsung S5PC1XX" | |
2e07c249 | 426 | select CPU_V7 |
58d423b8 MY |
427 | select DM |
428 | select DM_SERIAL | |
429 | select DM_GPIO | |
311757be | 430 | |
ef2b694c MY |
431 | config ARCH_HIGHBANK |
432 | bool "Calxeda Highbank" | |
2e07c249 | 433 | select CPU_V7 |
dd84058d | 434 | |
5cbbd9bd MY |
435 | config ARCH_INTEGRATOR |
436 | bool "ARM Ltd. Integrator family" | |
3f394e70 LW |
437 | select DM |
438 | select DM_SERIAL | |
5cbbd9bd | 439 | |
c338f09e MY |
440 | config ARCH_KEYSTONE |
441 | bool "TI Keystone" | |
2e07c249 | 442 | select CPU_V7 |
02627356 | 443 | select SUPPORT_SPL |
dd84058d | 444 | |
1a8150d4 AA |
445 | config ARCH_MX7 |
446 | bool "Freescale MX7" | |
447 | select CPU_V7 | |
448 | ||
89ebc821 BB |
449 | config ARCH_MX6 |
450 | bool "Freescale MX6" | |
451 | select CPU_V7 | |
452 | ||
424ee3d1 AR |
453 | config ARCH_MX5 |
454 | bool "Freescale MX5" | |
455 | select CPU_V7 | |
456 | ||
dd84058d MY |
457 | config TARGET_M53EVK |
458 | bool "Support m53evk" | |
2e07c249 | 459 | select CPU_V7 |
02627356 | 460 | select SUPPORT_SPL |
dd84058d | 461 | |
dd84058d MY |
462 | config TARGET_MX51EVK |
463 | bool "Support mx51evk" | |
2e07c249 | 464 | select CPU_V7 |
dd84058d MY |
465 | |
466 | config TARGET_MX53ARD | |
467 | bool "Support mx53ard" | |
2e07c249 | 468 | select CPU_V7 |
dd84058d MY |
469 | |
470 | config TARGET_MX53EVK | |
471 | bool "Support mx53evk" | |
2e07c249 | 472 | select CPU_V7 |
dd84058d MY |
473 | |
474 | config TARGET_MX53LOCO | |
475 | bool "Support mx53loco" | |
2e07c249 | 476 | select CPU_V7 |
dd84058d MY |
477 | |
478 | config TARGET_MX53SMD | |
479 | bool "Support mx53smd" | |
2e07c249 | 480 | select CPU_V7 |
dd84058d | 481 | |
3cfbcb58 MY |
482 | config OMAP34XX |
483 | bool "OMAP34XX SoC" | |
2e07c249 | 484 | select CPU_V7 |
dd84058d | 485 | |
d08215a5 MY |
486 | config OMAP44XX |
487 | bool "OMAP44XX SoC" | |
2e07c249 | 488 | select CPU_V7 |
02627356 | 489 | select SUPPORT_SPL |
dd84058d | 490 | |
6c5431ac MY |
491 | config OMAP54XX |
492 | bool "OMAP54XX SoC" | |
2e07c249 | 493 | select CPU_V7 |
02627356 | 494 | select SUPPORT_SPL |
dd84058d | 495 | |
f40b9898 MY |
496 | config RMOBILE |
497 | bool "Renesas ARM SoCs" | |
2e07c249 | 498 | select CPU_V7 |
dd84058d | 499 | |
7865f4b0 MY |
500 | config ARCH_SOCFPGA |
501 | bool "Altera SOCFPGA family" | |
2e07c249 | 502 | select CPU_V7 |
02627356 | 503 | select SUPPORT_SPL |
dfd3dff5 MV |
504 | select OF_CONTROL |
505 | select SPL_OF_CONTROL | |
1d9aa3e5 MY |
506 | select DM |
507 | select DM_SPI_FLASH | |
508 | select DM_SPI | |
dd84058d | 509 | |
8883ddaf NK |
510 | config TARGET_CM_T43 |
511 | bool "Support cm_t43" | |
512 | select CPU_V7 | |
513 | select SUPPORT_SPL | |
514 | ||
2c7e3b90 IC |
515 | config ARCH_SUNXI |
516 | bool "Support sunxi (Allwinner) SoCs" | |
de1502c9 | 517 | select CMD_USB |
b6006baf HG |
518 | select DM |
519 | select DM_GPIO | |
45368827 TR |
520 | select DM_ETH |
521 | select DM_SERIAL | |
91183bab | 522 | select DM_USB |
b6006baf HG |
523 | select OF_CONTROL |
524 | select OF_SEPARATE | |
45368827 | 525 | select USB |
de1502c9 | 526 | select USB_STORAGE |
ab27f30b | 527 | select USB_KEYBOARD |
8ebe4f42 | 528 | |
9ee16897 LQ |
529 | config TARGET_TS4800 |
530 | bool "Support TS4800" | |
531 | select CPU_V7 | |
532 | ||
dd84058d MY |
533 | config TARGET_VF610TWR |
534 | bool "Support vf610twr" | |
2e07c249 | 535 | select CPU_V7 |
dd84058d | 536 | |
e7b860fa SM |
537 | config TARGET_COLIBRI_VF |
538 | bool "Support Colibri VF50/61" | |
539 | select CPU_V7 | |
540 | ||
931a1d2a AA |
541 | config TARGET_PCM052 |
542 | bool "Support pcm-052" | |
543 | select CPU_V7 | |
544 | ||
5ca269a4 | 545 | config ARCH_ZYNQ |
44dcb403 | 546 | bool "Xilinx Zynq Platform" |
2e07c249 | 547 | select CPU_V7 |
02627356 | 548 | select SUPPORT_SPL |
d065cfd9 | 549 | select OF_CONTROL |
8981f05c | 550 | select DM |
9f7a4502 JT |
551 | select DM_SPI |
552 | select DM_SPI_FLASH | |
dd84058d | 553 | |
0b54a9dd | 554 | config ARCH_ZYNQMP |
84c7204b MS |
555 | bool "Support Xilinx ZynqMP Platform" |
556 | select ARM64 | |
557 | ||
ddd960e6 MY |
558 | config TEGRA |
559 | bool "NVIDIA Tegra" | |
dd84058d | 560 | |
f91afc4d | 561 | config TARGET_VEXPRESS64_AEMV8A |
dd84058d | 562 | bool "Support vexpress_aemv8a" |
016a954e | 563 | select ARM64 |
dd84058d | 564 | |
f91afc4d LW |
565 | config TARGET_VEXPRESS64_BASE_FVP |
566 | bool "Support Versatile Express ARMv8a FVP BASE model" | |
567 | select ARM64 | |
568 | select SEMIHOSTING | |
569 | ||
ffc10373 LW |
570 | config TARGET_VEXPRESS64_JUNO |
571 | bool "Support Versatile Express Juno Development Platform" | |
572 | select ARM64 | |
573 | ||
dd84058d MY |
574 | config TARGET_LS2085A_EMU |
575 | bool "Support ls2085a_emu" | |
016a954e | 576 | select ARM64 |
23b5877c | 577 | select ARMV8_MULTIENTRY |
dd84058d MY |
578 | |
579 | config TARGET_LS2085A_SIMU | |
580 | bool "Support ls2085a_simu" | |
016a954e | 581 | select ARM64 |
23b5877c | 582 | select ARMV8_MULTIENTRY |
dd84058d | 583 | |
7288c2c2 YS |
584 | config TARGET_LS2085AQDS |
585 | bool "Support ls2085aqds" | |
586 | select ARM64 | |
587 | select ARMV8_MULTIENTRY | |
b2d5ac59 | 588 | select SUPPORT_SPL |
7288c2c2 YS |
589 | help |
590 | Support for Freescale LS2085AQDS platform | |
591 | The LS2085A Development System (QDS) is a high-performance | |
592 | development platform that supports the QorIQ LS2085A | |
593 | Layerscape Architecture processor. | |
594 | ||
e2b65ea9 YS |
595 | config TARGET_LS2085ARDB |
596 | bool "Support ls2085ardb" | |
597 | select ARM64 | |
598 | select ARMV8_MULTIENTRY | |
32eda7cc | 599 | select SUPPORT_SPL |
e2b65ea9 YS |
600 | help |
601 | Support for Freescale LS2085ARDB platform. | |
602 | The LS2085A Reference design board (RDB) is a high-performance | |
603 | development platform that supports the QorIQ LS2085A | |
604 | Layerscape Architecture processor. | |
605 | ||
11ac2363 PG |
606 | config TARGET_HIKEY |
607 | bool "Support HiKey 96boards Consumer Edition Platform" | |
608 | select ARM64 | |
efd7b60a PG |
609 | select DM |
610 | select DM_GPIO | |
9c71bcdc | 611 | select DM_SERIAL |
11ac2363 PG |
612 | help |
613 | Support for HiKey 96boards platform. It features a HI6220 | |
614 | SoC, with 8xA53 CPU, mali450 gpu, and 1GB RAM. | |
615 | ||
550e3dc0 | 616 | config TARGET_LS1021AQDS |
0de15707 | 617 | bool "Support ls1021aqds" |
2e07c249 | 618 | select CPU_V7 |
50f0c663 | 619 | select SUPPORT_SPL |
c8a7d9da | 620 | config TARGET_LS1021ATWR |
0de15707 | 621 | bool "Support ls1021atwr" |
2e07c249 | 622 | select CPU_V7 |
50f0c663 | 623 | select SUPPORT_SPL |
c8a7d9da | 624 | |
dd84058d MY |
625 | config TARGET_H2200 |
626 | bool "Support h2200" | |
2e07c249 | 627 | select CPU_PXA |
dd84058d | 628 | |
dd84058d MY |
629 | config TARGET_COLIBRI_PXA270 |
630 | bool "Support colibri_pxa270" | |
2e07c249 | 631 | select CPU_PXA |
dd84058d | 632 | |
66cba041 | 633 | config ARCH_UNIPHIER |
b6ef3a3f | 634 | bool "Socionext UniPhier SoCs" |
2e07c249 | 635 | select CPU_V7 |
02627356 | 636 | select SUPPORT_SPL |
992e8748 | 637 | select SPL |
d648964f | 638 | select OF_CONTROL |
f4e190e3 | 639 | select SPL_OF_CONTROL |
4e819950 | 640 | select DM |
9271614e | 641 | select SPL_DM |
4e819950 MY |
642 | select DM_SERIAL |
643 | select DM_I2C | |
b6ef3a3f MY |
644 | help |
645 | Support for UniPhier SoC family developed by Socionext Inc. | |
646 | (formerly, System LSI Business Division of Panasonic Corporation) | |
66cba041 | 647 | |
ed09a554 | 648 | config TARGET_STM32F429_DISCOVERY |
649 | bool "Support STM32F429 Discovery" | |
650 | select CPU_V7M | |
651 | ||
2444dae5 SG |
652 | config ARCH_ROCKCHIP |
653 | bool "Support Rockchip SoCs" | |
654 | select SUPPORT_SPL | |
655 | select SPL | |
656 | select OF_CONTROL | |
657 | select CPU_V7 | |
658 | select DM | |
659 | ||
dd84058d MY |
660 | endchoice |
661 | ||
4614b891 MY |
662 | source "arch/arm/mach-at91/Kconfig" |
663 | ||
ddf6bd48 | 664 | source "arch/arm/mach-bcm283x/Kconfig" |
3491ba63 | 665 | |
ddf6bd48 | 666 | source "arch/arm/mach-davinci/Kconfig" |
34e609ca | 667 | |
77b55e8c | 668 | source "arch/arm/mach-exynos/Kconfig" |
72df68cc | 669 | |
72a8ff4b | 670 | source "arch/arm/mach-highbank/Kconfig" |
ef2b694c | 671 | |
5cbbd9bd MY |
672 | source "arch/arm/mach-integrator/Kconfig" |
673 | ||
39a72345 | 674 | source "arch/arm/mach-keystone/Kconfig" |
c338f09e | 675 | |
56f86e39 | 676 | source "arch/arm/mach-kirkwood/Kconfig" |
47539e23 | 677 | |
1a8150d4 AA |
678 | source "arch/arm/cpu/armv7/mx7/Kconfig" |
679 | ||
89ebc821 BB |
680 | source "arch/arm/cpu/armv7/mx6/Kconfig" |
681 | ||
424ee3d1 AR |
682 | source "arch/arm/cpu/armv7/mx5/Kconfig" |
683 | ||
3cfbcb58 MY |
684 | source "arch/arm/cpu/armv7/omap3/Kconfig" |
685 | ||
d08215a5 MY |
686 | source "arch/arm/cpu/armv7/omap4/Kconfig" |
687 | ||
6c5431ac MY |
688 | source "arch/arm/cpu/armv7/omap5/Kconfig" |
689 | ||
3e93b4e6 | 690 | source "arch/arm/mach-orion5x/Kconfig" |
22f2be7a | 691 | |
f40b9898 MY |
692 | source "arch/arm/cpu/armv7/rmobile/Kconfig" |
693 | ||
2444dae5 SG |
694 | source "arch/arm/mach-rockchip/Kconfig" |
695 | ||
311757be SG |
696 | source "arch/arm/cpu/armv7/s5pc1xx/Kconfig" |
697 | ||
7865f4b0 MY |
698 | source "arch/arm/mach-socfpga/Kconfig" |
699 | ||
09f455dc | 700 | source "arch/arm/mach-tegra/Kconfig" |
ddd960e6 | 701 | |
4c425570 | 702 | source "arch/arm/mach-uniphier/Kconfig" |
66cba041 | 703 | |
0107f240 | 704 | source "arch/arm/mach-zynq/Kconfig" |
ddd960e6 | 705 | |
ea624e19 HG |
706 | source "arch/arm/cpu/armv7/Kconfig" |
707 | ||
75580007 SDPP |
708 | source "arch/arm/cpu/armv8/zynqmp/Kconfig" |
709 | ||
23b5877c LW |
710 | source "arch/arm/cpu/armv8/Kconfig" |
711 | ||
a05a6045 BB |
712 | source "arch/arm/imx-common/Kconfig" |
713 | ||
dd84058d MY |
714 | source "board/BuR/kwb/Kconfig" |
715 | source "board/BuR/tseries/Kconfig" | |
dd84058d | 716 | source "board/CarMediaLab/flea3/Kconfig" |
dd84058d | 717 | source "board/Marvell/aspenite/Kconfig" |
2bae75a4 | 718 | source "board/Marvell/db-88f6820-gp/Kconfig" |
dd580801 | 719 | source "board/Marvell/db-mv784mp-gp/Kconfig" |
dd84058d | 720 | source "board/Marvell/gplugd/Kconfig" |
dd84058d | 721 | source "board/armadeus/apf27/Kconfig" |
dd84058d MY |
722 | source "board/armltd/vexpress/Kconfig" |
723 | source "board/armltd/vexpress64/Kconfig" | |
dd84058d | 724 | source "board/bluegiga/apx4devkit/Kconfig" |
dd84058d | 725 | source "board/broadcom/bcm28155_ap/Kconfig" |
abb1678c SR |
726 | source "board/broadcom/bcmcygnus/Kconfig" |
727 | source "board/broadcom/bcmnsp/Kconfig" | |
dd84058d | 728 | source "board/cirrus/edb93xx/Kconfig" |
dd84058d | 729 | source "board/compulab/cm_t335/Kconfig" |
345243ed | 730 | source "board/compulab/cm_t43/Kconfig" |
dd84058d | 731 | source "board/creative/xfi3/Kconfig" |
dd84058d MY |
732 | source "board/denx/m28evk/Kconfig" |
733 | source "board/denx/m53evk/Kconfig" | |
dd84058d | 734 | source "board/freescale/ls2085a/Kconfig" |
7288c2c2 | 735 | source "board/freescale/ls2085aqds/Kconfig" |
e2b65ea9 | 736 | source "board/freescale/ls2085ardb/Kconfig" |
550e3dc0 | 737 | source "board/freescale/ls1021aqds/Kconfig" |
c8a7d9da | 738 | source "board/freescale/ls1021atwr/Kconfig" |
dd84058d MY |
739 | source "board/freescale/mx23evk/Kconfig" |
740 | source "board/freescale/mx25pdk/Kconfig" | |
741 | source "board/freescale/mx28evk/Kconfig" | |
742 | source "board/freescale/mx31ads/Kconfig" | |
743 | source "board/freescale/mx31pdk/Kconfig" | |
744 | source "board/freescale/mx35pdk/Kconfig" | |
745 | source "board/freescale/mx51evk/Kconfig" | |
746 | source "board/freescale/mx53ard/Kconfig" | |
747 | source "board/freescale/mx53evk/Kconfig" | |
748 | source "board/freescale/mx53loco/Kconfig" | |
749 | source "board/freescale/mx53smd/Kconfig" | |
dd84058d | 750 | source "board/freescale/vf610twr/Kconfig" |
dd84058d MY |
751 | source "board/gumstix/pepper/Kconfig" |
752 | source "board/h2200/Kconfig" | |
345243ed | 753 | source "board/hisilicon/hikey/Kconfig" |
dd84058d | 754 | source "board/imx31_phycore/Kconfig" |
dd84058d | 755 | source "board/isee/igep0033/Kconfig" |
a4884831 | 756 | source "board/maxbcm/Kconfig" |
dd84058d | 757 | source "board/mpl/vcma9/Kconfig" |
dd84058d | 758 | source "board/olimex/mx23_olinuxino/Kconfig" |
dd84058d | 759 | source "board/phytec/pcm051/Kconfig" |
931a1d2a | 760 | source "board/phytec/pcm052/Kconfig" |
dd84058d | 761 | source "board/ppcag/bg0900/Kconfig" |
dd84058d | 762 | source "board/samsung/smdk2410/Kconfig" |
dd84058d | 763 | source "board/sandisk/sansa_fuze_plus/Kconfig" |
dd84058d | 764 | source "board/schulercontrol/sc_sps_1/Kconfig" |
dd84058d MY |
765 | source "board/siemens/draco/Kconfig" |
766 | source "board/siemens/pxm2/Kconfig" | |
767 | source "board/siemens/rut/Kconfig" | |
dd84058d | 768 | source "board/silica/pengwyn/Kconfig" |
dd84058d MY |
769 | source "board/spear/spear300/Kconfig" |
770 | source "board/spear/spear310/Kconfig" | |
771 | source "board/spear/spear320/Kconfig" | |
772 | source "board/spear/spear600/Kconfig" | |
773 | source "board/spear/x600/Kconfig" | |
ed09a554 | 774 | source "board/st/stm32f429-discovery/Kconfig" |
9fa32b12 | 775 | source "board/st/stv0991/Kconfig" |
dd84058d | 776 | source "board/sunxi/Kconfig" |
dd84058d | 777 | source "board/syteco/zmx25/Kconfig" |
9d1b2987 | 778 | source "board/tcl/sl50/Kconfig" |
dd84058d | 779 | source "board/ti/am335x/Kconfig" |
dd84058d | 780 | source "board/ti/am43xx/Kconfig" |
a2bc4321 | 781 | source "board/birdland/bav335x/Kconfig" |
dd84058d MY |
782 | source "board/ti/ti814x/Kconfig" |
783 | source "board/ti/ti816x/Kconfig" | |
dd84058d | 784 | source "board/timll/devkit3250/Kconfig" |
dd84058d | 785 | source "board/toradex/colibri_pxa270/Kconfig" |
e7b860fa | 786 | source "board/toradex/colibri_vf/Kconfig" |
9ee16897 | 787 | source "board/technologic/ts4800/Kconfig" |
6ce89324 | 788 | source "board/vscom/baltos/Kconfig" |
dd84058d | 789 | source "board/woodburn/Kconfig" |
412ae53a | 790 | source "board/work-microwave/work_92105/Kconfig" |
dd84058d | 791 | |
51b17d49 MY |
792 | source "arch/arm/Kconfig.debug" |
793 | ||
dd84058d | 794 | endmenu |