Kconfig 20.0 KB
Newer Older
1 2 3 4 5 6
menu "ARM architecture"
	depends on ARM

config SYS_ARCH
	default "arm"

7 8 9
config ARM64
	bool

10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35
config HAS_VBAR
        bool

config CPU_ARM720T
        bool

config CPU_ARM920T
        bool

config CPU_ARM926EJS
        bool

config CPU_ARM946ES
        bool

config CPU_ARM1136
        bool

config CPU_ARM1176
        bool
        select HAS_VBAR

config CPU_V7
        bool
        select HAS_VBAR

R
rev13@wp.pl 已提交
36 37 38
config CPU_V7M
	bool

39 40 41 42 43 44 45 46 47 48 49 50 51 52
config CPU_PXA
        bool

config CPU_SA1100
        bool

config SYS_CPU
        default "arm720t" if CPU_ARM720T
        default "arm920t" if CPU_ARM920T
        default "arm926ejs" if CPU_ARM926EJS
        default "arm946es" if CPU_ARM946ES
        default "arm1136" if CPU_ARM1136
        default "arm1176" if CPU_ARM1176
        default "armv7" if CPU_V7
R
rev13@wp.pl 已提交
53
        default "armv7m" if CPU_V7M
54 55
        default "pxa" if CPU_PXA
        default "sa1100" if CPU_SA1100
56
	default "armv8" if ARM64
57

58 59 60 61 62 63 64
config SEMIHOSTING
	bool "support boot from semihosting"
	help
	  In emulated environments, semihosting is a way for
	  the hosted environment to call out to the emulator to
	  retrieve files from the host machine.

65 66
choice
	prompt "Target select"
67
	optional
68

69 70
config ARCH_AT91
	bool "Atmel AT91"
71 72 73

config TARGET_EDB93XX
	bool "Support edb93xx"
74
	select CPU_ARM920T
75 76 77

config TARGET_SCB9328
	bool "Support scb9328"
78
	select CPU_ARM920T
79 80 81

config TARGET_VCMA9
	bool "Support VCMA9"
82
	select CPU_ARM920T
83 84 85

config TARGET_SMDK2410
	bool "Support smdk2410"
86
	select CPU_ARM920T
87 88 89

config TARGET_ASPENITE
	bool "Support aspenite"
90
	select CPU_ARM926EJS
91 92 93

config TARGET_GPLUGD
	bool "Support gplugd"
94
	select CPU_ARM926EJS
95

96 97
config ARCH_DAVINCI
	bool "TI DaVinci"
98
	select CPU_ARM926EJS
99 100
	help
	  Support for TI's DaVinci platform.
101

102 103
config KIRKWOOD
	bool "Marvell Kirkwood"
104
	select CPU_ARM926EJS
105

106 107 108 109 110
config TARGET_DB_88F6820_GP
	bool "Support DB-88F6820-GP"
	select CPU_V7
	select SUPPORT_SPL

111 112
config TARGET_DB_MV784MP_GP
	bool "Support db-mv784mp-gp"
113
	select CPU_V7
114
	select SUPPORT_SPL
115

116 117
config TARGET_MAXBCM
	bool "Support maxbcm"
118
	select CPU_V7
119
	select SUPPORT_SPL
120

121 122
config TARGET_DEVKIT3250
	bool "Support devkit3250"
123
	select CPU_ARM926EJS
124
	select SUPPORT_SPL
125

126 127 128 129 130
config TARGET_WORK_92105
	bool "Support work_92105"
	select CPU_ARM926EJS
	select SUPPORT_SPL

131 132
config TARGET_MX25PDK
	bool "Support mx25pdk"
133
	select CPU_ARM926EJS
134 135 136

config TARGET_TX25
	bool "Support tx25"
137
	select CPU_ARM926EJS
M
Masahiro Yamada 已提交
138
	select SUPPORT_SPL
139 140 141

config TARGET_ZMX25
	bool "Support zmx25"
142
	select CPU_ARM926EJS
143 144 145

config TARGET_APF27
	bool "Support apf27"
146
	select CPU_ARM926EJS
M
Masahiro Yamada 已提交
147
	select SUPPORT_SPL
148 149 150

config TARGET_IMX27LITE
	bool "Support imx27lite"
151
	select CPU_ARM926EJS
152 153 154

config TARGET_MAGNESIUM
	bool "Support magnesium"
155
	select CPU_ARM926EJS
156 157 158

config TARGET_APX4DEVKIT
	bool "Support apx4devkit"
159
	select CPU_ARM926EJS
M
Masahiro Yamada 已提交
160
	select SUPPORT_SPL
161 162 163

config TARGET_XFI3
	bool "Support xfi3"
164
	select CPU_ARM926EJS
M
Masahiro Yamada 已提交
165
	select SUPPORT_SPL
166 167 168

config TARGET_M28EVK
	bool "Support m28evk"
169
	select CPU_ARM926EJS
M
Masahiro Yamada 已提交
170
	select SUPPORT_SPL
171 172 173

config TARGET_MX23EVK
	bool "Support mx23evk"
174
	select CPU_ARM926EJS
M
Masahiro Yamada 已提交
175
	select SUPPORT_SPL
176 177 178

config TARGET_MX28EVK
	bool "Support mx28evk"
179
	select CPU_ARM926EJS
M
Masahiro Yamada 已提交
180
	select SUPPORT_SPL
181 182 183

config TARGET_MX23_OLINUXINO
	bool "Support mx23_olinuxino"
184
	select CPU_ARM926EJS
M
Masahiro Yamada 已提交
185
	select SUPPORT_SPL
186 187 188

config TARGET_BG0900
	bool "Support bg0900"
189
	select CPU_ARM926EJS
M
Masahiro Yamada 已提交
190
	select SUPPORT_SPL
191 192 193

config TARGET_SANSA_FUZE_PLUS
	bool "Support sansa_fuze_plus"
194
	select CPU_ARM926EJS
M
Masahiro Yamada 已提交
195
	select SUPPORT_SPL
196 197 198

config TARGET_SC_SPS_1
	bool "Support sc_sps_1"
199
	select CPU_ARM926EJS
M
Masahiro Yamada 已提交
200
	select SUPPORT_SPL
201

202 203
config ARCH_NOMADIK
	bool "ST-Ericsson Nomadik"
204
	select CPU_ARM926EJS
205

206 207
config ORION5X
	bool "Marvell Orion"
208
	select CPU_ARM926EJS
209 210 211

config TARGET_SPEAR300
	bool "Support spear300"
212
	select CPU_ARM926EJS
213 214 215

config TARGET_SPEAR310
	bool "Support spear310"
216
	select CPU_ARM926EJS
217 218 219

config TARGET_SPEAR320
	bool "Support spear320"
220
	select CPU_ARM926EJS
221 222 223

config TARGET_SPEAR600
	bool "Support spear600"
224
	select CPU_ARM926EJS
225

226 227 228
config TARGET_STV0991
	bool "Support stv0991"
	select CPU_V7
229 230
	select DM
	select DM_SERIAL
231 232 233
	select DM_SPI
	select DM_SPI_FLASH
	select SPI_FLASH
234

235 236
config TARGET_X600
	bool "Support x600"
237
	select CPU_ARM926EJS
M
Masahiro Yamada 已提交
238
	select SUPPORT_SPL
239

240 241
config ARCH_VERSATILE
	bool "ARM Ltd. Versatile family"
242
	select CPU_ARM926EJS
243 244 245

config TARGET_IMX31_PHYCORE
	bool "Support imx31_phycore"
246
	select CPU_ARM1136
247 248 249

config TARGET_QONG
	bool "Support qong"
250
	select CPU_ARM1136
251 252 253

config TARGET_MX31ADS
	bool "Support mx31ads"
254
	select CPU_ARM1136
255 256 257

config TARGET_MX31PDK
	bool "Support mx31pdk"
258
	select CPU_ARM1136
M
Masahiro Yamada 已提交
259
	select SUPPORT_SPL
260 261 262

config TARGET_TT01
	bool "Support tt01"
263
	select CPU_ARM1136
264 265 266

config TARGET_IMX31_LITEKIT
	bool "Support imx31_litekit"
267
	select CPU_ARM1136
268 269 270

config TARGET_WOODBURN
	bool "Support woodburn"
271
	select CPU_ARM1136
272 273 274

config TARGET_WOODBURN_SD
	bool "Support woodburn_sd"
275
	select CPU_ARM1136
M
Masahiro Yamada 已提交
276
	select SUPPORT_SPL
277 278 279

config TARGET_FLEA3
	bool "Support flea3"
280
	select CPU_ARM1136
281 282 283

config TARGET_MX35PDK
	bool "Support mx35pdk"
284
	select CPU_ARM1136
285

286 287
config ARCH_BCM283X
	bool "Broadcom BCM283X family"
M
Masahiro Yamada 已提交
288 289 290
	select DM
	select DM_SERIAL
	select DM_GPIO
291

292 293
config TARGET_VEXPRESS_CA15_TC2
	bool "Support vexpress_ca15_tc2"
294
	select CPU_V7
295 296
	select CPU_V7_HAS_NONSEC
	select CPU_V7_HAS_VIRT
297 298 299

config TARGET_VEXPRESS_CA5X2
	bool "Support vexpress_ca5x2"
300
	select CPU_V7
301 302 303

config TARGET_VEXPRESS_CA9X4
	bool "Support vexpress_ca9x4"
304
	select CPU_V7
305 306 307

config TARGET_KWB
	bool "Support kwb"
308
	select CPU_V7
M
Masahiro Yamada 已提交
309
	select SUPPORT_SPL
310 311 312

config TARGET_TSERIES
	bool "Support tseries"
313
	select CPU_V7
M
Masahiro Yamada 已提交
314
	select SUPPORT_SPL
315 316 317

config TARGET_CM_T335
	bool "Support cm_t335"
318
	select CPU_V7
M
Masahiro Yamada 已提交
319
	select SUPPORT_SPL
M
Masahiro Yamada 已提交
320 321 322
	select DM
	select DM_SERIAL
	select DM_GPIO
323 324 325

config TARGET_PEPPER
	bool "Support pepper"
326
	select CPU_V7
M
Masahiro Yamada 已提交
327
	select SUPPORT_SPL
M
Masahiro Yamada 已提交
328 329 330
	select DM
	select DM_SERIAL
	select DM_GPIO
331 332 333

config TARGET_AM335X_IGEP0033
	bool "Support am335x_igep0033"
334
	select CPU_V7
M
Masahiro Yamada 已提交
335
	select SUPPORT_SPL
M
Masahiro Yamada 已提交
336 337 338
	select DM
	select DM_SERIAL
	select DM_GPIO
339 340 341

config TARGET_PCM051
	bool "Support pcm051"
342
	select CPU_V7
M
Masahiro Yamada 已提交
343
	select SUPPORT_SPL
M
Masahiro Yamada 已提交
344 345 346
	select DM
	select DM_SERIAL
	select DM_GPIO
347 348 349

config TARGET_DRACO
	bool "Support draco"
350
	select CPU_V7
M
Masahiro Yamada 已提交
351
	select SUPPORT_SPL
352

353 354
config TARGET_THUBAN
	bool "Support thuban"
355
	select CPU_V7
M
Masahiro Yamada 已提交
356
	select SUPPORT_SPL
357

358 359 360 361 362
config TARGET_RASTABAN
	bool "Support rastaban"
	select CPU_V7
	select SUPPORT_SPL

363 364
config TARGET_PXM2
	bool "Support pxm2"
365
	select CPU_V7
M
Masahiro Yamada 已提交
366
	select SUPPORT_SPL
367 368 369

config TARGET_RUT
	bool "Support rut"
370
	select CPU_V7
M
Masahiro Yamada 已提交
371
	select SUPPORT_SPL
372 373 374

config TARGET_PENGWYN
	bool "Support pengwyn"
375
	select CPU_V7
M
Masahiro Yamada 已提交
376
	select SUPPORT_SPL
M
Masahiro Yamada 已提交
377 378 379
	select DM
	select DM_SERIAL
	select DM_GPIO
380

381 382 383 384 385 386 387 388
config TARGET_AM335X_BALTOS
	bool "Support am335x_baltos"
	select CPU_V7
	select SUPPORT_SPL
	select DM
	select DM_SERIAL
	select DM_GPIO

389 390
config TARGET_AM335X_EVM
	bool "Support am335x_evm"
391
	select CPU_V7
M
Masahiro Yamada 已提交
392
	select SUPPORT_SPL
M
Masahiro Yamada 已提交
393 394 395
	select DM
	select DM_SERIAL
	select DM_GPIO
396 397 398

config TARGET_AM43XX_EVM
	bool "Support am43xx_evm"
399
	select CPU_V7
M
Masahiro Yamada 已提交
400
	select SUPPORT_SPL
401

402 403 404 405
config TARGET_BAV335X
	bool "Support bav335x"
	select CPU_V7
	select SUPPORT_SPL
406 407
	select DM
	select DM_SERIAL
408 409 410 411 412 413 414 415 416
	help
	  The BAV335x OEM Network Processor integrates all the functions of an
	  embedded network computer in a small, easy to use SODIMM module which
	  incorporates the popular Texas Instruments Sitara 32bit ARM Coretex-A8
	  processor, with fast DDR3 512MB SDRAM, 4GB of embedded MMC and a Gigabit
	  ethernet with simple connection to external connectors.

	  For more information, visit: http://birdland.com/oem

417 418
config TARGET_TI814X_EVM
	bool "Support ti814x_evm"
419
	select CPU_V7
M
Masahiro Yamada 已提交
420
	select SUPPORT_SPL
421 422 423

config TARGET_TI816X_EVM
	bool "Support ti816x_evm"
424
	select CPU_V7
M
Masahiro Yamada 已提交
425
	select SUPPORT_SPL
426 427 428

config TARGET_BCM28155_AP
	bool "Support bcm28155_ap"
429
	select CPU_V7
430

S
Steve Rae 已提交
431 432
config TARGET_BCMCYGNUS
	bool "Support bcmcygnus"
433
	select CPU_V7
434

S
Steve Rae 已提交
435 436
config TARGET_BCMNSP
	bool "Support bcmnsp"
437
	select CPU_V7
438

439 440
config ARCH_EXYNOS
	bool "Samsung EXYNOS"
441
	select CPU_V7
M
Masahiro Yamada 已提交
442 443 444 445 446
	select DM
	select DM_SPI_FLASH
	select DM_SERIAL
	select DM_SPI
	select DM_GPIO
447

448 449
config ARCH_S5PC1XX
	bool "Samsung S5PC1XX"
450
	select CPU_V7
M
Masahiro Yamada 已提交
451 452 453
	select DM
	select DM_SERIAL
	select DM_GPIO
454

455 456
config ARCH_HIGHBANK
	bool "Calxeda Highbank"
457
	select CPU_V7
458

459 460
config ARCH_INTEGRATOR
	bool "ARM Ltd. Integrator family"
461 462
	select DM
	select DM_SERIAL
463

464 465
config ARCH_KEYSTONE
	bool "TI Keystone"
466
	select CPU_V7
M
Masahiro Yamada 已提交
467
	select SUPPORT_SPL
468

469 470 471 472
config ARCH_MX6
	bool "Freescale MX6"
	select CPU_V7

473 474 475 476
config ARCH_MX5
	bool "Freescale MX5"
	select CPU_V7

477 478
config TARGET_M53EVK
	bool "Support m53evk"
479
	select CPU_V7
M
Masahiro Yamada 已提交
480
	select SUPPORT_SPL
481 482 483

config TARGET_IMA3_MX53
	bool "Support ima3-mx53"
484
	select CPU_V7
485 486 487

config TARGET_MX51EVK
	bool "Support mx51evk"
488
	select CPU_V7
489 490 491

config TARGET_MX53ARD
	bool "Support mx53ard"
492
	select CPU_V7
493 494 495

config TARGET_MX53EVK
	bool "Support mx53evk"
496
	select CPU_V7
497 498 499

config TARGET_MX53LOCO
	bool "Support mx53loco"
500
	select CPU_V7
501 502 503

config TARGET_MX53SMD
	bool "Support mx53smd"
504
	select CPU_V7
505 506 507

config TARGET_MX51_EFIKAMX
	bool "Support mx51_efikamx"
508
	select CPU_V7
509 510 511

config TARGET_VISION2
	bool "Support vision2"
512
	select CPU_V7
513 514 515

config TARGET_UDOO
	bool "Support udoo"
516
	select CPU_V7
517 518 519

config TARGET_WANDBOARD
	bool "Support wandboard"
520
	select CPU_V7
F
Fabio Estevam 已提交
521
	select SUPPORT_SPL
522

523 524 525 526
config TARGET_WARP
	bool "Support WaRP"
	select CPU_V7

527 528
config TARGET_TITANIUM
	bool "Support titanium"
529
	select CPU_V7
530 531 532

config TARGET_NITROGEN6X
	bool "Support nitrogen6x"
533
	select CPU_V7
534 535 536

config TARGET_CGTQMX6EVAL
	bool "Support cgtqmx6eval"
537
	select CPU_V7
538 539 540

config TARGET_EMBESTMX6BOARDS
	bool "Support embestmx6boards"
541
	select CPU_V7
542

543 544
config TARGET_ARISTAINETOS
	bool "Support aristainetos"
545
	select CPU_V7
546

547 548 549 550
config TARGET_ARISTAINETOS2
	bool "Support aristainetos2"
	select CPU_V7

551 552
config TARGET_MX6QARM2
	bool "Support mx6qarm2"
553
	select CPU_V7
554 555 556

config TARGET_MX6QSABREAUTO
	bool "Support mx6qsabreauto"
557
	select CPU_V7
558 559
	select DM
	select DM_THERMAL
560 561 562

config TARGET_MX6SABRESD
	bool "Support mx6sabresd"
563
	select CPU_V7
J
John Tobias 已提交
564
	select SUPPORT_SPL
565 566
	select DM
	select DM_THERMAL
567

568 569 570 571 572
config TARGET_MX6CUBOXI
	bool "Support Solid-run mx6 boards"
	select CPU_V7
	select SUPPORT_SPL

573 574
config TARGET_MX6SLEVK
	bool "Support mx6slevk"
575
	select CPU_V7
576

577 578
config TARGET_MX6SXSABRESD
	bool "Support mx6sxsabresd"
579
	select CPU_V7
P
Peng Fan 已提交
580
	select SUPPORT_SPL
581 582
	select DM
	select DM_THERMAL
583

584 585 586 587 588 589 590
config TARGET_MX6UL_14X14_EVK
	bool "Support mx6ul_14x14_evk"
	select CPU_V7
	select DM
	select DM_THERMAL
	select SUPPORT_SPL

591 592
config TARGET_GW_VENTANA
	bool "Support gw_ventana"
593
	select CPU_V7
M
Masahiro Yamada 已提交
594
	select SUPPORT_SPL
595

596 597
config TARGET_KOSAGI_NOVENA
	bool "Support Kosagi Novena"
598
	select CPU_V7
599
	select SUPPORT_SPL
600

601 602
config TARGET_TBS2910
	bool "Support tbs2910"
S
Soeren Moch 已提交
603
	select CPU_V7
604

605 606
config TARGET_OT1200
	bool "Bachmann OT1200"
607
	select CPU_V7
C
Christian Gmeiner 已提交
608
	select SUPPORT_SPL
609

610 611 612 613 614 615 616 617 618
config TARGET_PLATINUM_PICON
	bool "Support platinum-picon"
	select CPU_V7
	select SUPPORT_SPL

config TARGET_PLATINUM_TITANIUM
	bool "Support platinum-titanium"
	select CPU_V7
	select SUPPORT_SPL
619

620 621
config OMAP34XX
	bool "OMAP34XX SoC"
622
	select CPU_V7
623

624 625
config OMAP44XX
	bool "OMAP44XX SoC"
626
	select CPU_V7
M
Masahiro Yamada 已提交
627
	select SUPPORT_SPL
628

629 630
config OMAP54XX
	bool "OMAP54XX SoC"
631
	select CPU_V7
M
Masahiro Yamada 已提交
632
	select SUPPORT_SPL
633

634 635
config RMOBILE
	bool "Renesas ARM SoCs"
636
	select CPU_V7
637

638 639
config ARCH_SOCFPGA
	bool "Altera SOCFPGA family"
640
	select CPU_V7
M
Masahiro Yamada 已提交
641
	select SUPPORT_SPL
642 643 644
	select DM
	select DM_SPI_FLASH
	select DM_SPI
645

646 647
config ARCH_SUNXI
	bool "Support sunxi (Allwinner) SoCs"
648
	select CMD_USB
649 650
	select DM
	select DM_GPIO
651 652
	select DM_ETH
	select DM_SERIAL
653
	select DM_USB
654 655 656
	select OF_CONTROL
	select OF_SEPARATE
	select SPL_DISABLE_OF_CONTROL
657
	select USB
658
	select USB_STORAGE
659
	select USB_KEYBOARD
C
Chen-Yu Tsai 已提交
660

661 662
config TARGET_SNOWBALL
	bool "Support snowball"
663
	select CPU_V7
664 665 666

config TARGET_U8500_HREF
	bool "Support u8500_href"
667
	select CPU_V7
668 669 670

config TARGET_VF610TWR
	bool "Support vf610twr"
671
	select CPU_V7
672

673 674 675 676
config TARGET_COLIBRI_VF
	bool "Support Colibri VF50/61"
	select CPU_V7

677
config ARCH_ZYNQ
678
	bool "Xilinx Zynq Platform"
679
	select CPU_V7
M
Masahiro Yamada 已提交
680
	select SUPPORT_SPL
681 682
	select OF_CONTROL
	select SPL_DISABLE_OF_CONTROL
683
	select DM
684 685
	select DM_SPI
	select DM_SPI_FLASH
686

687
config ARCH_ZYNQMP
M
Michal Simek 已提交
688 689 690
	bool "Support Xilinx ZynqMP Platform"
	select ARM64

691 692
config TEGRA
	bool "NVIDIA Tegra"
693

694
config TARGET_VEXPRESS64_AEMV8A
695
	bool "Support vexpress_aemv8a"
696
	select ARM64
697

698 699 700 701 702
config TARGET_VEXPRESS64_BASE_FVP
	bool "Support Versatile Express ARMv8a FVP BASE model"
	select ARM64
	select SEMIHOSTING

703 704 705 706
config TARGET_VEXPRESS64_JUNO
	bool "Support Versatile Express Juno Development Platform"
	select ARM64

707 708
config TARGET_LS2085A_EMU
	bool "Support ls2085a_emu"
709
	select ARM64
710
	select ARMV8_MULTIENTRY
711 712 713

config TARGET_LS2085A_SIMU
	bool "Support ls2085a_simu"
714
	select ARM64
715
	select ARMV8_MULTIENTRY
716

717 718 719 720
config TARGET_LS2085AQDS
	bool "Support ls2085aqds"
	select ARM64
	select ARMV8_MULTIENTRY
S
Scott Wood 已提交
721
	select SUPPORT_SPL
722 723 724 725 726 727
	help
	  Support for Freescale LS2085AQDS platform
	  The LS2085A Development System (QDS) is a high-performance
	  development platform that supports the QorIQ LS2085A
	  Layerscape Architecture processor.

728 729 730 731
config TARGET_LS2085ARDB
	bool "Support ls2085ardb"
	select ARM64
	select ARMV8_MULTIENTRY
732
	select SUPPORT_SPL
733 734 735 736 737 738
	help
	  Support for Freescale LS2085ARDB platform.
	  The LS2085A Reference design board (RDB) is a high-performance
	  development platform that supports the QorIQ LS2085A
	  Layerscape Architecture processor.

739 740 741 742 743 744 745
config TARGET_HIKEY
	bool "Support HiKey 96boards Consumer Edition Platform"
	select ARM64
	  help
	  Support for HiKey 96boards platform. It features a HI6220
	  SoC, with 8xA53 CPU, mali450 gpu, and 1GB RAM.

746
config TARGET_LS1021AQDS
747
	bool "Support ls1021aqds"
748
	select CPU_V7
A
Alison Wang 已提交
749
	select SUPPORT_SPL
750

751
config TARGET_LS1021ATWR
752
	bool "Support ls1021atwr"
753
	select CPU_V7
A
Alison Wang 已提交
754
	select SUPPORT_SPL
755

756 757
config TARGET_BALLOON3
	bool "Support balloon3"
758
	select CPU_PXA
759 760 761

config TARGET_H2200
	bool "Support h2200"
762
	select CPU_PXA
763 764 765

config TARGET_PALMLD
	bool "Support palmld"
766
	select CPU_PXA
767 768 769

config TARGET_PALMTC
	bool "Support palmtc"
770
	select CPU_PXA
771 772 773

config TARGET_PALMTREO680
	bool "Support palmtreo680"
774
	select CPU_PXA
M
Masahiro Yamada 已提交
775
	select SUPPORT_SPL
776 777 778

config TARGET_PXA255_IDP
	bool "Support pxa255_idp"
779
	select CPU_PXA
780 781 782

config TARGET_TRIZEPSIV
	bool "Support trizepsiv"
783
	select CPU_PXA
784 785 786

config TARGET_VPAC270
	bool "Support vpac270"
787
	select CPU_PXA
M
Masahiro Yamada 已提交
788
	select SUPPORT_SPL
789 790 791

config TARGET_XAENIAX
	bool "Support xaeniax"
792
	select CPU_PXA
793 794 795

config TARGET_ZIPITZ2
	bool "Support zipitz2"
796
	select CPU_PXA
797 798 799

config TARGET_LP8X4X
	bool "Support lp8x4x"
800
	select CPU_PXA
801 802 803

config TARGET_COLIBRI_PXA270
	bool "Support colibri_pxa270"
804
	select CPU_PXA
805 806 807

config TARGET_JORNADA
	bool "Support jornada"
808
	select CPU_SA1100
809

810
config ARCH_UNIPHIER
811
	bool "Socionext UniPhier SoCs"
812
	select CPU_V7
M
Masahiro Yamada 已提交
813
	select SUPPORT_SPL
M
Masahiro Yamada 已提交
814
	select SPL
815
	select OF_CONTROL
816 817 818
	select DM
	select DM_SERIAL
	select DM_I2C
819
	select SPL_DISABLE_OF_CONTROL
820 821 822
	help
	  Support for UniPhier SoC family developed by Socionext Inc.
	  (formerly, System LSI Business Division of Panasonic Corporation)
823

824 825 826 827
config TARGET_STM32F429_DISCOVERY
	bool "Support STM32F429 Discovery"
	select CPU_V7M

828 829
endchoice

830 831
source "arch/arm/mach-at91/Kconfig"

832
source "arch/arm/mach-bcm283x/Kconfig"
833

834
source "arch/arm/mach-davinci/Kconfig"
835

836 837
source "arch/arm/cpu/armv7/exynos/Kconfig"

838
source "arch/arm/mach-highbank/Kconfig"
839

840 841
source "arch/arm/mach-integrator/Kconfig"

842
source "arch/arm/mach-keystone/Kconfig"
843

844
source "arch/arm/mach-kirkwood/Kconfig"
845

846 847
source "arch/arm/cpu/armv7/mx6/Kconfig"

848 849
source "arch/arm/cpu/armv7/mx5/Kconfig"

850
source "arch/arm/mach-nomadik/Kconfig"
851

852 853
source "arch/arm/cpu/armv7/omap3/Kconfig"

854 855
source "arch/arm/cpu/armv7/omap4/Kconfig"

856 857
source "arch/arm/cpu/armv7/omap5/Kconfig"

858
source "arch/arm/mach-orion5x/Kconfig"
859

860 861
source "arch/arm/cpu/armv7/rmobile/Kconfig"

862 863
source "arch/arm/cpu/armv7/s5pc1xx/Kconfig"

864 865
source "arch/arm/mach-socfpga/Kconfig"

866
source "arch/arm/mach-tegra/Kconfig"
867

868
source "arch/arm/mach-uniphier/Kconfig"
869

870
source "arch/arm/mach-versatile/Kconfig"
871

872
source "arch/arm/mach-zynq/Kconfig"
873

874 875
source "arch/arm/cpu/armv7/Kconfig"

876 877
source "arch/arm/cpu/armv8/zynqmp/Kconfig"

878 879
source "arch/arm/cpu/armv8/Kconfig"

880 881
source "arch/arm/imx-common/Kconfig"

882
source "board/aristainetos/Kconfig"
883 884 885 886
source "board/BuR/kwb/Kconfig"
source "board/BuR/tseries/Kconfig"
source "board/CarMediaLab/flea3/Kconfig"
source "board/Marvell/aspenite/Kconfig"
887
source "board/Marvell/db-88f6820-gp/Kconfig"
888
source "board/Marvell/db-mv784mp-gp/Kconfig"
889 890 891 892
source "board/Marvell/gplugd/Kconfig"
source "board/armadeus/apf27/Kconfig"
source "board/armltd/vexpress/Kconfig"
source "board/armltd/vexpress64/Kconfig"
893
source "board/hisilicon/hikey/Kconfig"
894
source "board/bachmann/ot1200/Kconfig"
895
source "board/balloon3/Kconfig"
896
source "board/barco/platinum/Kconfig"
897 898 899 900
source "board/barco/titanium/Kconfig"
source "board/bluegiga/apx4devkit/Kconfig"
source "board/boundary/nitrogen6x/Kconfig"
source "board/broadcom/bcm28155_ap/Kconfig"
S
Steve Rae 已提交
901 902
source "board/broadcom/bcmcygnus/Kconfig"
source "board/broadcom/bcmnsp/Kconfig"
903 904
source "board/cirrus/edb93xx/Kconfig"
source "board/compulab/cm_t335/Kconfig"
905
source "board/compulab/cm_fx6/Kconfig"
906 907 908 909 910 911 912 913
source "board/congatec/cgtqmx6eval/Kconfig"
source "board/creative/xfi3/Kconfig"
source "board/davedenx/qong/Kconfig"
source "board/denx/m28evk/Kconfig"
source "board/denx/m53evk/Kconfig"
source "board/embest/mx6boards/Kconfig"
source "board/esg/ima3-mx53/Kconfig"
source "board/freescale/ls2085a/Kconfig"
914
source "board/freescale/ls2085aqds/Kconfig"
915
source "board/freescale/ls2085ardb/Kconfig"
916
source "board/freescale/ls1021aqds/Kconfig"
917
source "board/freescale/ls1021atwr/Kconfig"
918 919 920 921 922 923 924 925 926 927 928 929 930 931 932
source "board/freescale/mx23evk/Kconfig"
source "board/freescale/mx25pdk/Kconfig"
source "board/freescale/mx28evk/Kconfig"
source "board/freescale/mx31ads/Kconfig"
source "board/freescale/mx31pdk/Kconfig"
source "board/freescale/mx35pdk/Kconfig"
source "board/freescale/mx51evk/Kconfig"
source "board/freescale/mx53ard/Kconfig"
source "board/freescale/mx53evk/Kconfig"
source "board/freescale/mx53loco/Kconfig"
source "board/freescale/mx53smd/Kconfig"
source "board/freescale/mx6qarm2/Kconfig"
source "board/freescale/mx6qsabreauto/Kconfig"
source "board/freescale/mx6sabresd/Kconfig"
source "board/freescale/mx6slevk/Kconfig"
933
source "board/freescale/mx6sxsabresd/Kconfig"
934
source "board/freescale/mx6ul_14x14_evk/Kconfig"
935 936 937 938 939 940 941 942 943 944 945
source "board/freescale/vf610twr/Kconfig"
source "board/gateworks/gw_ventana/Kconfig"
source "board/genesi/mx51_efikamx/Kconfig"
source "board/gumstix/pepper/Kconfig"
source "board/h2200/Kconfig"
source "board/hale/tt01/Kconfig"
source "board/icpdas/lp8x4x/Kconfig"
source "board/imx31_phycore/Kconfig"
source "board/isee/igep0033/Kconfig"
source "board/jornada/Kconfig"
source "board/karo/tx25/Kconfig"
946
source "board/kosagi/novena/Kconfig"
947 948
source "board/logicpd/imx27lite/Kconfig"
source "board/logicpd/imx31_litekit/Kconfig"
949
source "board/maxbcm/Kconfig"
950 951 952 953 954 955 956 957 958 959 960 961 962 963 964 965
source "board/mpl/vcma9/Kconfig"
source "board/olimex/mx23_olinuxino/Kconfig"
source "board/palmld/Kconfig"
source "board/palmtc/Kconfig"
source "board/palmtreo680/Kconfig"
source "board/phytec/pcm051/Kconfig"
source "board/ppcag/bg0900/Kconfig"
source "board/pxa255_idp/Kconfig"
source "board/samsung/smdk2410/Kconfig"
source "board/sandisk/sansa_fuze_plus/Kconfig"
source "board/scb9328/Kconfig"
source "board/schulercontrol/sc_sps_1/Kconfig"
source "board/siemens/draco/Kconfig"
source "board/siemens/pxm2/Kconfig"
source "board/siemens/rut/Kconfig"
source "board/silica/pengwyn/Kconfig"
966
source "board/solidrun/mx6cuboxi/Kconfig"
967 968 969 970 971 972 973
source "board/spear/spear300/Kconfig"
source "board/spear/spear310/Kconfig"
source "board/spear/spear320/Kconfig"
source "board/spear/spear600/Kconfig"
source "board/spear/x600/Kconfig"
source "board/st-ericsson/snowball/Kconfig"
source "board/st-ericsson/u8500/Kconfig"
974
source "board/st/stm32f429-discovery/Kconfig"
975
source "board/st/stv0991/Kconfig"
976 977
source "board/sunxi/Kconfig"
source "board/syteco/zmx25/Kconfig"
978
source "board/tbs/tbs2910/Kconfig"
979 980
source "board/ti/am335x/Kconfig"
source "board/ti/am43xx/Kconfig"
981
source "board/birdland/bav335x/Kconfig"
982 983 984 985
source "board/ti/ti814x/Kconfig"
source "board/ti/ti816x/Kconfig"
source "board/timll/devkit3250/Kconfig"
source "board/toradex/colibri_pxa270/Kconfig"
986
source "board/toradex/colibri_vf/Kconfig"
987 988 989 990
source "board/trizepsiv/Kconfig"
source "board/ttcontrol/vision2/Kconfig"
source "board/udoo/Kconfig"
source "board/vpac270/Kconfig"
991
source "board/vscom/baltos/Kconfig"
992
source "board/wandboard/Kconfig"
993
source "board/warp/Kconfig"
994
source "board/woodburn/Kconfig"
995
source "board/work-microwave/work_92105/Kconfig"
996 997 998
source "board/xaeniax/Kconfig"
source "board/zipitz2/Kconfig"

999 1000
source "arch/arm/Kconfig.debug"

1001
endmenu