Kconfig 20.1 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 648 649 650
config TARGET_CM_T43
	bool "Support cm_t43"
	select CPU_V7
	select SUPPORT_SPL

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

666 667
config TARGET_SNOWBALL
	bool "Support snowball"
668
	select CPU_V7
669 670 671

config TARGET_U8500_HREF
	bool "Support u8500_href"
672
	select CPU_V7
673 674 675

config TARGET_VF610TWR
	bool "Support vf610twr"
676
	select CPU_V7
677

678 679 680 681
config TARGET_COLIBRI_VF
	bool "Support Colibri VF50/61"
	select CPU_V7

682
config ARCH_ZYNQ
683
	bool "Xilinx Zynq Platform"
684
	select CPU_V7
M
Masahiro Yamada 已提交
685
	select SUPPORT_SPL
686 687
	select OF_CONTROL
	select SPL_DISABLE_OF_CONTROL
688
	select DM
689 690
	select DM_SPI
	select DM_SPI_FLASH
691

692
config ARCH_ZYNQMP
M
Michal Simek 已提交
693 694 695
	bool "Support Xilinx ZynqMP Platform"
	select ARM64

696 697
config TEGRA
	bool "NVIDIA Tegra"
698

699
config TARGET_VEXPRESS64_AEMV8A
700
	bool "Support vexpress_aemv8a"
701
	select ARM64
702

703 704 705 706 707
config TARGET_VEXPRESS64_BASE_FVP
	bool "Support Versatile Express ARMv8a FVP BASE model"
	select ARM64
	select SEMIHOSTING

708 709 710 711
config TARGET_VEXPRESS64_JUNO
	bool "Support Versatile Express Juno Development Platform"
	select ARM64

712 713
config TARGET_LS2085A_EMU
	bool "Support ls2085a_emu"
714
	select ARM64
715
	select ARMV8_MULTIENTRY
716 717 718

config TARGET_LS2085A_SIMU
	bool "Support ls2085a_simu"
719
	select ARM64
720
	select ARMV8_MULTIENTRY
721

722 723 724 725
config TARGET_LS2085AQDS
	bool "Support ls2085aqds"
	select ARM64
	select ARMV8_MULTIENTRY
S
Scott Wood 已提交
726
	select SUPPORT_SPL
727 728 729 730 731 732
	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.

733 734 735 736
config TARGET_LS2085ARDB
	bool "Support ls2085ardb"
	select ARM64
	select ARMV8_MULTIENTRY
737
	select SUPPORT_SPL
738 739 740 741 742 743
	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.

744 745 746 747 748 749 750
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.

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

756
config TARGET_LS1021ATWR
757
	bool "Support ls1021atwr"
758
	select CPU_V7
A
Alison Wang 已提交
759
	select SUPPORT_SPL
760

761 762
config TARGET_BALLOON3
	bool "Support balloon3"
763
	select CPU_PXA
764 765 766

config TARGET_H2200
	bool "Support h2200"
767
	select CPU_PXA
768 769 770

config TARGET_PALMLD
	bool "Support palmld"
771
	select CPU_PXA
772 773 774

config TARGET_PALMTC
	bool "Support palmtc"
775
	select CPU_PXA
776 777 778

config TARGET_PALMTREO680
	bool "Support palmtreo680"
779
	select CPU_PXA
M
Masahiro Yamada 已提交
780
	select SUPPORT_SPL
781 782 783

config TARGET_PXA255_IDP
	bool "Support pxa255_idp"
784
	select CPU_PXA
785 786 787

config TARGET_TRIZEPSIV
	bool "Support trizepsiv"
788
	select CPU_PXA
789 790 791

config TARGET_VPAC270
	bool "Support vpac270"
792
	select CPU_PXA
M
Masahiro Yamada 已提交
793
	select SUPPORT_SPL
794 795 796

config TARGET_XAENIAX
	bool "Support xaeniax"
797
	select CPU_PXA
798 799 800

config TARGET_ZIPITZ2
	bool "Support zipitz2"
801
	select CPU_PXA
802 803 804

config TARGET_LP8X4X
	bool "Support lp8x4x"
805
	select CPU_PXA
806 807 808

config TARGET_COLIBRI_PXA270
	bool "Support colibri_pxa270"
809
	select CPU_PXA
810 811 812

config TARGET_JORNADA
	bool "Support jornada"
813
	select CPU_SA1100
814

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

829 830 831 832
config TARGET_STM32F429_DISCOVERY
	bool "Support STM32F429 Discovery"
	select CPU_V7M

833 834
endchoice

835 836
source "arch/arm/mach-at91/Kconfig"

837
source "arch/arm/mach-bcm283x/Kconfig"
838

839
source "arch/arm/mach-davinci/Kconfig"
840

841 842
source "arch/arm/cpu/armv7/exynos/Kconfig"

843
source "arch/arm/mach-highbank/Kconfig"
844

845 846
source "arch/arm/mach-integrator/Kconfig"

847
source "arch/arm/mach-keystone/Kconfig"
848

849
source "arch/arm/mach-kirkwood/Kconfig"
850

851 852
source "arch/arm/cpu/armv7/mx6/Kconfig"

853 854
source "arch/arm/cpu/armv7/mx5/Kconfig"

855
source "arch/arm/mach-nomadik/Kconfig"
856

857 858
source "arch/arm/cpu/armv7/omap3/Kconfig"

859 860
source "arch/arm/cpu/armv7/omap4/Kconfig"

861 862
source "arch/arm/cpu/armv7/omap5/Kconfig"

863
source "arch/arm/mach-orion5x/Kconfig"
864

865 866
source "arch/arm/cpu/armv7/rmobile/Kconfig"

867 868
source "arch/arm/cpu/armv7/s5pc1xx/Kconfig"

869 870
source "arch/arm/mach-socfpga/Kconfig"

871
source "arch/arm/mach-tegra/Kconfig"
872

873
source "arch/arm/mach-uniphier/Kconfig"
874

875
source "arch/arm/mach-versatile/Kconfig"
876

877
source "arch/arm/mach-zynq/Kconfig"
878

879 880
source "arch/arm/cpu/armv7/Kconfig"

881 882
source "arch/arm/cpu/armv8/zynqmp/Kconfig"

883 884
source "arch/arm/cpu/armv8/Kconfig"

885 886
source "arch/arm/imx-common/Kconfig"

887
source "board/aristainetos/Kconfig"
888 889 890 891
source "board/BuR/kwb/Kconfig"
source "board/BuR/tseries/Kconfig"
source "board/CarMediaLab/flea3/Kconfig"
source "board/Marvell/aspenite/Kconfig"
892
source "board/Marvell/db-88f6820-gp/Kconfig"
893
source "board/Marvell/db-mv784mp-gp/Kconfig"
894 895 896 897
source "board/Marvell/gplugd/Kconfig"
source "board/armadeus/apf27/Kconfig"
source "board/armltd/vexpress/Kconfig"
source "board/armltd/vexpress64/Kconfig"
898
source "board/hisilicon/hikey/Kconfig"
899
source "board/bachmann/ot1200/Kconfig"
900
source "board/balloon3/Kconfig"
901
source "board/barco/platinum/Kconfig"
902 903 904 905
source "board/barco/titanium/Kconfig"
source "board/bluegiga/apx4devkit/Kconfig"
source "board/boundary/nitrogen6x/Kconfig"
source "board/broadcom/bcm28155_ap/Kconfig"
S
Steve Rae 已提交
906 907
source "board/broadcom/bcmcygnus/Kconfig"
source "board/broadcom/bcmnsp/Kconfig"
908 909
source "board/cirrus/edb93xx/Kconfig"
source "board/compulab/cm_t335/Kconfig"
910
source "board/compulab/cm_t43/Kconfig"
911
source "board/compulab/cm_fx6/Kconfig"
912 913 914 915 916 917 918 919
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"
920
source "board/freescale/ls2085aqds/Kconfig"
921
source "board/freescale/ls2085ardb/Kconfig"
922
source "board/freescale/ls1021aqds/Kconfig"
923
source "board/freescale/ls1021atwr/Kconfig"
924 925 926 927 928 929 930 931 932 933 934 935 936 937 938
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"
939
source "board/freescale/mx6sxsabresd/Kconfig"
940
source "board/freescale/mx6ul_14x14_evk/Kconfig"
941 942 943 944 945 946 947 948 949 950 951
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"
952
source "board/kosagi/novena/Kconfig"
953 954
source "board/logicpd/imx27lite/Kconfig"
source "board/logicpd/imx31_litekit/Kconfig"
955
source "board/maxbcm/Kconfig"
956 957 958 959 960 961 962 963 964 965 966 967 968 969 970 971
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"
972
source "board/solidrun/mx6cuboxi/Kconfig"
973 974 975 976 977 978 979
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"
980
source "board/st/stm32f429-discovery/Kconfig"
981
source "board/st/stv0991/Kconfig"
982 983
source "board/sunxi/Kconfig"
source "board/syteco/zmx25/Kconfig"
984
source "board/tbs/tbs2910/Kconfig"
985 986
source "board/ti/am335x/Kconfig"
source "board/ti/am43xx/Kconfig"
987
source "board/birdland/bav335x/Kconfig"
988 989 990 991
source "board/ti/ti814x/Kconfig"
source "board/ti/ti816x/Kconfig"
source "board/timll/devkit3250/Kconfig"
source "board/toradex/colibri_pxa270/Kconfig"
992
source "board/toradex/colibri_vf/Kconfig"
993 994 995 996
source "board/trizepsiv/Kconfig"
source "board/ttcontrol/vision2/Kconfig"
source "board/udoo/Kconfig"
source "board/vpac270/Kconfig"
997
source "board/vscom/baltos/Kconfig"
998
source "board/wandboard/Kconfig"
999
source "board/warp/Kconfig"
1000
source "board/woodburn/Kconfig"
1001
source "board/work-microwave/work_92105/Kconfig"
1002 1003 1004
source "board/xaeniax/Kconfig"
source "board/zipitz2/Kconfig"

1005 1006
source "arch/arm/Kconfig.debug"

1007
endmenu