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