]>
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 | ||
36 | config CPU_PXA | |
37 | bool | |
38 | ||
39 | config CPU_SA1100 | |
40 | bool | |
41 | ||
42 | config SYS_CPU | |
43 | default "arm720t" if CPU_ARM720T | |
44 | default "arm920t" if CPU_ARM920T | |
45 | default "arm926ejs" if CPU_ARM926EJS | |
46 | default "arm946es" if CPU_ARM946ES | |
47 | default "arm1136" if CPU_ARM1136 | |
48 | default "arm1176" if CPU_ARM1176 | |
49 | default "armv7" if CPU_V7 | |
50 | default "pxa" if CPU_PXA | |
51 | default "sa1100" if CPU_SA1100 | |
01541eec | 52 | default "armv8" if ARM64 |
2e07c249 | 53 | |
dd84058d MY |
54 | choice |
55 | prompt "Target select" | |
56 | ||
57 | config TARGET_INTEGRATORAP_CM720T | |
58 | bool "Support integratorap_cm720t" | |
2e07c249 | 59 | select CPU_ARM720T |
dd84058d MY |
60 | |
61 | config TARGET_INTEGRATORAP_CM920T | |
62 | bool "Support integratorap_cm920t" | |
2e07c249 | 63 | select CPU_ARM920T |
dd84058d MY |
64 | |
65 | config TARGET_INTEGRATORCP_CM920T | |
66 | bool "Support integratorcp_cm920t" | |
2e07c249 | 67 | select CPU_ARM920T |
dd84058d MY |
68 | |
69 | config TARGET_A320EVB | |
70 | bool "Support a320evb" | |
2e07c249 | 71 | select CPU_ARM920T |
dd84058d MY |
72 | |
73 | config TARGET_AT91RM9200EK | |
74 | bool "Support at91rm9200ek" | |
2e07c249 | 75 | select CPU_ARM920T |
dd84058d MY |
76 | |
77 | config TARGET_EB_CPUX9K2 | |
78 | bool "Support eb_cpux9k2" | |
2e07c249 | 79 | select CPU_ARM920T |
dd84058d MY |
80 | |
81 | config TARGET_CPUAT91 | |
82 | bool "Support cpuat91" | |
2e07c249 | 83 | select CPU_ARM920T |
dd84058d MY |
84 | |
85 | config TARGET_EDB93XX | |
86 | bool "Support edb93xx" | |
2e07c249 | 87 | select CPU_ARM920T |
dd84058d MY |
88 | |
89 | config TARGET_SCB9328 | |
90 | bool "Support scb9328" | |
2e07c249 | 91 | select CPU_ARM920T |
dd84058d MY |
92 | |
93 | config TARGET_CM4008 | |
94 | bool "Support cm4008" | |
2e07c249 | 95 | select CPU_ARM920T |
dd84058d MY |
96 | |
97 | config TARGET_CM41XX | |
98 | bool "Support cm41xx" | |
2e07c249 | 99 | select CPU_ARM920T |
dd84058d MY |
100 | |
101 | config TARGET_VCMA9 | |
102 | bool "Support VCMA9" | |
2e07c249 | 103 | select CPU_ARM920T |
dd84058d MY |
104 | |
105 | config TARGET_SMDK2410 | |
106 | bool "Support smdk2410" | |
2e07c249 | 107 | select CPU_ARM920T |
dd84058d MY |
108 | |
109 | config TARGET_INTEGRATORAP_CM926EJS | |
110 | bool "Support integratorap_cm926ejs" | |
2e07c249 | 111 | select CPU_ARM926EJS |
dd84058d MY |
112 | |
113 | config TARGET_INTEGRATORCP_CM926EJS | |
114 | bool "Support integratorcp_cm926ejs" | |
2e07c249 | 115 | select CPU_ARM926EJS |
dd84058d MY |
116 | |
117 | config TARGET_ASPENITE | |
118 | bool "Support aspenite" | |
2e07c249 | 119 | select CPU_ARM926EJS |
dd84058d MY |
120 | |
121 | config TARGET_GPLUGD | |
122 | bool "Support gplugd" | |
2e07c249 | 123 | select CPU_ARM926EJS |
dd84058d MY |
124 | |
125 | config TARGET_AFEB9260 | |
126 | bool "Support afeb9260" | |
2e07c249 | 127 | select CPU_ARM926EJS |
dd84058d MY |
128 | |
129 | config TARGET_AT91SAM9260EK | |
130 | bool "Support at91sam9260ek" | |
2e07c249 | 131 | select CPU_ARM926EJS |
dd84058d MY |
132 | |
133 | config TARGET_AT91SAM9261EK | |
134 | bool "Support at91sam9261ek" | |
2e07c249 | 135 | select CPU_ARM926EJS |
dd84058d MY |
136 | |
137 | config TARGET_AT91SAM9263EK | |
138 | bool "Support at91sam9263ek" | |
2e07c249 | 139 | select CPU_ARM926EJS |
dd84058d MY |
140 | |
141 | config TARGET_AT91SAM9M10G45EK | |
142 | bool "Support at91sam9m10g45ek" | |
2e07c249 | 143 | select CPU_ARM926EJS |
dd84058d MY |
144 | |
145 | config TARGET_AT91SAM9N12EK | |
146 | bool "Support at91sam9n12ek" | |
2e07c249 | 147 | select CPU_ARM926EJS |
dd84058d MY |
148 | |
149 | config TARGET_AT91SAM9RLEK | |
150 | bool "Support at91sam9rlek" | |
2e07c249 | 151 | select CPU_ARM926EJS |
dd84058d MY |
152 | |
153 | config TARGET_AT91SAM9X5EK | |
154 | bool "Support at91sam9x5ek" | |
2e07c249 | 155 | select CPU_ARM926EJS |
dd84058d MY |
156 | |
157 | config TARGET_SNAPPER9260 | |
158 | bool "Support snapper9260" | |
2e07c249 | 159 | select CPU_ARM926EJS |
dd84058d MY |
160 | |
161 | config TARGET_VL_MA2SC | |
162 | bool "Support vl_ma2sc" | |
2e07c249 | 163 | select CPU_ARM926EJS |
dd84058d MY |
164 | |
165 | config TARGET_SBC35_A9G20 | |
166 | bool "Support sbc35_a9g20" | |
2e07c249 | 167 | select CPU_ARM926EJS |
dd84058d MY |
168 | |
169 | config TARGET_TNY_A9260 | |
170 | bool "Support tny_a9260" | |
2e07c249 | 171 | select CPU_ARM926EJS |
dd84058d MY |
172 | |
173 | config TARGET_USB_A9263 | |
174 | bool "Support usb_a9263" | |
2e07c249 | 175 | select CPU_ARM926EJS |
dd84058d MY |
176 | |
177 | config TARGET_ETHERNUT5 | |
178 | bool "Support ethernut5" | |
2e07c249 | 179 | select CPU_ARM926EJS |
dd84058d | 180 | |
dd84058d MY |
181 | config TARGET_MEESC |
182 | bool "Support meesc" | |
2e07c249 | 183 | select CPU_ARM926EJS |
dd84058d MY |
184 | |
185 | config TARGET_OTC570 | |
186 | bool "Support otc570" | |
2e07c249 | 187 | select CPU_ARM926EJS |
dd84058d MY |
188 | |
189 | config TARGET_CPU9260 | |
190 | bool "Support cpu9260" | |
2e07c249 | 191 | select CPU_ARM926EJS |
dd84058d MY |
192 | |
193 | config TARGET_PM9261 | |
194 | bool "Support pm9261" | |
2e07c249 | 195 | select CPU_ARM926EJS |
dd84058d MY |
196 | |
197 | config TARGET_PM9263 | |
198 | bool "Support pm9263" | |
2e07c249 | 199 | select CPU_ARM926EJS |
dd84058d MY |
200 | |
201 | config TARGET_PM9G45 | |
202 | bool "Support pm9g45" | |
2e07c249 | 203 | select CPU_ARM926EJS |
dd84058d MY |
204 | |
205 | config TARGET_CORVUS | |
5b15fd98 | 206 | select SUPPORT_SPL |
dd84058d | 207 | bool "Support corvus" |
2e07c249 | 208 | select CPU_ARM926EJS |
dd84058d MY |
209 | |
210 | config TARGET_TAURUS | |
237e3793 | 211 | select SUPPORT_SPL |
dd84058d | 212 | bool "Support taurus" |
2e07c249 | 213 | select CPU_ARM926EJS |
dd84058d MY |
214 | |
215 | config TARGET_STAMP9G20 | |
216 | bool "Support stamp9g20" | |
2e07c249 | 217 | select CPU_ARM926EJS |
dd84058d | 218 | |
3491ba63 MY |
219 | config ARCH_DAVINCI |
220 | bool "TI DaVinci" | |
2e07c249 | 221 | select CPU_ARM926EJS |
3491ba63 MY |
222 | help |
223 | Support for TI's DaVinci platform. | |
dd84058d | 224 | |
47539e23 MY |
225 | config KIRKWOOD |
226 | bool "Marvell Kirkwood" | |
2e07c249 | 227 | select CPU_ARM926EJS |
dd84058d | 228 | |
dd580801 SR |
229 | config TARGET_DB_MV784MP_GP |
230 | bool "Support db-mv784mp-gp" | |
790f70c7 | 231 | select CPU_V7 |
dd580801 | 232 | |
a4884831 SR |
233 | config TARGET_MAXBCM |
234 | bool "Support maxbcm" | |
790f70c7 | 235 | select CPU_V7 |
a4884831 | 236 | |
dd84058d MY |
237 | config TARGET_DEVKIT3250 |
238 | bool "Support devkit3250" | |
2e07c249 | 239 | select CPU_ARM926EJS |
dd84058d MY |
240 | |
241 | config TARGET_JADECPU | |
242 | bool "Support jadecpu" | |
2e07c249 | 243 | select CPU_ARM926EJS |
dd84058d MY |
244 | |
245 | config TARGET_MX25PDK | |
246 | bool "Support mx25pdk" | |
2e07c249 | 247 | select CPU_ARM926EJS |
dd84058d MY |
248 | |
249 | config TARGET_TX25 | |
250 | bool "Support tx25" | |
2e07c249 | 251 | select CPU_ARM926EJS |
02627356 | 252 | select SUPPORT_SPL |
dd84058d MY |
253 | |
254 | config TARGET_ZMX25 | |
255 | bool "Support zmx25" | |
2e07c249 | 256 | select CPU_ARM926EJS |
dd84058d MY |
257 | |
258 | config TARGET_APF27 | |
259 | bool "Support apf27" | |
2e07c249 | 260 | select CPU_ARM926EJS |
02627356 | 261 | select SUPPORT_SPL |
dd84058d MY |
262 | |
263 | config TARGET_IMX27LITE | |
264 | bool "Support imx27lite" | |
2e07c249 | 265 | select CPU_ARM926EJS |
dd84058d MY |
266 | |
267 | config TARGET_MAGNESIUM | |
268 | bool "Support magnesium" | |
2e07c249 | 269 | select CPU_ARM926EJS |
dd84058d MY |
270 | |
271 | config TARGET_APX4DEVKIT | |
272 | bool "Support apx4devkit" | |
2e07c249 | 273 | select CPU_ARM926EJS |
02627356 | 274 | select SUPPORT_SPL |
dd84058d MY |
275 | |
276 | config TARGET_XFI3 | |
277 | bool "Support xfi3" | |
2e07c249 | 278 | select CPU_ARM926EJS |
02627356 | 279 | select SUPPORT_SPL |
dd84058d MY |
280 | |
281 | config TARGET_M28EVK | |
282 | bool "Support m28evk" | |
2e07c249 | 283 | select CPU_ARM926EJS |
02627356 | 284 | select SUPPORT_SPL |
dd84058d MY |
285 | |
286 | config TARGET_MX23EVK | |
287 | bool "Support mx23evk" | |
2e07c249 | 288 | select CPU_ARM926EJS |
02627356 | 289 | select SUPPORT_SPL |
dd84058d MY |
290 | |
291 | config TARGET_MX28EVK | |
292 | bool "Support mx28evk" | |
2e07c249 | 293 | select CPU_ARM926EJS |
02627356 | 294 | select SUPPORT_SPL |
dd84058d MY |
295 | |
296 | config TARGET_MX23_OLINUXINO | |
297 | bool "Support mx23_olinuxino" | |
2e07c249 | 298 | select CPU_ARM926EJS |
02627356 | 299 | select SUPPORT_SPL |
dd84058d MY |
300 | |
301 | config TARGET_BG0900 | |
302 | bool "Support bg0900" | |
2e07c249 | 303 | select CPU_ARM926EJS |
02627356 | 304 | select SUPPORT_SPL |
dd84058d MY |
305 | |
306 | config TARGET_SANSA_FUZE_PLUS | |
307 | bool "Support sansa_fuze_plus" | |
2e07c249 | 308 | select CPU_ARM926EJS |
02627356 | 309 | select SUPPORT_SPL |
dd84058d MY |
310 | |
311 | config TARGET_SC_SPS_1 | |
312 | bool "Support sc_sps_1" | |
2e07c249 | 313 | select CPU_ARM926EJS |
02627356 | 314 | select SUPPORT_SPL |
dd84058d | 315 | |
16e16fdd MY |
316 | config ARCH_NOMADIK |
317 | bool "ST-Ericsson Nomadik" | |
2e07c249 | 318 | select CPU_ARM926EJS |
dd84058d | 319 | |
22f2be7a MY |
320 | config ORION5X |
321 | bool "Marvell Orion" | |
2e07c249 | 322 | select CPU_ARM926EJS |
dd84058d MY |
323 | |
324 | config TARGET_DKB | |
325 | bool "Support dkb" | |
2e07c249 | 326 | select CPU_ARM926EJS |
dd84058d MY |
327 | |
328 | config TARGET_SPEAR300 | |
329 | bool "Support spear300" | |
2e07c249 | 330 | select CPU_ARM926EJS |
dd84058d MY |
331 | |
332 | config TARGET_SPEAR310 | |
333 | bool "Support spear310" | |
2e07c249 | 334 | select CPU_ARM926EJS |
dd84058d MY |
335 | |
336 | config TARGET_SPEAR320 | |
337 | bool "Support spear320" | |
2e07c249 | 338 | select CPU_ARM926EJS |
dd84058d MY |
339 | |
340 | config TARGET_SPEAR600 | |
341 | bool "Support spear600" | |
2e07c249 | 342 | select CPU_ARM926EJS |
dd84058d MY |
343 | |
344 | config TARGET_X600 | |
345 | bool "Support x600" | |
2e07c249 | 346 | select CPU_ARM926EJS |
02627356 | 347 | select SUPPORT_SPL |
dd84058d | 348 | |
ad17a81c MY |
349 | config ARCH_VERSATILE |
350 | bool "ARM Ltd. Versatile family" | |
2e07c249 | 351 | select CPU_ARM926EJS |
dd84058d MY |
352 | |
353 | config TARGET_INTEGRATORCP_CM1136 | |
354 | bool "Support integratorcp_cm1136" | |
2e07c249 | 355 | select CPU_ARM1136 |
dd84058d MY |
356 | |
357 | config TARGET_IMX31_PHYCORE | |
358 | bool "Support imx31_phycore" | |
2e07c249 | 359 | select CPU_ARM1136 |
dd84058d MY |
360 | |
361 | config TARGET_QONG | |
362 | bool "Support qong" | |
2e07c249 | 363 | select CPU_ARM1136 |
dd84058d MY |
364 | |
365 | config TARGET_MX31ADS | |
366 | bool "Support mx31ads" | |
2e07c249 | 367 | select CPU_ARM1136 |
dd84058d MY |
368 | |
369 | config TARGET_MX31PDK | |
370 | bool "Support mx31pdk" | |
2e07c249 | 371 | select CPU_ARM1136 |
02627356 | 372 | select SUPPORT_SPL |
dd84058d MY |
373 | |
374 | config TARGET_TT01 | |
375 | bool "Support tt01" | |
2e07c249 | 376 | select CPU_ARM1136 |
dd84058d MY |
377 | |
378 | config TARGET_IMX31_LITEKIT | |
379 | bool "Support imx31_litekit" | |
2e07c249 | 380 | select CPU_ARM1136 |
dd84058d MY |
381 | |
382 | config TARGET_WOODBURN | |
383 | bool "Support woodburn" | |
2e07c249 | 384 | select CPU_ARM1136 |
dd84058d MY |
385 | |
386 | config TARGET_WOODBURN_SD | |
387 | bool "Support woodburn_sd" | |
2e07c249 | 388 | select CPU_ARM1136 |
02627356 | 389 | select SUPPORT_SPL |
dd84058d MY |
390 | |
391 | config TARGET_FLEA3 | |
392 | bool "Support flea3" | |
2e07c249 | 393 | select CPU_ARM1136 |
dd84058d MY |
394 | |
395 | config TARGET_MX35PDK | |
396 | bool "Support mx35pdk" | |
2e07c249 | 397 | select CPU_ARM1136 |
dd84058d MY |
398 | |
399 | config TARGET_RPI_B | |
400 | bool "Support rpi_b" | |
2e07c249 | 401 | select CPU_ARM1176 |
dd84058d MY |
402 | |
403 | config TARGET_TNETV107X_EVM | |
404 | bool "Support tnetv107x_evm" | |
2e07c249 | 405 | select CPU_ARM1176 |
dd84058d MY |
406 | |
407 | config TARGET_INTEGRATORAP_CM946ES | |
408 | bool "Support integratorap_cm946es" | |
2e07c249 | 409 | select CPU_ARM946ES |
dd84058d MY |
410 | |
411 | config TARGET_INTEGRATORCP_CM946ES | |
412 | bool "Support integratorcp_cm946es" | |
2e07c249 | 413 | select CPU_ARM946ES |
dd84058d MY |
414 | |
415 | config TARGET_VEXPRESS_CA15_TC2 | |
416 | bool "Support vexpress_ca15_tc2" | |
2e07c249 | 417 | select CPU_V7 |
dd84058d MY |
418 | |
419 | config TARGET_VEXPRESS_CA5X2 | |
420 | bool "Support vexpress_ca5x2" | |
2e07c249 | 421 | select CPU_V7 |
dd84058d MY |
422 | |
423 | config TARGET_VEXPRESS_CA9X4 | |
424 | bool "Support vexpress_ca9x4" | |
2e07c249 | 425 | select CPU_V7 |
dd84058d MY |
426 | |
427 | config TARGET_KWB | |
428 | bool "Support kwb" | |
2e07c249 | 429 | select CPU_V7 |
02627356 | 430 | select SUPPORT_SPL |
dd84058d MY |
431 | |
432 | config TARGET_TSERIES | |
433 | bool "Support tseries" | |
2e07c249 | 434 | select CPU_V7 |
02627356 | 435 | select SUPPORT_SPL |
dd84058d MY |
436 | |
437 | config TARGET_CM_T335 | |
438 | bool "Support cm_t335" | |
2e07c249 | 439 | select CPU_V7 |
02627356 | 440 | select SUPPORT_SPL |
dd84058d MY |
441 | |
442 | config TARGET_PEPPER | |
443 | bool "Support pepper" | |
2e07c249 | 444 | select CPU_V7 |
02627356 | 445 | select SUPPORT_SPL |
dd84058d MY |
446 | |
447 | config TARGET_AM335X_IGEP0033 | |
448 | bool "Support am335x_igep0033" | |
2e07c249 | 449 | select CPU_V7 |
02627356 | 450 | select SUPPORT_SPL |
dd84058d MY |
451 | |
452 | config TARGET_PCM051 | |
453 | bool "Support pcm051" | |
2e07c249 | 454 | select CPU_V7 |
02627356 | 455 | select SUPPORT_SPL |
dd84058d MY |
456 | |
457 | config TARGET_DRACO | |
458 | bool "Support draco" | |
2e07c249 | 459 | select CPU_V7 |
02627356 | 460 | select SUPPORT_SPL |
dd84058d MY |
461 | |
462 | config TARGET_DXR2 | |
463 | bool "Support dxr2" | |
2e07c249 | 464 | select CPU_V7 |
02627356 | 465 | select SUPPORT_SPL |
dd84058d MY |
466 | |
467 | config TARGET_PXM2 | |
468 | bool "Support pxm2" | |
2e07c249 | 469 | select CPU_V7 |
02627356 | 470 | select SUPPORT_SPL |
dd84058d MY |
471 | |
472 | config TARGET_RUT | |
473 | bool "Support rut" | |
2e07c249 | 474 | select CPU_V7 |
02627356 | 475 | select SUPPORT_SPL |
dd84058d MY |
476 | |
477 | config TARGET_PENGWYN | |
478 | bool "Support pengwyn" | |
2e07c249 | 479 | select CPU_V7 |
02627356 | 480 | select SUPPORT_SPL |
dd84058d MY |
481 | |
482 | config TARGET_AM335X_EVM | |
483 | bool "Support am335x_evm" | |
2e07c249 | 484 | select CPU_V7 |
02627356 | 485 | select SUPPORT_SPL |
dd84058d MY |
486 | |
487 | config TARGET_AM43XX_EVM | |
488 | bool "Support am43xx_evm" | |
2e07c249 | 489 | select CPU_V7 |
02627356 | 490 | select SUPPORT_SPL |
dd84058d MY |
491 | |
492 | config TARGET_TI814X_EVM | |
493 | bool "Support ti814x_evm" | |
2e07c249 | 494 | select CPU_V7 |
02627356 | 495 | select SUPPORT_SPL |
dd84058d MY |
496 | |
497 | config TARGET_TI816X_EVM | |
498 | bool "Support ti816x_evm" | |
2e07c249 | 499 | select CPU_V7 |
02627356 | 500 | select SUPPORT_SPL |
dd84058d MY |
501 | |
502 | config TARGET_SAMA5D3_XPLAINED | |
503 | bool "Support sama5d3_xplained" | |
2e07c249 | 504 | select CPU_V7 |
02627356 | 505 | select SUPPORT_SPL |
dd84058d MY |
506 | |
507 | config TARGET_SAMA5D3XEK | |
508 | bool "Support sama5d3xek" | |
2e07c249 | 509 | select CPU_V7 |
02627356 | 510 | select SUPPORT_SPL |
dd84058d MY |
511 | |
512 | config TARGET_BCM28155_AP | |
513 | bool "Support bcm28155_ap" | |
2e07c249 | 514 | select CPU_V7 |
dd84058d | 515 | |
9dec5270 SR |
516 | config TARGET_BCM958300K |
517 | bool "Support bcm958300k" | |
2e07c249 | 518 | select CPU_V7 |
9dec5270 SR |
519 | |
520 | config TARGET_BCM958622HR | |
521 | bool "Support bcm958622hr" | |
2e07c249 | 522 | select CPU_V7 |
9dec5270 | 523 | |
72df68cc MY |
524 | config ARCH_EXYNOS |
525 | bool "Samsung EXYNOS" | |
2e07c249 | 526 | select CPU_V7 |
dd84058d | 527 | |
311757be SG |
528 | config ARCH_S5PC1XX |
529 | bool "Samsung S5PC1XX" | |
2e07c249 | 530 | select CPU_V7 |
311757be | 531 | |
ef2b694c MY |
532 | config ARCH_HIGHBANK |
533 | bool "Calxeda Highbank" | |
2e07c249 | 534 | select CPU_V7 |
dd84058d | 535 | |
c338f09e MY |
536 | config ARCH_KEYSTONE |
537 | bool "TI Keystone" | |
2e07c249 | 538 | select CPU_V7 |
02627356 | 539 | select SUPPORT_SPL |
dd84058d MY |
540 | |
541 | config TARGET_M53EVK | |
542 | bool "Support m53evk" | |
2e07c249 | 543 | select CPU_V7 |
02627356 | 544 | select SUPPORT_SPL |
dd84058d MY |
545 | |
546 | config TARGET_IMA3_MX53 | |
547 | bool "Support ima3-mx53" | |
2e07c249 | 548 | select CPU_V7 |
dd84058d MY |
549 | |
550 | config TARGET_MX51EVK | |
551 | bool "Support mx51evk" | |
2e07c249 | 552 | select CPU_V7 |
dd84058d MY |
553 | |
554 | config TARGET_MX53ARD | |
555 | bool "Support mx53ard" | |
2e07c249 | 556 | select CPU_V7 |
dd84058d MY |
557 | |
558 | config TARGET_MX53EVK | |
559 | bool "Support mx53evk" | |
2e07c249 | 560 | select CPU_V7 |
dd84058d MY |
561 | |
562 | config TARGET_MX53LOCO | |
563 | bool "Support mx53loco" | |
2e07c249 | 564 | select CPU_V7 |
dd84058d MY |
565 | |
566 | config TARGET_MX53SMD | |
567 | bool "Support mx53smd" | |
2e07c249 | 568 | select CPU_V7 |
dd84058d MY |
569 | |
570 | config TARGET_MX51_EFIKAMX | |
571 | bool "Support mx51_efikamx" | |
2e07c249 | 572 | select CPU_V7 |
dd84058d MY |
573 | |
574 | config TARGET_VISION2 | |
575 | bool "Support vision2" | |
2e07c249 | 576 | select CPU_V7 |
dd84058d MY |
577 | |
578 | config TARGET_UDOO | |
579 | bool "Support udoo" | |
2e07c249 | 580 | select CPU_V7 |
dd84058d MY |
581 | |
582 | config TARGET_WANDBOARD | |
583 | bool "Support wandboard" | |
2e07c249 | 584 | select CPU_V7 |
dd84058d MY |
585 | |
586 | config TARGET_TITANIUM | |
587 | bool "Support titanium" | |
2e07c249 | 588 | select CPU_V7 |
dd84058d MY |
589 | |
590 | config TARGET_NITROGEN6X | |
591 | bool "Support nitrogen6x" | |
2e07c249 | 592 | select CPU_V7 |
dd84058d MY |
593 | |
594 | config TARGET_CGTQMX6EVAL | |
595 | bool "Support cgtqmx6eval" | |
2e07c249 | 596 | select CPU_V7 |
dd84058d MY |
597 | |
598 | config TARGET_EMBESTMX6BOARDS | |
599 | bool "Support embestmx6boards" | |
2e07c249 | 600 | select CPU_V7 |
dd84058d | 601 | |
7e929172 SB |
602 | config TARGET_ARISTAINETOS |
603 | bool "Support aristainetos" | |
2e07c249 | 604 | select CPU_V7 |
7e929172 | 605 | |
dd84058d MY |
606 | config TARGET_MX6QARM2 |
607 | bool "Support mx6qarm2" | |
2e07c249 | 608 | select CPU_V7 |
dd84058d MY |
609 | |
610 | config TARGET_MX6QSABREAUTO | |
611 | bool "Support mx6qsabreauto" | |
2e07c249 | 612 | select CPU_V7 |
dd84058d MY |
613 | |
614 | config TARGET_MX6SABRESD | |
615 | bool "Support mx6sabresd" | |
2e07c249 | 616 | select CPU_V7 |
e451e9ba | 617 | select SUPPORT_SPL |
dd84058d MY |
618 | |
619 | config TARGET_MX6SLEVK | |
620 | bool "Support mx6slevk" | |
2e07c249 | 621 | select CPU_V7 |
dd84058d | 622 | |
080d72f2 FE |
623 | config TARGET_MX6SXSABRESD |
624 | bool "Support mx6sxsabresd" | |
2e07c249 | 625 | select CPU_V7 |
080d72f2 | 626 | |
dd84058d MY |
627 | config TARGET_GW_VENTANA |
628 | bool "Support gw_ventana" | |
2e07c249 | 629 | select CPU_V7 |
02627356 | 630 | select SUPPORT_SPL |
dd84058d MY |
631 | |
632 | config TARGET_HUMMINGBOARD | |
633 | bool "Support hummingboard" | |
2e07c249 | 634 | select CPU_V7 |
dd84058d | 635 | |
f91c09ac MV |
636 | config TARGET_KOSAGI_NOVENA |
637 | bool "Support Kosagi Novena" | |
790f70c7 | 638 | select CPU_V7 |
bdf1638a | 639 | select SUPPORT_SPL |
f91c09ac | 640 | |
05d492a3 SM |
641 | config TARGET_TBS2910 |
642 | bool "Support tbs2910" | |
643 | ||
a1263632 MY |
644 | config TARGET_TQMA6 |
645 | bool "TQ Systems TQMa6 board" | |
2e07c249 | 646 | select CPU_V7 |
a1263632 | 647 | |
39d09733 CG |
648 | config TARGET_OT1200 |
649 | bool "Bachmann OT1200" | |
2e07c249 | 650 | select CPU_V7 |
39d09733 | 651 | |
3cfbcb58 MY |
652 | config OMAP34XX |
653 | bool "OMAP34XX SoC" | |
2e07c249 | 654 | select CPU_V7 |
dd84058d | 655 | |
d08215a5 MY |
656 | config OMAP44XX |
657 | bool "OMAP44XX SoC" | |
2e07c249 | 658 | select CPU_V7 |
02627356 | 659 | select SUPPORT_SPL |
dd84058d | 660 | |
6c5431ac MY |
661 | config OMAP54XX |
662 | bool "OMAP54XX SoC" | |
2e07c249 | 663 | select CPU_V7 |
02627356 | 664 | select SUPPORT_SPL |
dd84058d | 665 | |
f40b9898 MY |
666 | config RMOBILE |
667 | bool "Renesas ARM SoCs" | |
2e07c249 | 668 | select CPU_V7 |
dd84058d | 669 | |
e32028a7 NK |
670 | config TARGET_CM_FX6 |
671 | bool "Support cm_fx6" | |
2e07c249 | 672 | select CPU_V7 |
02627356 | 673 | select SUPPORT_SPL |
e32028a7 | 674 | |
dd84058d MY |
675 | config TARGET_SOCFPGA_CYCLONE5 |
676 | bool "Support socfpga_cyclone5" | |
2e07c249 | 677 | select CPU_V7 |
02627356 | 678 | select SUPPORT_SPL |
dd84058d | 679 | |
2c7e3b90 IC |
680 | config ARCH_SUNXI |
681 | bool "Support sunxi (Allwinner) SoCs" | |
8ebe4f42 | 682 | |
dd84058d MY |
683 | config TARGET_SNOWBALL |
684 | bool "Support snowball" | |
2e07c249 | 685 | select CPU_V7 |
dd84058d MY |
686 | |
687 | config TARGET_U8500_HREF | |
688 | bool "Support u8500_href" | |
2e07c249 | 689 | select CPU_V7 |
dd84058d MY |
690 | |
691 | config TARGET_VF610TWR | |
692 | bool "Support vf610twr" | |
2e07c249 | 693 | select CPU_V7 |
dd84058d | 694 | |
44dcb403 MY |
695 | config ZYNQ |
696 | bool "Xilinx Zynq Platform" | |
2e07c249 | 697 | select CPU_V7 |
02627356 | 698 | select SUPPORT_SPL |
dd84058d | 699 | |
ddd960e6 MY |
700 | config TEGRA |
701 | bool "NVIDIA Tegra" | |
02627356 | 702 | select SUPPORT_SPL |
ddd960e6 | 703 | select SPL |
783e6a72 | 704 | select OF_CONTROL if !SPL_BUILD |
2e07c249 GS |
705 | select CPU_ARM720T if SPL_BUILD |
706 | select CPU_V7 if !SPL_BUILD | |
dd84058d MY |
707 | |
708 | config TARGET_VEXPRESS_AEMV8A | |
709 | bool "Support vexpress_aemv8a" | |
016a954e | 710 | select ARM64 |
dd84058d | 711 | |
dd84058d MY |
712 | config TARGET_LS2085A_EMU |
713 | bool "Support ls2085a_emu" | |
016a954e | 714 | select ARM64 |
dd84058d MY |
715 | |
716 | config TARGET_LS2085A_SIMU | |
717 | bool "Support ls2085a_simu" | |
016a954e | 718 | select ARM64 |
dd84058d | 719 | |
550e3dc0 WH |
720 | config TARGET_LS1021AQDS |
721 | bool "Support ls1021aqds_nor" | |
2e07c249 | 722 | select CPU_V7 |
550e3dc0 | 723 | |
c8a7d9da WH |
724 | config TARGET_LS1021ATWR |
725 | bool "Support ls1021atwr_nor" | |
2e07c249 | 726 | select CPU_V7 |
c8a7d9da | 727 | |
dd84058d MY |
728 | config TARGET_BALLOON3 |
729 | bool "Support balloon3" | |
2e07c249 | 730 | select CPU_PXA |
dd84058d MY |
731 | |
732 | config TARGET_H2200 | |
733 | bool "Support h2200" | |
2e07c249 | 734 | select CPU_PXA |
dd84058d MY |
735 | |
736 | config TARGET_PALMLD | |
737 | bool "Support palmld" | |
2e07c249 | 738 | select CPU_PXA |
dd84058d MY |
739 | |
740 | config TARGET_PALMTC | |
741 | bool "Support palmtc" | |
2e07c249 | 742 | select CPU_PXA |
dd84058d MY |
743 | |
744 | config TARGET_PALMTREO680 | |
745 | bool "Support palmtreo680" | |
2e07c249 | 746 | select CPU_PXA |
02627356 | 747 | select SUPPORT_SPL |
dd84058d MY |
748 | |
749 | config TARGET_PXA255_IDP | |
750 | bool "Support pxa255_idp" | |
2e07c249 | 751 | select CPU_PXA |
dd84058d MY |
752 | |
753 | config TARGET_TRIZEPSIV | |
754 | bool "Support trizepsiv" | |
2e07c249 | 755 | select CPU_PXA |
dd84058d MY |
756 | |
757 | config TARGET_VPAC270 | |
758 | bool "Support vpac270" | |
2e07c249 | 759 | select CPU_PXA |
02627356 | 760 | select SUPPORT_SPL |
dd84058d MY |
761 | |
762 | config TARGET_XAENIAX | |
763 | bool "Support xaeniax" | |
2e07c249 | 764 | select CPU_PXA |
dd84058d MY |
765 | |
766 | config TARGET_ZIPITZ2 | |
767 | bool "Support zipitz2" | |
2e07c249 | 768 | select CPU_PXA |
dd84058d MY |
769 | |
770 | config TARGET_LP8X4X | |
771 | bool "Support lp8x4x" | |
2e07c249 | 772 | select CPU_PXA |
dd84058d MY |
773 | |
774 | config TARGET_COLIBRI_PXA270 | |
775 | bool "Support colibri_pxa270" | |
2e07c249 | 776 | select CPU_PXA |
dd84058d MY |
777 | |
778 | config TARGET_JORNADA | |
779 | bool "Support jornada" | |
2e07c249 | 780 | select CPU_SA1100 |
dd84058d | 781 | |
66cba041 MY |
782 | config ARCH_UNIPHIER |
783 | bool "Panasonic UniPhier platform" | |
2e07c249 | 784 | select CPU_V7 |
02627356 | 785 | select SUPPORT_SPL |
66cba041 | 786 | |
dd84058d MY |
787 | endchoice |
788 | ||
3491ba63 MY |
789 | source "arch/arm/cpu/arm926ejs/davinci/Kconfig" |
790 | ||
72df68cc MY |
791 | source "arch/arm/cpu/armv7/exynos/Kconfig" |
792 | ||
ef2b694c MY |
793 | source "arch/arm/cpu/armv7/highbank/Kconfig" |
794 | ||
c338f09e MY |
795 | source "arch/arm/cpu/armv7/keystone/Kconfig" |
796 | ||
47539e23 MY |
797 | source "arch/arm/cpu/arm926ejs/kirkwood/Kconfig" |
798 | ||
16e16fdd MY |
799 | source "arch/arm/cpu/arm926ejs/nomadik/Kconfig" |
800 | ||
3cfbcb58 MY |
801 | source "arch/arm/cpu/armv7/omap3/Kconfig" |
802 | ||
d08215a5 MY |
803 | source "arch/arm/cpu/armv7/omap4/Kconfig" |
804 | ||
6c5431ac MY |
805 | source "arch/arm/cpu/armv7/omap5/Kconfig" |
806 | ||
22f2be7a MY |
807 | source "arch/arm/cpu/arm926ejs/orion5x/Kconfig" |
808 | ||
f40b9898 MY |
809 | source "arch/arm/cpu/armv7/rmobile/Kconfig" |
810 | ||
311757be SG |
811 | source "arch/arm/cpu/armv7/s5pc1xx/Kconfig" |
812 | ||
ddd960e6 MY |
813 | source "arch/arm/cpu/armv7/tegra-common/Kconfig" |
814 | ||
66cba041 MY |
815 | source "arch/arm/cpu/armv7/uniphier/Kconfig" |
816 | ||
ad17a81c MY |
817 | source "arch/arm/cpu/arm926ejs/versatile/Kconfig" |
818 | ||
44dcb403 | 819 | source "arch/arm/cpu/armv7/zynq/Kconfig" |
ddd960e6 | 820 | |
7e929172 | 821 | source "board/aristainetos/Kconfig" |
dd84058d MY |
822 | source "board/BuR/kwb/Kconfig" |
823 | source "board/BuR/tseries/Kconfig" | |
824 | source "board/BuS/eb_cpux9k2/Kconfig" | |
825 | source "board/BuS/vl_ma2sc/Kconfig" | |
826 | source "board/CarMediaLab/flea3/Kconfig" | |
dd84058d | 827 | source "board/Marvell/aspenite/Kconfig" |
dd580801 | 828 | source "board/Marvell/db-mv784mp-gp/Kconfig" |
dd84058d | 829 | source "board/Marvell/dkb/Kconfig" |
dd84058d | 830 | source "board/Marvell/gplugd/Kconfig" |
dd84058d | 831 | source "board/afeb9260/Kconfig" |
dd84058d MY |
832 | source "board/altera/socfpga/Kconfig" |
833 | source "board/armadeus/apf27/Kconfig" | |
834 | source "board/armltd/integrator/Kconfig" | |
dd84058d MY |
835 | source "board/armltd/vexpress/Kconfig" |
836 | source "board/armltd/vexpress64/Kconfig" | |
dd84058d MY |
837 | source "board/atmel/at91rm9200ek/Kconfig" |
838 | source "board/atmel/at91sam9260ek/Kconfig" | |
839 | source "board/atmel/at91sam9261ek/Kconfig" | |
840 | source "board/atmel/at91sam9263ek/Kconfig" | |
841 | source "board/atmel/at91sam9m10g45ek/Kconfig" | |
842 | source "board/atmel/at91sam9n12ek/Kconfig" | |
843 | source "board/atmel/at91sam9rlek/Kconfig" | |
844 | source "board/atmel/at91sam9x5ek/Kconfig" | |
845 | source "board/atmel/sama5d3_xplained/Kconfig" | |
846 | source "board/atmel/sama5d3xek/Kconfig" | |
39d09733 | 847 | source "board/bachmann/ot1200/Kconfig" |
dd84058d MY |
848 | source "board/balloon3/Kconfig" |
849 | source "board/barco/titanium/Kconfig" | |
850 | source "board/bluegiga/apx4devkit/Kconfig" | |
851 | source "board/bluewater/snapper9260/Kconfig" | |
852 | source "board/boundary/nitrogen6x/Kconfig" | |
853 | source "board/broadcom/bcm28155_ap/Kconfig" | |
9dec5270 SR |
854 | source "board/broadcom/bcm958300k/Kconfig" |
855 | source "board/broadcom/bcm958622hr/Kconfig" | |
dd84058d MY |
856 | source "board/calao/sbc35_a9g20/Kconfig" |
857 | source "board/calao/tny_a9260/Kconfig" | |
858 | source "board/calao/usb_a9263/Kconfig" | |
859 | source "board/cirrus/edb93xx/Kconfig" | |
dd84058d MY |
860 | source "board/cm4008/Kconfig" |
861 | source "board/cm41xx/Kconfig" | |
dd84058d | 862 | source "board/compulab/cm_t335/Kconfig" |
e32028a7 | 863 | source "board/compulab/cm_fx6/Kconfig" |
dd84058d | 864 | source "board/congatec/cgtqmx6eval/Kconfig" |
dd84058d | 865 | source "board/creative/xfi3/Kconfig" |
dd84058d | 866 | source "board/davedenx/qong/Kconfig" |
dd84058d MY |
867 | source "board/denx/m28evk/Kconfig" |
868 | source "board/denx/m53evk/Kconfig" | |
869 | source "board/egnite/ethernut5/Kconfig" | |
870 | source "board/embest/mx6boards/Kconfig" | |
dd84058d MY |
871 | source "board/esd/meesc/Kconfig" |
872 | source "board/esd/otc570/Kconfig" | |
873 | source "board/esg/ima3-mx53/Kconfig" | |
874 | source "board/eukrea/cpu9260/Kconfig" | |
875 | source "board/eukrea/cpuat91/Kconfig" | |
876 | source "board/faraday/a320evb/Kconfig" | |
877 | source "board/freescale/ls2085a/Kconfig" | |
550e3dc0 | 878 | source "board/freescale/ls1021aqds/Kconfig" |
c8a7d9da | 879 | source "board/freescale/ls1021atwr/Kconfig" |
dd84058d MY |
880 | source "board/freescale/mx23evk/Kconfig" |
881 | source "board/freescale/mx25pdk/Kconfig" | |
882 | source "board/freescale/mx28evk/Kconfig" | |
883 | source "board/freescale/mx31ads/Kconfig" | |
884 | source "board/freescale/mx31pdk/Kconfig" | |
885 | source "board/freescale/mx35pdk/Kconfig" | |
886 | source "board/freescale/mx51evk/Kconfig" | |
887 | source "board/freescale/mx53ard/Kconfig" | |
888 | source "board/freescale/mx53evk/Kconfig" | |
889 | source "board/freescale/mx53loco/Kconfig" | |
890 | source "board/freescale/mx53smd/Kconfig" | |
891 | source "board/freescale/mx6qarm2/Kconfig" | |
892 | source "board/freescale/mx6qsabreauto/Kconfig" | |
893 | source "board/freescale/mx6sabresd/Kconfig" | |
894 | source "board/freescale/mx6slevk/Kconfig" | |
080d72f2 | 895 | source "board/freescale/mx6sxsabresd/Kconfig" |
dd84058d MY |
896 | source "board/freescale/vf610twr/Kconfig" |
897 | source "board/gateworks/gw_ventana/Kconfig" | |
898 | source "board/genesi/mx51_efikamx/Kconfig" | |
dd84058d MY |
899 | source "board/gumstix/pepper/Kconfig" |
900 | source "board/h2200/Kconfig" | |
901 | source "board/hale/tt01/Kconfig" | |
dd84058d MY |
902 | source "board/icpdas/lp8x4x/Kconfig" |
903 | source "board/imx31_phycore/Kconfig" | |
dd84058d | 904 | source "board/isee/igep0033/Kconfig" |
dd84058d | 905 | source "board/jornada/Kconfig" |
dd84058d | 906 | source "board/karo/tx25/Kconfig" |
f91c09ac | 907 | source "board/kosagi/novena/Kconfig" |
dd84058d MY |
908 | source "board/logicpd/imx27lite/Kconfig" |
909 | source "board/logicpd/imx31_litekit/Kconfig" | |
a4884831 | 910 | source "board/maxbcm/Kconfig" |
dd84058d | 911 | source "board/mpl/vcma9/Kconfig" |
dd84058d | 912 | source "board/olimex/mx23_olinuxino/Kconfig" |
dd84058d MY |
913 | source "board/palmld/Kconfig" |
914 | source "board/palmtc/Kconfig" | |
915 | source "board/palmtreo680/Kconfig" | |
dd84058d MY |
916 | source "board/phytec/pcm051/Kconfig" |
917 | source "board/ppcag/bg0900/Kconfig" | |
918 | source "board/pxa255_idp/Kconfig" | |
dd84058d | 919 | source "board/raspberrypi/rpi_b/Kconfig" |
dd84058d MY |
920 | source "board/ronetix/pm9261/Kconfig" |
921 | source "board/ronetix/pm9263/Kconfig" | |
922 | source "board/ronetix/pm9g45/Kconfig" | |
dd84058d | 923 | source "board/samsung/smdk2410/Kconfig" |
dd84058d MY |
924 | source "board/sandisk/sansa_fuze_plus/Kconfig" |
925 | source "board/scb9328/Kconfig" | |
926 | source "board/schulercontrol/sc_sps_1/Kconfig" | |
927 | source "board/siemens/corvus/Kconfig" | |
928 | source "board/siemens/draco/Kconfig" | |
929 | source "board/siemens/pxm2/Kconfig" | |
930 | source "board/siemens/rut/Kconfig" | |
931 | source "board/siemens/taurus/Kconfig" | |
932 | source "board/silica/pengwyn/Kconfig" | |
933 | source "board/solidrun/hummingboard/Kconfig" | |
934 | source "board/spear/spear300/Kconfig" | |
935 | source "board/spear/spear310/Kconfig" | |
936 | source "board/spear/spear320/Kconfig" | |
937 | source "board/spear/spear600/Kconfig" | |
938 | source "board/spear/x600/Kconfig" | |
939 | source "board/st-ericsson/snowball/Kconfig" | |
940 | source "board/st-ericsson/u8500/Kconfig" | |
dd84058d MY |
941 | source "board/sunxi/Kconfig" |
942 | source "board/syteco/jadecpu/Kconfig" | |
943 | source "board/syteco/zmx25/Kconfig" | |
944 | source "board/taskit/stamp9g20/Kconfig" | |
05d492a3 | 945 | source "board/tbs/tbs2910/Kconfig" |
dd84058d | 946 | source "board/ti/am335x/Kconfig" |
dd84058d | 947 | source "board/ti/am43xx/Kconfig" |
dd84058d MY |
948 | source "board/ti/ti814x/Kconfig" |
949 | source "board/ti/ti816x/Kconfig" | |
950 | source "board/ti/tnetv107xevm/Kconfig" | |
951 | source "board/timll/devkit3250/Kconfig" | |
dd84058d | 952 | source "board/toradex/colibri_pxa270/Kconfig" |
a1263632 | 953 | source "board/tqc/tqma6/Kconfig" |
dd84058d MY |
954 | source "board/trizepsiv/Kconfig" |
955 | source "board/ttcontrol/vision2/Kconfig" | |
956 | source "board/udoo/Kconfig" | |
957 | source "board/vpac270/Kconfig" | |
958 | source "board/wandboard/Kconfig" | |
959 | source "board/woodburn/Kconfig" | |
960 | source "board/xaeniax/Kconfig" | |
dd84058d MY |
961 | source "board/zipitz2/Kconfig" |
962 | ||
51b17d49 MY |
963 | source "arch/arm/Kconfig.debug" |
964 | ||
dd84058d | 965 | endmenu |