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