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