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