Kconfig 19.7 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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

config TARGET_SPEAR600
	bool "Support spear600"
223
	select CPU_ARM926EJS
224

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

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

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

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

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

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

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

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

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

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

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

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

config TARGET_MX35PDK
	bool "Support mx35pdk"
283
	select CPU_ARM1136
284

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

401 402 403 404
config TARGET_BAV335X
	bool "Support bav335x"
	select CPU_V7
	select SUPPORT_SPL
405 406
	select DM
	select DM_SERIAL
407 408 409 410 411 412 413 414 415
	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

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

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

config TARGET_BCM28155_AP
	bool "Support bcm28155_ap"
428
	select CPU_V7
429

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

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

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

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

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

458 459 460
config ARCH_INTEGRATOR
	bool "ARM Ltd. Integrator family"

461 462
config ARCH_KEYSTONE
	bool "TI Keystone"
463
	select CPU_V7
M
Masahiro Yamada 已提交
464
	select SUPPORT_SPL
465

466 467 468 469
config ARCH_MX6
	bool "Freescale MX6"
	select CPU_V7

470 471 472 473
config ARCH_MX5
	bool "Freescale MX5"
	select CPU_V7

474 475
config TARGET_M53EVK
	bool "Support m53evk"
476
	select CPU_V7
M
Masahiro Yamada 已提交
477
	select SUPPORT_SPL
478 479 480

config TARGET_IMA3_MX53
	bool "Support ima3-mx53"
481
	select CPU_V7
482 483 484

config TARGET_MX51EVK
	bool "Support mx51evk"
485
	select CPU_V7
486 487 488

config TARGET_MX53ARD
	bool "Support mx53ard"
489
	select CPU_V7
490 491 492

config TARGET_MX53EVK
	bool "Support mx53evk"
493
	select CPU_V7
494 495 496

config TARGET_MX53LOCO
	bool "Support mx53loco"
497
	select CPU_V7
498 499 500

config TARGET_MX53SMD
	bool "Support mx53smd"
501
	select CPU_V7
502 503 504

config TARGET_MX51_EFIKAMX
	bool "Support mx51_efikamx"
505
	select CPU_V7
506 507 508

config TARGET_VISION2
	bool "Support vision2"
509
	select CPU_V7
510 511 512

config TARGET_UDOO
	bool "Support udoo"
513
	select CPU_V7
514 515 516

config TARGET_WANDBOARD
	bool "Support wandboard"
517
	select CPU_V7
F
Fabio Estevam 已提交
518
	select SUPPORT_SPL
519

520 521 522 523
config TARGET_WARP
	bool "Support WaRP"
	select CPU_V7

524 525
config TARGET_TITANIUM
	bool "Support titanium"
526
	select CPU_V7
527 528 529

config TARGET_NITROGEN6X
	bool "Support nitrogen6x"
530
	select CPU_V7
531 532 533

config TARGET_CGTQMX6EVAL
	bool "Support cgtqmx6eval"
534
	select CPU_V7
535 536 537

config TARGET_EMBESTMX6BOARDS
	bool "Support embestmx6boards"
538
	select CPU_V7
539

540 541
config TARGET_ARISTAINETOS
	bool "Support aristainetos"
542
	select CPU_V7
543

544 545 546 547
config TARGET_ARISTAINETOS2
	bool "Support aristainetos2"
	select CPU_V7

548 549
config TARGET_MX6QARM2
	bool "Support mx6qarm2"
550
	select CPU_V7
551 552 553

config TARGET_MX6QSABREAUTO
	bool "Support mx6qsabreauto"
554
	select CPU_V7
555 556
	select DM
	select DM_THERMAL
557 558 559

config TARGET_MX6SABRESD
	bool "Support mx6sabresd"
560
	select CPU_V7
J
John Tobias 已提交
561
	select SUPPORT_SPL
562 563
	select DM
	select DM_THERMAL
564

565 566 567 568 569
config TARGET_MX6CUBOXI
	bool "Support Solid-run mx6 boards"
	select CPU_V7
	select SUPPORT_SPL

570 571
config TARGET_MX6SLEVK
	bool "Support mx6slevk"
572
	select CPU_V7
573

574 575
config TARGET_MX6SXSABRESD
	bool "Support mx6sxsabresd"
576
	select CPU_V7
P
Peng Fan 已提交
577
	select SUPPORT_SPL
578 579
	select DM
	select DM_THERMAL
580

581 582 583 584 585 586 587
config TARGET_MX6UL_14X14_EVK
	bool "Support mx6ul_14x14_evk"
	select CPU_V7
	select DM
	select DM_THERMAL
	select SUPPORT_SPL

588 589
config TARGET_GW_VENTANA
	bool "Support gw_ventana"
590
	select CPU_V7
M
Masahiro Yamada 已提交
591
	select SUPPORT_SPL
592

593 594
config TARGET_KOSAGI_NOVENA
	bool "Support Kosagi Novena"
595
	select CPU_V7
596
	select SUPPORT_SPL
597

598 599
config TARGET_TBS2910
	bool "Support tbs2910"
S
Soeren Moch 已提交
600
	select CPU_V7
601

602 603
config TARGET_OT1200
	bool "Bachmann OT1200"
604
	select CPU_V7
C
Christian Gmeiner 已提交
605
	select SUPPORT_SPL
606

607 608 609 610 611 612 613 614 615
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
616

617 618
config OMAP34XX
	bool "OMAP34XX SoC"
619
	select CPU_V7
620

621 622
config OMAP44XX
	bool "OMAP44XX SoC"
623
	select CPU_V7
M
Masahiro Yamada 已提交
624
	select SUPPORT_SPL
625

626 627
config OMAP54XX
	bool "OMAP54XX SoC"
628
	select CPU_V7
M
Masahiro Yamada 已提交
629
	select SUPPORT_SPL
630

631 632
config RMOBILE
	bool "Renesas ARM SoCs"
633
	select CPU_V7
634

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

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

657 658
config TARGET_SNOWBALL
	bool "Support snowball"
659
	select CPU_V7
660 661 662

config TARGET_U8500_HREF
	bool "Support u8500_href"
663
	select CPU_V7
664 665 666

config TARGET_VF610TWR
	bool "Support vf610twr"
667
	select CPU_V7
668

669 670 671 672
config TARGET_COLIBRI_VF
	bool "Support Colibri VF50/61"
	select CPU_V7

673
config ARCH_ZYNQ
674
	bool "Xilinx Zynq Platform"
675
	select CPU_V7
M
Masahiro Yamada 已提交
676
	select SUPPORT_SPL
677 678
	select OF_CONTROL
	select SPL_DISABLE_OF_CONTROL
679
	select DM
680 681
	select DM_SPI
	select DM_SPI_FLASH
682

683
config ARCH_ZYNQMP
M
Michal Simek 已提交
684 685 686
	bool "Support Xilinx ZynqMP Platform"
	select ARM64

687 688
config TEGRA
	bool "NVIDIA Tegra"
689

690
config TARGET_VEXPRESS64_AEMV8A
691
	bool "Support vexpress_aemv8a"
692
	select ARM64
693

694 695 696 697 698
config TARGET_VEXPRESS64_BASE_FVP
	bool "Support Versatile Express ARMv8a FVP BASE model"
	select ARM64
	select SEMIHOSTING

699 700 701 702
config TARGET_VEXPRESS64_JUNO
	bool "Support Versatile Express Juno Development Platform"
	select ARM64

703 704
config TARGET_LS2085A_EMU
	bool "Support ls2085a_emu"
705
	select ARM64
706
	select ARMV8_MULTIENTRY
707 708 709

config TARGET_LS2085A_SIMU
	bool "Support ls2085a_simu"
710
	select ARM64
711
	select ARMV8_MULTIENTRY
712

713 714 715 716
config TARGET_LS2085AQDS
	bool "Support ls2085aqds"
	select ARM64
	select ARMV8_MULTIENTRY
S
Scott Wood 已提交
717
	select SUPPORT_SPL
718 719 720 721 722 723
	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.

724 725 726 727
config TARGET_LS2085ARDB
	bool "Support ls2085ardb"
	select ARM64
	select ARMV8_MULTIENTRY
728
	select SUPPORT_SPL
729 730 731 732 733 734
	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.

735
config TARGET_LS1021AQDS
736
	bool "Support ls1021aqds"
737
	select CPU_V7
A
Alison Wang 已提交
738
	select SUPPORT_SPL
739

740
config TARGET_LS1021ATWR
741
	bool "Support ls1021atwr"
742
	select CPU_V7
A
Alison Wang 已提交
743
	select SUPPORT_SPL
744

745 746
config TARGET_BALLOON3
	bool "Support balloon3"
747
	select CPU_PXA
748 749 750

config TARGET_H2200
	bool "Support h2200"
751
	select CPU_PXA
752 753 754

config TARGET_PALMLD
	bool "Support palmld"
755
	select CPU_PXA
756 757 758

config TARGET_PALMTC
	bool "Support palmtc"
759
	select CPU_PXA
760 761 762

config TARGET_PALMTREO680
	bool "Support palmtreo680"
763
	select CPU_PXA
M
Masahiro Yamada 已提交
764
	select SUPPORT_SPL
765 766 767

config TARGET_PXA255_IDP
	bool "Support pxa255_idp"
768
	select CPU_PXA
769 770 771

config TARGET_TRIZEPSIV
	bool "Support trizepsiv"
772
	select CPU_PXA
773 774 775

config TARGET_VPAC270
	bool "Support vpac270"
776
	select CPU_PXA
M
Masahiro Yamada 已提交
777
	select SUPPORT_SPL
778 779 780

config TARGET_XAENIAX
	bool "Support xaeniax"
781
	select CPU_PXA
782 783 784

config TARGET_ZIPITZ2
	bool "Support zipitz2"
785
	select CPU_PXA
786 787 788

config TARGET_LP8X4X
	bool "Support lp8x4x"
789
	select CPU_PXA
790 791 792

config TARGET_COLIBRI_PXA270
	bool "Support colibri_pxa270"
793
	select CPU_PXA
794 795 796

config TARGET_JORNADA
	bool "Support jornada"
797
	select CPU_SA1100
798

799
config ARCH_UNIPHIER
800
	bool "Socionext UniPhier SoCs"
801
	select CPU_V7
M
Masahiro Yamada 已提交
802
	select SUPPORT_SPL
M
Masahiro Yamada 已提交
803
	select SPL
804
	select OF_CONTROL
805 806 807
	select DM
	select DM_SERIAL
	select DM_I2C
808
	select SPL_DISABLE_OF_CONTROL
809 810 811
	help
	  Support for UniPhier SoC family developed by Socionext Inc.
	  (formerly, System LSI Business Division of Panasonic Corporation)
812

813 814 815 816
config TARGET_STM32F429_DISCOVERY
	bool "Support STM32F429 Discovery"
	select CPU_V7M

817 818
endchoice

819 820
source "arch/arm/mach-at91/Kconfig"

821
source "arch/arm/mach-bcm283x/Kconfig"
822

823
source "arch/arm/mach-davinci/Kconfig"
824

825 826
source "arch/arm/cpu/armv7/exynos/Kconfig"

827
source "arch/arm/mach-highbank/Kconfig"
828

829 830
source "arch/arm/mach-integrator/Kconfig"

831
source "arch/arm/mach-keystone/Kconfig"
832

833
source "arch/arm/mach-kirkwood/Kconfig"
834

835 836
source "arch/arm/cpu/armv7/mx6/Kconfig"

837 838
source "arch/arm/cpu/armv7/mx5/Kconfig"

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

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

843 844
source "arch/arm/cpu/armv7/omap4/Kconfig"

845 846
source "arch/arm/cpu/armv7/omap5/Kconfig"

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

849 850
source "arch/arm/cpu/armv7/rmobile/Kconfig"

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

853 854
source "arch/arm/mach-socfpga/Kconfig"

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

857
source "arch/arm/mach-uniphier/Kconfig"
858

859
source "arch/arm/mach-versatile/Kconfig"
860

861
source "arch/arm/mach-zynq/Kconfig"
862

863 864
source "arch/arm/cpu/armv7/Kconfig"

865 866
source "arch/arm/cpu/armv8/zynqmp/Kconfig"

867 868
source "arch/arm/cpu/armv8/Kconfig"

869 870
source "arch/arm/imx-common/Kconfig"

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

987 988
source "arch/arm/Kconfig.debug"

989
endmenu