]> git.ipfire.org Git - people/ms/u-boot.git/blame - arch/arm/Kconfig
arm, imx6: add support for aristainetos2 board
[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
12d8a729 36config CPU_V7M
37 bool
38
2e07c249
GS
39config CPU_PXA
40 bool
41
42config CPU_SA1100
43 bool
44
45config SYS_CPU
46 default "arm720t" if CPU_ARM720T
47 default "arm920t" if CPU_ARM920T
48 default "arm926ejs" if CPU_ARM926EJS
49 default "arm946es" if CPU_ARM946ES
50 default "arm1136" if CPU_ARM1136
51 default "arm1176" if CPU_ARM1176
52 default "armv7" if CPU_V7
12d8a729 53 default "armv7m" if CPU_V7M
2e07c249
GS
54 default "pxa" if CPU_PXA
55 default "sa1100" if CPU_SA1100
01541eec 56 default "armv8" if ARM64
2e07c249 57
f91afc4d
LW
58config SEMIHOSTING
59 bool "support boot from semihosting"
60 help
61 In emulated environments, semihosting is a way for
62 the hosted environment to call out to the emulator to
63 retrieve files from the host machine.
64
dd84058d
MY
65choice
66 prompt "Target select"
a26cd049 67 optional
dd84058d 68
4614b891
MY
69config ARCH_AT91
70 bool "Atmel AT91"
dd84058d
MY
71
72config TARGET_EDB93XX
73 bool "Support edb93xx"
2e07c249 74 select CPU_ARM920T
dd84058d
MY
75
76config TARGET_SCB9328
77 bool "Support scb9328"
2e07c249 78 select CPU_ARM920T
dd84058d 79
dd84058d
MY
80config TARGET_VCMA9
81 bool "Support VCMA9"
2e07c249 82 select CPU_ARM920T
dd84058d
MY
83
84config TARGET_SMDK2410
85 bool "Support smdk2410"
2e07c249 86 select CPU_ARM920T
dd84058d 87
dd84058d
MY
88config TARGET_ASPENITE
89 bool "Support aspenite"
2e07c249 90 select CPU_ARM926EJS
dd84058d
MY
91
92config TARGET_GPLUGD
93 bool "Support gplugd"
2e07c249 94 select CPU_ARM926EJS
dd84058d 95
3491ba63
MY
96config ARCH_DAVINCI
97 bool "TI DaVinci"
2e07c249 98 select CPU_ARM926EJS
3491ba63
MY
99 help
100 Support for TI's DaVinci platform.
dd84058d 101
47539e23
MY
102config KIRKWOOD
103 bool "Marvell Kirkwood"
2e07c249 104 select CPU_ARM926EJS
dd84058d 105
2bae75a4
SR
106config TARGET_DB_88F6820_GP
107 bool "Support DB-88F6820-GP"
108 select CPU_V7
109 select SUPPORT_SPL
110
dd580801
SR
111config TARGET_DB_MV784MP_GP
112 bool "Support db-mv784mp-gp"
790f70c7 113 select CPU_V7
2554167c 114 select SUPPORT_SPL
dd580801 115
a4884831
SR
116config TARGET_MAXBCM
117 bool "Support maxbcm"
790f70c7 118 select CPU_V7
e7778ec1 119 select SUPPORT_SPL
a4884831 120
dd84058d
MY
121config TARGET_DEVKIT3250
122 bool "Support devkit3250"
2e07c249 123 select CPU_ARM926EJS
dd84058d 124
412ae53a
AA
125config TARGET_WORK_92105
126 bool "Support work_92105"
127 select CPU_ARM926EJS
128 select SUPPORT_SPL
129
dd84058d
MY
130config TARGET_MX25PDK
131 bool "Support mx25pdk"
2e07c249 132 select CPU_ARM926EJS
dd84058d
MY
133
134config TARGET_TX25
135 bool "Support tx25"
2e07c249 136 select CPU_ARM926EJS
02627356 137 select SUPPORT_SPL
dd84058d
MY
138
139config TARGET_ZMX25
140 bool "Support zmx25"
2e07c249 141 select CPU_ARM926EJS
dd84058d
MY
142
143config TARGET_APF27
144 bool "Support apf27"
2e07c249 145 select CPU_ARM926EJS
02627356 146 select SUPPORT_SPL
dd84058d
MY
147
148config TARGET_IMX27LITE
149 bool "Support imx27lite"
2e07c249 150 select CPU_ARM926EJS
dd84058d
MY
151
152config TARGET_MAGNESIUM
153 bool "Support magnesium"
2e07c249 154 select CPU_ARM926EJS
dd84058d
MY
155
156config TARGET_APX4DEVKIT
157 bool "Support apx4devkit"
2e07c249 158 select CPU_ARM926EJS
02627356 159 select SUPPORT_SPL
dd84058d
MY
160
161config TARGET_XFI3
162 bool "Support xfi3"
2e07c249 163 select CPU_ARM926EJS
02627356 164 select SUPPORT_SPL
dd84058d
MY
165
166config TARGET_M28EVK
167 bool "Support m28evk"
2e07c249 168 select CPU_ARM926EJS
02627356 169 select SUPPORT_SPL
dd84058d
MY
170
171config TARGET_MX23EVK
172 bool "Support mx23evk"
2e07c249 173 select CPU_ARM926EJS
02627356 174 select SUPPORT_SPL
dd84058d
MY
175
176config TARGET_MX28EVK
177 bool "Support mx28evk"
2e07c249 178 select CPU_ARM926EJS
02627356 179 select SUPPORT_SPL
dd84058d
MY
180
181config TARGET_MX23_OLINUXINO
182 bool "Support mx23_olinuxino"
2e07c249 183 select CPU_ARM926EJS
02627356 184 select SUPPORT_SPL
dd84058d
MY
185
186config TARGET_BG0900
187 bool "Support bg0900"
2e07c249 188 select CPU_ARM926EJS
02627356 189 select SUPPORT_SPL
dd84058d
MY
190
191config TARGET_SANSA_FUZE_PLUS
192 bool "Support sansa_fuze_plus"
2e07c249 193 select CPU_ARM926EJS
02627356 194 select SUPPORT_SPL
dd84058d
MY
195
196config TARGET_SC_SPS_1
197 bool "Support sc_sps_1"
2e07c249 198 select CPU_ARM926EJS
02627356 199 select SUPPORT_SPL
dd84058d 200
16e16fdd
MY
201config ARCH_NOMADIK
202 bool "ST-Ericsson Nomadik"
2e07c249 203 select CPU_ARM926EJS
dd84058d 204
22f2be7a
MY
205config ORION5X
206 bool "Marvell Orion"
2e07c249 207 select CPU_ARM926EJS
dd84058d 208
dd84058d
MY
209config TARGET_SPEAR300
210 bool "Support spear300"
2e07c249 211 select CPU_ARM926EJS
dd84058d
MY
212
213config TARGET_SPEAR310
214 bool "Support spear310"
2e07c249 215 select CPU_ARM926EJS
dd84058d
MY
216
217config TARGET_SPEAR320
218 bool "Support spear320"
2e07c249 219 select CPU_ARM926EJS
dd84058d
MY
220
221config TARGET_SPEAR600
222 bool "Support spear600"
2e07c249 223 select CPU_ARM926EJS
dd84058d 224
9fa32b12
VM
225config TARGET_STV0991
226 bool "Support stv0991"
227 select CPU_V7
cac0ca76
MY
228 select DM
229 select DM_SERIAL
9fa32b12 230
dd84058d
MY
231config TARGET_X600
232 bool "Support x600"
2e07c249 233 select CPU_ARM926EJS
02627356 234 select SUPPORT_SPL
dd84058d 235
ad17a81c
MY
236config ARCH_VERSATILE
237 bool "ARM Ltd. Versatile family"
2e07c249 238 select CPU_ARM926EJS
dd84058d 239
dd84058d
MY
240config TARGET_IMX31_PHYCORE
241 bool "Support imx31_phycore"
2e07c249 242 select CPU_ARM1136
dd84058d
MY
243
244config TARGET_QONG
245 bool "Support qong"
2e07c249 246 select CPU_ARM1136
dd84058d
MY
247
248config TARGET_MX31ADS
249 bool "Support mx31ads"
2e07c249 250 select CPU_ARM1136
dd84058d
MY
251
252config TARGET_MX31PDK
253 bool "Support mx31pdk"
2e07c249 254 select CPU_ARM1136
02627356 255 select SUPPORT_SPL
dd84058d
MY
256
257config TARGET_TT01
258 bool "Support tt01"
2e07c249 259 select CPU_ARM1136
dd84058d
MY
260
261config TARGET_IMX31_LITEKIT
262 bool "Support imx31_litekit"
2e07c249 263 select CPU_ARM1136
dd84058d
MY
264
265config TARGET_WOODBURN
266 bool "Support woodburn"
2e07c249 267 select CPU_ARM1136
dd84058d
MY
268
269config TARGET_WOODBURN_SD
270 bool "Support woodburn_sd"
2e07c249 271 select CPU_ARM1136
02627356 272 select SUPPORT_SPL
dd84058d
MY
273
274config TARGET_FLEA3
275 bool "Support flea3"
2e07c249 276 select CPU_ARM1136
dd84058d
MY
277
278config TARGET_MX35PDK
279 bool "Support mx35pdk"
2e07c249 280 select CPU_ARM1136
dd84058d 281
ddf6bd48
MY
282config ARCH_BCM283X
283 bool "Broadcom BCM283X family"
58d423b8
MY
284 select DM
285 select DM_SERIAL
286 select DM_GPIO
46414296 287
dd84058d
MY
288config TARGET_VEXPRESS_CA15_TC2
289 bool "Support vexpress_ca15_tc2"
2e07c249 290 select CPU_V7
ea624e19
HG
291 select CPU_V7_HAS_NONSEC
292 select CPU_V7_HAS_VIRT
dd84058d
MY
293
294config TARGET_VEXPRESS_CA5X2
295 bool "Support vexpress_ca5x2"
2e07c249 296 select CPU_V7
dd84058d
MY
297
298config TARGET_VEXPRESS_CA9X4
299 bool "Support vexpress_ca9x4"
2e07c249 300 select CPU_V7
dd84058d
MY
301
302config TARGET_KWB
303 bool "Support kwb"
2e07c249 304 select CPU_V7
02627356 305 select SUPPORT_SPL
dd84058d
MY
306
307config TARGET_TSERIES
308 bool "Support tseries"
2e07c249 309 select CPU_V7
02627356 310 select SUPPORT_SPL
dd84058d
MY
311
312config TARGET_CM_T335
313 bool "Support cm_t335"
2e07c249 314 select CPU_V7
02627356 315 select SUPPORT_SPL
58d423b8
MY
316 select DM
317 select DM_SERIAL
318 select DM_GPIO
dd84058d
MY
319
320config TARGET_PEPPER
321 bool "Support pepper"
2e07c249 322 select CPU_V7
02627356 323 select SUPPORT_SPL
58d423b8
MY
324 select DM
325 select DM_SERIAL
326 select DM_GPIO
dd84058d
MY
327
328config TARGET_AM335X_IGEP0033
329 bool "Support am335x_igep0033"
2e07c249 330 select CPU_V7
02627356 331 select SUPPORT_SPL
58d423b8
MY
332 select DM
333 select DM_SERIAL
334 select DM_GPIO
dd84058d
MY
335
336config TARGET_PCM051
337 bool "Support pcm051"
2e07c249 338 select CPU_V7
02627356 339 select SUPPORT_SPL
58d423b8
MY
340 select DM
341 select DM_SERIAL
342 select DM_GPIO
dd84058d
MY
343
344config TARGET_DRACO
345 bool "Support draco"
2e07c249 346 select CPU_V7
02627356 347 select SUPPORT_SPL
dd84058d
MY
348
349config TARGET_DXR2
350 bool "Support dxr2"
2e07c249 351 select CPU_V7
02627356 352 select SUPPORT_SPL
dd84058d
MY
353
354config TARGET_PXM2
355 bool "Support pxm2"
2e07c249 356 select CPU_V7
02627356 357 select SUPPORT_SPL
dd84058d
MY
358
359config TARGET_RUT
360 bool "Support rut"
2e07c249 361 select CPU_V7
02627356 362 select SUPPORT_SPL
dd84058d
MY
363
364config TARGET_PENGWYN
365 bool "Support pengwyn"
2e07c249 366 select CPU_V7
02627356 367 select SUPPORT_SPL
58d423b8
MY
368 select DM
369 select DM_SERIAL
370 select DM_GPIO
dd84058d
MY
371
372config TARGET_AM335X_EVM
373 bool "Support am335x_evm"
2e07c249 374 select CPU_V7
02627356 375 select SUPPORT_SPL
58d423b8
MY
376 select DM
377 select DM_SERIAL
378 select DM_GPIO
dd84058d
MY
379
380config TARGET_AM43XX_EVM
381 bool "Support am43xx_evm"
2e07c249 382 select CPU_V7
02627356 383 select SUPPORT_SPL
dd84058d 384
a2bc4321
GG
385config TARGET_BAV335X
386 bool "Support bav335x"
387 select CPU_V7
388 select SUPPORT_SPL
93a35382
MY
389 select DM
390 select DM_SERIAL
a2bc4321
GG
391 help
392 The BAV335x OEM Network Processor integrates all the functions of an
393 embedded network computer in a small, easy to use SODIMM module which
394 incorporates the popular Texas Instruments Sitara 32bit ARM Coretex-A8
395 processor, with fast DDR3 512MB SDRAM, 4GB of embedded MMC and a Gigabit
396 ethernet with simple connection to external connectors.
397
398 For more information, visit: http://birdland.com/oem
399
dd84058d
MY
400config TARGET_TI814X_EVM
401 bool "Support ti814x_evm"
2e07c249 402 select CPU_V7
02627356 403 select SUPPORT_SPL
dd84058d
MY
404
405config TARGET_TI816X_EVM
406 bool "Support ti816x_evm"
2e07c249 407 select CPU_V7
02627356 408 select SUPPORT_SPL
dd84058d 409
dd84058d
MY
410config TARGET_BCM28155_AP
411 bool "Support bcm28155_ap"
2e07c249 412 select CPU_V7
dd84058d 413
abb1678c
SR
414config TARGET_BCMCYGNUS
415 bool "Support bcmcygnus"
2e07c249 416 select CPU_V7
9dec5270 417
abb1678c
SR
418config TARGET_BCMNSP
419 bool "Support bcmnsp"
2e07c249 420 select CPU_V7
9dec5270 421
72df68cc
MY
422config ARCH_EXYNOS
423 bool "Samsung EXYNOS"
2e07c249 424 select CPU_V7
58d423b8
MY
425 select DM
426 select DM_SPI_FLASH
427 select DM_SERIAL
428 select DM_SPI
429 select DM_GPIO
dd84058d 430
311757be
SG
431config ARCH_S5PC1XX
432 bool "Samsung S5PC1XX"
2e07c249 433 select CPU_V7
58d423b8
MY
434 select DM
435 select DM_SERIAL
436 select DM_GPIO
311757be 437
ef2b694c
MY
438config ARCH_HIGHBANK
439 bool "Calxeda Highbank"
2e07c249 440 select CPU_V7
dd84058d 441
5cbbd9bd
MY
442config ARCH_INTEGRATOR
443 bool "ARM Ltd. Integrator family"
444
c338f09e
MY
445config ARCH_KEYSTONE
446 bool "TI Keystone"
2e07c249 447 select CPU_V7
02627356 448 select SUPPORT_SPL
dd84058d 449
89ebc821
BB
450config ARCH_MX6
451 bool "Freescale MX6"
452 select CPU_V7
453
424ee3d1
AR
454config ARCH_MX5
455 bool "Freescale MX5"
456 select CPU_V7
457
dd84058d
MY
458config TARGET_M53EVK
459 bool "Support m53evk"
2e07c249 460 select CPU_V7
02627356 461 select SUPPORT_SPL
dd84058d
MY
462
463config TARGET_IMA3_MX53
464 bool "Support ima3-mx53"
2e07c249 465 select CPU_V7
dd84058d
MY
466
467config TARGET_MX51EVK
468 bool "Support mx51evk"
2e07c249 469 select CPU_V7
dd84058d
MY
470
471config TARGET_MX53ARD
472 bool "Support mx53ard"
2e07c249 473 select CPU_V7
dd84058d
MY
474
475config TARGET_MX53EVK
476 bool "Support mx53evk"
2e07c249 477 select CPU_V7
dd84058d
MY
478
479config TARGET_MX53LOCO
480 bool "Support mx53loco"
2e07c249 481 select CPU_V7
dd84058d
MY
482
483config TARGET_MX53SMD
484 bool "Support mx53smd"
2e07c249 485 select CPU_V7
dd84058d
MY
486
487config TARGET_MX51_EFIKAMX
488 bool "Support mx51_efikamx"
2e07c249 489 select CPU_V7
dd84058d
MY
490
491config TARGET_VISION2
492 bool "Support vision2"
2e07c249 493 select CPU_V7
dd84058d
MY
494
495config TARGET_UDOO
496 bool "Support udoo"
2e07c249 497 select CPU_V7
dd84058d
MY
498
499config TARGET_WANDBOARD
500 bool "Support wandboard"
2e07c249 501 select CPU_V7
0d1ea052 502 select SUPPORT_SPL
dd84058d 503
4579dc37
OS
504config TARGET_WARP
505 bool "Support WaRP"
506 select CPU_V7
507
dd84058d
MY
508config TARGET_TITANIUM
509 bool "Support titanium"
2e07c249 510 select CPU_V7
dd84058d
MY
511
512config TARGET_NITROGEN6X
513 bool "Support nitrogen6x"
2e07c249 514 select CPU_V7
dd84058d
MY
515
516config TARGET_CGTQMX6EVAL
517 bool "Support cgtqmx6eval"
2e07c249 518 select CPU_V7
dd84058d
MY
519
520config TARGET_EMBESTMX6BOARDS
521 bool "Support embestmx6boards"
2e07c249 522 select CPU_V7
dd84058d 523
7e929172
SB
524config TARGET_ARISTAINETOS
525 bool "Support aristainetos"
2e07c249 526 select CPU_V7
7e929172 527
7254d92e
HS
528config TARGET_ARISTAINETOS2
529 bool "Support aristainetos2"
530 select CPU_V7
531
dd84058d
MY
532config TARGET_MX6QARM2
533 bool "Support mx6qarm2"
2e07c249 534 select CPU_V7
dd84058d
MY
535
536config TARGET_MX6QSABREAUTO
537 bool "Support mx6qsabreauto"
2e07c249 538 select CPU_V7
b507c5e6
MY
539 select DM
540 select DM_THERMAL
dd84058d
MY
541
542config TARGET_MX6SABRESD
543 bool "Support mx6sabresd"
2e07c249 544 select CPU_V7
e451e9ba 545 select SUPPORT_SPL
b507c5e6
MY
546 select DM
547 select DM_THERMAL
dd84058d 548
b8ce6fe2
FE
549config TARGET_MX6CUBOXI
550 bool "Support Solid-run mx6 boards"
551 select CPU_V7
552 select SUPPORT_SPL
553
dd84058d
MY
554config TARGET_MX6SLEVK
555 bool "Support mx6slevk"
2e07c249 556 select CPU_V7
dd84058d 557
080d72f2
FE
558config TARGET_MX6SXSABRESD
559 bool "Support mx6sxsabresd"
2e07c249 560 select CPU_V7
3dae50d0 561 select SUPPORT_SPL
b507c5e6
MY
562 select DM
563 select DM_THERMAL
080d72f2 564
dd84058d
MY
565config TARGET_GW_VENTANA
566 bool "Support gw_ventana"
2e07c249 567 select CPU_V7
02627356 568 select SUPPORT_SPL
dd84058d 569
f91c09ac
MV
570config TARGET_KOSAGI_NOVENA
571 bool "Support Kosagi Novena"
790f70c7 572 select CPU_V7
bdf1638a 573 select SUPPORT_SPL
f91c09ac 574
05d492a3
SM
575config TARGET_TBS2910
576 bool "Support tbs2910"
f8bbd7f7 577 select CPU_V7
05d492a3 578
a1263632
MY
579config TARGET_TQMA6
580 bool "TQ Systems TQMa6 board"
2e07c249 581 select CPU_V7
a1263632 582
39d09733
CG
583config TARGET_OT1200
584 bool "Bachmann OT1200"
2e07c249 585 select CPU_V7
8551b366 586 select SUPPORT_SPL
39d09733 587
5d6050fd
SR
588config TARGET_PLATINUM_PICON
589 bool "Support platinum-picon"
590 select CPU_V7
591 select SUPPORT_SPL
592
593config TARGET_PLATINUM_TITANIUM
594 bool "Support platinum-titanium"
595 select CPU_V7
596 select SUPPORT_SPL
39d09733 597
3cfbcb58
MY
598config OMAP34XX
599 bool "OMAP34XX SoC"
2e07c249 600 select CPU_V7
dd84058d 601
d08215a5
MY
602config OMAP44XX
603 bool "OMAP44XX SoC"
2e07c249 604 select CPU_V7
02627356 605 select SUPPORT_SPL
dd84058d 606
6c5431ac
MY
607config OMAP54XX
608 bool "OMAP54XX SoC"
2e07c249 609 select CPU_V7
02627356 610 select SUPPORT_SPL
dd84058d 611
f40b9898
MY
612config RMOBILE
613 bool "Renesas ARM SoCs"
2e07c249 614 select CPU_V7
dd84058d 615
e32028a7
NK
616config TARGET_CM_FX6
617 bool "Support cm_fx6"
2e07c249 618 select CPU_V7
02627356 619 select SUPPORT_SPL
e621bae8
MY
620 select DM
621 select DM_SERIAL
622 select DM_GPIO
e32028a7 623
7865f4b0
MY
624config ARCH_SOCFPGA
625 bool "Altera SOCFPGA family"
2e07c249 626 select CPU_V7
02627356 627 select SUPPORT_SPL
1d9aa3e5
MY
628 select DM
629 select DM_SPI_FLASH
630 select DM_SPI
dd84058d 631
2c7e3b90
IC
632config ARCH_SUNXI
633 bool "Support sunxi (Allwinner) SoCs"
b6006baf
HG
634 select DM
635 select DM_GPIO
636 select OF_CONTROL
637 select OF_SEPARATE
638 select SPL_DISABLE_OF_CONTROL
8ebe4f42 639
dd84058d
MY
640config TARGET_SNOWBALL
641 bool "Support snowball"
2e07c249 642 select CPU_V7
dd84058d
MY
643
644config TARGET_U8500_HREF
645 bool "Support u8500_href"
2e07c249 646 select CPU_V7
dd84058d
MY
647
648config TARGET_VF610TWR
649 bool "Support vf610twr"
2e07c249 650 select CPU_V7
dd84058d 651
e7b860fa
SM
652config TARGET_COLIBRI_VF
653 bool "Support Colibri VF50/61"
654 select CPU_V7
655
5ca269a4 656config ARCH_ZYNQ
44dcb403 657 bool "Xilinx Zynq Platform"
2e07c249 658 select CPU_V7
02627356 659 select SUPPORT_SPL
8981f05c 660 select DM
dd84058d 661
84c7204b
MS
662config TARGET_XILINX_ZYNQMP
663 bool "Support Xilinx ZynqMP Platform"
664 select ARM64
665
ddd960e6
MY
666config TEGRA
667 bool "NVIDIA Tegra"
02627356 668 select SUPPORT_SPL
ddd960e6 669 select SPL
d648964f
MY
670 select OF_CONTROL
671 select CPU_V7
58d423b8
MY
672 select DM
673 select DM_SPI_FLASH
674 select DM_SERIAL
675 select DM_I2C
676 select DM_SPI
677 select DM_GPIO
dd84058d 678
f91afc4d 679config TARGET_VEXPRESS64_AEMV8A
dd84058d 680 bool "Support vexpress_aemv8a"
016a954e 681 select ARM64
dd84058d 682
f91afc4d
LW
683config TARGET_VEXPRESS64_BASE_FVP
684 bool "Support Versatile Express ARMv8a FVP BASE model"
685 select ARM64
686 select SEMIHOSTING
687
ffc10373
LW
688config TARGET_VEXPRESS64_JUNO
689 bool "Support Versatile Express Juno Development Platform"
690 select ARM64
691
dd84058d
MY
692config TARGET_LS2085A_EMU
693 bool "Support ls2085a_emu"
016a954e 694 select ARM64
23b5877c 695 select ARMV8_MULTIENTRY
dd84058d
MY
696
697config TARGET_LS2085A_SIMU
698 bool "Support ls2085a_simu"
016a954e 699 select ARM64
23b5877c 700 select ARMV8_MULTIENTRY
dd84058d 701
7288c2c2
YS
702config TARGET_LS2085AQDS
703 bool "Support ls2085aqds"
704 select ARM64
705 select ARMV8_MULTIENTRY
b2d5ac59 706 select SUPPORT_SPL
7288c2c2
YS
707 help
708 Support for Freescale LS2085AQDS platform
709 The LS2085A Development System (QDS) is a high-performance
710 development platform that supports the QorIQ LS2085A
711 Layerscape Architecture processor.
712
e2b65ea9
YS
713config TARGET_LS2085ARDB
714 bool "Support ls2085ardb"
715 select ARM64
716 select ARMV8_MULTIENTRY
32eda7cc 717 select SUPPORT_SPL
e2b65ea9
YS
718 help
719 Support for Freescale LS2085ARDB platform.
720 The LS2085A Reference design board (RDB) is a high-performance
721 development platform that supports the QorIQ LS2085A
722 Layerscape Architecture processor.
723
550e3dc0 724config TARGET_LS1021AQDS
0de15707 725 bool "Support ls1021aqds"
2e07c249 726 select CPU_V7
50f0c663 727 select SUPPORT_SPL
550e3dc0 728
c8a7d9da 729config TARGET_LS1021ATWR
0de15707 730 bool "Support ls1021atwr"
2e07c249 731 select CPU_V7
50f0c663 732 select SUPPORT_SPL
c8a7d9da 733
dd84058d
MY
734config TARGET_BALLOON3
735 bool "Support balloon3"
2e07c249 736 select CPU_PXA
dd84058d
MY
737
738config TARGET_H2200
739 bool "Support h2200"
2e07c249 740 select CPU_PXA
dd84058d
MY
741
742config TARGET_PALMLD
743 bool "Support palmld"
2e07c249 744 select CPU_PXA
dd84058d
MY
745
746config TARGET_PALMTC
747 bool "Support palmtc"
2e07c249 748 select CPU_PXA
dd84058d
MY
749
750config TARGET_PALMTREO680
751 bool "Support palmtreo680"
2e07c249 752 select CPU_PXA
02627356 753 select SUPPORT_SPL
dd84058d
MY
754
755config TARGET_PXA255_IDP
756 bool "Support pxa255_idp"
2e07c249 757 select CPU_PXA
dd84058d
MY
758
759config TARGET_TRIZEPSIV
760 bool "Support trizepsiv"
2e07c249 761 select CPU_PXA
dd84058d
MY
762
763config TARGET_VPAC270
764 bool "Support vpac270"
2e07c249 765 select CPU_PXA
02627356 766 select SUPPORT_SPL
dd84058d
MY
767
768config TARGET_XAENIAX
769 bool "Support xaeniax"
2e07c249 770 select CPU_PXA
dd84058d
MY
771
772config TARGET_ZIPITZ2
773 bool "Support zipitz2"
2e07c249 774 select CPU_PXA
dd84058d
MY
775
776config TARGET_LP8X4X
777 bool "Support lp8x4x"
2e07c249 778 select CPU_PXA
dd84058d
MY
779
780config TARGET_COLIBRI_PXA270
781 bool "Support colibri_pxa270"
2e07c249 782 select CPU_PXA
dd84058d
MY
783
784config TARGET_JORNADA
785 bool "Support jornada"
2e07c249 786 select CPU_SA1100
dd84058d 787
66cba041
MY
788config ARCH_UNIPHIER
789 bool "Panasonic UniPhier platform"
2e07c249 790 select CPU_V7
02627356 791 select SUPPORT_SPL
992e8748 792 select SPL
d648964f 793 select OF_CONTROL
4e819950
MY
794 select DM
795 select DM_SERIAL
796 select DM_I2C
66cba041 797
ed09a554 798config TARGET_STM32F429_DISCOVERY
799 bool "Support STM32F429 Discovery"
800 select CPU_V7M
801
dd84058d
MY
802endchoice
803
4614b891
MY
804source "arch/arm/mach-at91/Kconfig"
805
ddf6bd48 806source "arch/arm/mach-bcm283x/Kconfig"
3491ba63 807
ddf6bd48 808source "arch/arm/mach-davinci/Kconfig"
34e609ca 809
72df68cc
MY
810source "arch/arm/cpu/armv7/exynos/Kconfig"
811
72a8ff4b 812source "arch/arm/mach-highbank/Kconfig"
ef2b694c 813
5cbbd9bd
MY
814source "arch/arm/mach-integrator/Kconfig"
815
39a72345 816source "arch/arm/mach-keystone/Kconfig"
c338f09e 817
56f86e39 818source "arch/arm/mach-kirkwood/Kconfig"
47539e23 819
89ebc821
BB
820source "arch/arm/cpu/armv7/mx6/Kconfig"
821
424ee3d1
AR
822source "arch/arm/cpu/armv7/mx5/Kconfig"
823
ef917ddb 824source "arch/arm/mach-nomadik/Kconfig"
16e16fdd 825
3cfbcb58
MY
826source "arch/arm/cpu/armv7/omap3/Kconfig"
827
d08215a5
MY
828source "arch/arm/cpu/armv7/omap4/Kconfig"
829
6c5431ac
MY
830source "arch/arm/cpu/armv7/omap5/Kconfig"
831
3e93b4e6 832source "arch/arm/mach-orion5x/Kconfig"
22f2be7a 833
f40b9898
MY
834source "arch/arm/cpu/armv7/rmobile/Kconfig"
835
311757be
SG
836source "arch/arm/cpu/armv7/s5pc1xx/Kconfig"
837
7865f4b0
MY
838source "arch/arm/mach-socfpga/Kconfig"
839
09f455dc 840source "arch/arm/mach-tegra/Kconfig"
ddd960e6 841
4c425570 842source "arch/arm/mach-uniphier/Kconfig"
66cba041 843
63637a48 844source "arch/arm/mach-versatile/Kconfig"
ad17a81c 845
0107f240 846source "arch/arm/mach-zynq/Kconfig"
ddd960e6 847
ea624e19
HG
848source "arch/arm/cpu/armv7/Kconfig"
849
23b5877c
LW
850source "arch/arm/cpu/armv8/Kconfig"
851
a05a6045
BB
852source "arch/arm/imx-common/Kconfig"
853
7e929172 854source "board/aristainetos/Kconfig"
dd84058d
MY
855source "board/BuR/kwb/Kconfig"
856source "board/BuR/tseries/Kconfig"
dd84058d 857source "board/CarMediaLab/flea3/Kconfig"
dd84058d 858source "board/Marvell/aspenite/Kconfig"
2bae75a4 859source "board/Marvell/db-88f6820-gp/Kconfig"
dd580801 860source "board/Marvell/db-mv784mp-gp/Kconfig"
dd84058d 861source "board/Marvell/gplugd/Kconfig"
dd84058d 862source "board/armadeus/apf27/Kconfig"
dd84058d
MY
863source "board/armltd/vexpress/Kconfig"
864source "board/armltd/vexpress64/Kconfig"
39d09733 865source "board/bachmann/ot1200/Kconfig"
dd84058d 866source "board/balloon3/Kconfig"
5d6050fd 867source "board/barco/platinum/Kconfig"
dd84058d
MY
868source "board/barco/titanium/Kconfig"
869source "board/bluegiga/apx4devkit/Kconfig"
dd84058d
MY
870source "board/boundary/nitrogen6x/Kconfig"
871source "board/broadcom/bcm28155_ap/Kconfig"
abb1678c
SR
872source "board/broadcom/bcmcygnus/Kconfig"
873source "board/broadcom/bcmnsp/Kconfig"
dd84058d 874source "board/cirrus/edb93xx/Kconfig"
dd84058d 875source "board/compulab/cm_t335/Kconfig"
e32028a7 876source "board/compulab/cm_fx6/Kconfig"
dd84058d 877source "board/congatec/cgtqmx6eval/Kconfig"
dd84058d 878source "board/creative/xfi3/Kconfig"
dd84058d 879source "board/davedenx/qong/Kconfig"
dd84058d
MY
880source "board/denx/m28evk/Kconfig"
881source "board/denx/m53evk/Kconfig"
dd84058d 882source "board/embest/mx6boards/Kconfig"
dd84058d 883source "board/esg/ima3-mx53/Kconfig"
dd84058d 884source "board/freescale/ls2085a/Kconfig"
7288c2c2 885source "board/freescale/ls2085aqds/Kconfig"
e2b65ea9 886source "board/freescale/ls2085ardb/Kconfig"
550e3dc0 887source "board/freescale/ls1021aqds/Kconfig"
c8a7d9da 888source "board/freescale/ls1021atwr/Kconfig"
dd84058d
MY
889source "board/freescale/mx23evk/Kconfig"
890source "board/freescale/mx25pdk/Kconfig"
891source "board/freescale/mx28evk/Kconfig"
892source "board/freescale/mx31ads/Kconfig"
893source "board/freescale/mx31pdk/Kconfig"
894source "board/freescale/mx35pdk/Kconfig"
895source "board/freescale/mx51evk/Kconfig"
896source "board/freescale/mx53ard/Kconfig"
897source "board/freescale/mx53evk/Kconfig"
898source "board/freescale/mx53loco/Kconfig"
899source "board/freescale/mx53smd/Kconfig"
900source "board/freescale/mx6qarm2/Kconfig"
901source "board/freescale/mx6qsabreauto/Kconfig"
902source "board/freescale/mx6sabresd/Kconfig"
903source "board/freescale/mx6slevk/Kconfig"
080d72f2 904source "board/freescale/mx6sxsabresd/Kconfig"
dd84058d
MY
905source "board/freescale/vf610twr/Kconfig"
906source "board/gateworks/gw_ventana/Kconfig"
907source "board/genesi/mx51_efikamx/Kconfig"
dd84058d
MY
908source "board/gumstix/pepper/Kconfig"
909source "board/h2200/Kconfig"
910source "board/hale/tt01/Kconfig"
dd84058d
MY
911source "board/icpdas/lp8x4x/Kconfig"
912source "board/imx31_phycore/Kconfig"
dd84058d 913source "board/isee/igep0033/Kconfig"
dd84058d 914source "board/jornada/Kconfig"
dd84058d 915source "board/karo/tx25/Kconfig"
f91c09ac 916source "board/kosagi/novena/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/samsung/smdk2410/Kconfig"
dd84058d
MY
929source "board/sandisk/sansa_fuze_plus/Kconfig"
930source "board/scb9328/Kconfig"
931source "board/schulercontrol/sc_sps_1/Kconfig"
dd84058d
MY
932source "board/siemens/draco/Kconfig"
933source "board/siemens/pxm2/Kconfig"
934source "board/siemens/rut/Kconfig"
dd84058d 935source "board/silica/pengwyn/Kconfig"
b8ce6fe2 936source "board/solidrun/mx6cuboxi/Kconfig"
dd84058d
MY
937source "board/spear/spear300/Kconfig"
938source "board/spear/spear310/Kconfig"
939source "board/spear/spear320/Kconfig"
940source "board/spear/spear600/Kconfig"
941source "board/spear/x600/Kconfig"
942source "board/st-ericsson/snowball/Kconfig"
943source "board/st-ericsson/u8500/Kconfig"
ed09a554 944source "board/st/stm32f429-discovery/Kconfig"
9fa32b12 945source "board/st/stv0991/Kconfig"
dd84058d 946source "board/sunxi/Kconfig"
dd84058d 947source "board/syteco/zmx25/Kconfig"
05d492a3 948source "board/tbs/tbs2910/Kconfig"
dd84058d 949source "board/ti/am335x/Kconfig"
dd84058d 950source "board/ti/am43xx/Kconfig"
a2bc4321 951source "board/birdland/bav335x/Kconfig"
dd84058d
MY
952source "board/ti/ti814x/Kconfig"
953source "board/ti/ti816x/Kconfig"
dd84058d 954source "board/timll/devkit3250/Kconfig"
dd84058d 955source "board/toradex/colibri_pxa270/Kconfig"
e7b860fa 956source "board/toradex/colibri_vf/Kconfig"
a1263632 957source "board/tqc/tqma6/Kconfig"
dd84058d
MY
958source "board/trizepsiv/Kconfig"
959source "board/ttcontrol/vision2/Kconfig"
960source "board/udoo/Kconfig"
961source "board/vpac270/Kconfig"
962source "board/wandboard/Kconfig"
4579dc37 963source "board/warp/Kconfig"
dd84058d 964source "board/woodburn/Kconfig"
412ae53a 965source "board/work-microwave/work_92105/Kconfig"
dd84058d 966source "board/xaeniax/Kconfig"
84c7204b 967source "board/xilinx/zynqmp/Kconfig"
dd84058d
MY
968source "board/zipitz2/Kconfig"
969
51b17d49
MY
970source "arch/arm/Kconfig.debug"
971
dd84058d 972endmenu