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