Kconfig 20.3 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 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51
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

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
        default "pxa" if CPU_PXA
        default "sa1100" if CPU_SA1100
52
	default "armv8" if ARM64
53

54 55 56 57 58 59 60
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.

61 62 63 64 65
choice
	prompt "Target select"

config TARGET_INTEGRATORAP_CM720T
	bool "Support integratorap_cm720t"
66
	select CPU_ARM720T
67 68 69

config TARGET_INTEGRATORAP_CM920T
	bool "Support integratorap_cm920t"
70
	select CPU_ARM920T
71 72 73

config TARGET_INTEGRATORCP_CM920T
	bool "Support integratorcp_cm920t"
74
	select CPU_ARM920T
75 76 77

config TARGET_A320EVB
	bool "Support a320evb"
78
	select CPU_ARM920T
79 80 81

config TARGET_AT91RM9200EK
	bool "Support at91rm9200ek"
82
	select CPU_ARM920T
83 84 85

config TARGET_EB_CPUX9K2
	bool "Support eb_cpux9k2"
86
	select CPU_ARM920T
87 88 89

config TARGET_CPUAT91
	bool "Support cpuat91"
90
	select CPU_ARM920T
91 92 93

config TARGET_EDB93XX
	bool "Support edb93xx"
94
	select CPU_ARM920T
95 96 97

config TARGET_SCB9328
	bool "Support scb9328"
98
	select CPU_ARM920T
99 100 101

config TARGET_CM4008
	bool "Support cm4008"
102
	select CPU_ARM920T
103 104 105

config TARGET_CM41XX
	bool "Support cm41xx"
106
	select CPU_ARM920T
107 108 109

config TARGET_VCMA9
	bool "Support VCMA9"
110
	select CPU_ARM920T
111 112 113

config TARGET_SMDK2410
	bool "Support smdk2410"
114
	select CPU_ARM920T
115 116 117

config TARGET_INTEGRATORAP_CM926EJS
	bool "Support integratorap_cm926ejs"
118
	select CPU_ARM926EJS
119 120 121

config TARGET_INTEGRATORCP_CM926EJS
	bool "Support integratorcp_cm926ejs"
122
	select CPU_ARM926EJS
123 124 125

config TARGET_ASPENITE
	bool "Support aspenite"
126
	select CPU_ARM926EJS
127 128 129

config TARGET_GPLUGD
	bool "Support gplugd"
130
	select CPU_ARM926EJS
131 132 133

config TARGET_AFEB9260
	bool "Support afeb9260"
134
	select CPU_ARM926EJS
135 136 137

config TARGET_AT91SAM9260EK
	bool "Support at91sam9260ek"
138
	select CPU_ARM926EJS
139 140 141

config TARGET_AT91SAM9261EK
	bool "Support at91sam9261ek"
142
	select CPU_ARM926EJS
143 144 145

config TARGET_AT91SAM9263EK
	bool "Support at91sam9263ek"
146
	select CPU_ARM926EJS
147 148 149

config TARGET_AT91SAM9M10G45EK
	bool "Support at91sam9m10g45ek"
150
	select CPU_ARM926EJS
151 152 153

config TARGET_AT91SAM9N12EK
	bool "Support at91sam9n12ek"
154
	select CPU_ARM926EJS
155 156 157

config TARGET_AT91SAM9RLEK
	bool "Support at91sam9rlek"
158
	select CPU_ARM926EJS
159 160 161

config TARGET_AT91SAM9X5EK
	bool "Support at91sam9x5ek"
162
	select CPU_ARM926EJS
163 164 165

config TARGET_SNAPPER9260
	bool "Support snapper9260"
166
	select CPU_ARM926EJS
167 168 169

config TARGET_VL_MA2SC
	bool "Support vl_ma2sc"
170
	select CPU_ARM926EJS
171 172 173

config TARGET_SBC35_A9G20
	bool "Support sbc35_a9g20"
174
	select CPU_ARM926EJS
175 176 177

config TARGET_TNY_A9260
	bool "Support tny_a9260"
178
	select CPU_ARM926EJS
179 180 181

config TARGET_USB_A9263
	bool "Support usb_a9263"
182
	select CPU_ARM926EJS
183 184 185

config TARGET_ETHERNUT5
	bool "Support ethernut5"
186
	select CPU_ARM926EJS
187 188 189

config TARGET_MEESC
	bool "Support meesc"
190
	select CPU_ARM926EJS
191 192 193

config TARGET_OTC570
	bool "Support otc570"
194
	select CPU_ARM926EJS
195 196 197

config TARGET_CPU9260
	bool "Support cpu9260"
198
	select CPU_ARM926EJS
199 200 201

config TARGET_PM9261
	bool "Support pm9261"
202
	select CPU_ARM926EJS
203 204 205

config TARGET_PM9263
	bool "Support pm9263"
206
	select CPU_ARM926EJS
207 208 209

config TARGET_PM9G45
	bool "Support pm9g45"
210
	select CPU_ARM926EJS
211 212

config TARGET_CORVUS
213
	select SUPPORT_SPL
214
	bool "Support corvus"
215
	select CPU_ARM926EJS
216 217

config TARGET_TAURUS
218
	select SUPPORT_SPL
219
	bool "Support taurus"
220
	select CPU_ARM926EJS
221 222 223

config TARGET_STAMP9G20
	bool "Support stamp9g20"
224
	select CPU_ARM926EJS
225

226 227
config ARCH_DAVINCI
	bool "TI DaVinci"
228
	select CPU_ARM926EJS
229 230
	help
	  Support for TI's DaVinci platform.
231

232 233
config KIRKWOOD
	bool "Marvell Kirkwood"
234
	select CPU_ARM926EJS
235

236 237
config TARGET_DB_MV784MP_GP
	bool "Support db-mv784mp-gp"
238
	select CPU_V7
239

240 241
config TARGET_MAXBCM
	bool "Support maxbcm"
242
	select CPU_V7
243
	select SUPPORT_SPL
244

245 246
config TARGET_DEVKIT3250
	bool "Support devkit3250"
247
	select CPU_ARM926EJS
248 249 250

config TARGET_JADECPU
	bool "Support jadecpu"
251
	select CPU_ARM926EJS
252 253 254

config TARGET_MX25PDK
	bool "Support mx25pdk"
255
	select CPU_ARM926EJS
256 257 258

config TARGET_TX25
	bool "Support tx25"
259
	select CPU_ARM926EJS
M
Masahiro Yamada 已提交
260
	select SUPPORT_SPL
261 262 263

config TARGET_ZMX25
	bool "Support zmx25"
264
	select CPU_ARM926EJS
265 266 267

config TARGET_APF27
	bool "Support apf27"
268
	select CPU_ARM926EJS
M
Masahiro Yamada 已提交
269
	select SUPPORT_SPL
270 271 272

config TARGET_IMX27LITE
	bool "Support imx27lite"
273
	select CPU_ARM926EJS
274 275 276

config TARGET_MAGNESIUM
	bool "Support magnesium"
277
	select CPU_ARM926EJS
278 279 280

config TARGET_APX4DEVKIT
	bool "Support apx4devkit"
281
	select CPU_ARM926EJS
M
Masahiro Yamada 已提交
282
	select SUPPORT_SPL
283 284 285

config TARGET_XFI3
	bool "Support xfi3"
286
	select CPU_ARM926EJS
M
Masahiro Yamada 已提交
287
	select SUPPORT_SPL
288 289 290

config TARGET_M28EVK
	bool "Support m28evk"
291
	select CPU_ARM926EJS
M
Masahiro Yamada 已提交
292
	select SUPPORT_SPL
293 294 295

config TARGET_MX23EVK
	bool "Support mx23evk"
296
	select CPU_ARM926EJS
M
Masahiro Yamada 已提交
297
	select SUPPORT_SPL
298 299 300

config TARGET_MX28EVK
	bool "Support mx28evk"
301
	select CPU_ARM926EJS
M
Masahiro Yamada 已提交
302
	select SUPPORT_SPL
303 304 305

config TARGET_MX23_OLINUXINO
	bool "Support mx23_olinuxino"
306
	select CPU_ARM926EJS
M
Masahiro Yamada 已提交
307
	select SUPPORT_SPL
308 309 310

config TARGET_BG0900
	bool "Support bg0900"
311
	select CPU_ARM926EJS
M
Masahiro Yamada 已提交
312
	select SUPPORT_SPL
313 314 315

config TARGET_SANSA_FUZE_PLUS
	bool "Support sansa_fuze_plus"
316
	select CPU_ARM926EJS
M
Masahiro Yamada 已提交
317
	select SUPPORT_SPL
318 319 320

config TARGET_SC_SPS_1
	bool "Support sc_sps_1"
321
	select CPU_ARM926EJS
M
Masahiro Yamada 已提交
322
	select SUPPORT_SPL
323

324 325
config ARCH_NOMADIK
	bool "ST-Ericsson Nomadik"
326
	select CPU_ARM926EJS
327

328 329
config ORION5X
	bool "Marvell Orion"
330
	select CPU_ARM926EJS
331 332 333

config TARGET_DKB
	bool "Support dkb"
334
	select CPU_ARM926EJS
335 336 337

config TARGET_SPEAR300
	bool "Support spear300"
338
	select CPU_ARM926EJS
339 340 341

config TARGET_SPEAR310
	bool "Support spear310"
342
	select CPU_ARM926EJS
343 344 345

config TARGET_SPEAR320
	bool "Support spear320"
346
	select CPU_ARM926EJS
347 348 349

config TARGET_SPEAR600
	bool "Support spear600"
350
	select CPU_ARM926EJS
351

352 353 354 355
config TARGET_STV0991
	bool "Support stv0991"
	select CPU_V7

356 357
config TARGET_X600
	bool "Support x600"
358
	select CPU_ARM926EJS
M
Masahiro Yamada 已提交
359
	select SUPPORT_SPL
360

361 362
config ARCH_VERSATILE
	bool "ARM Ltd. Versatile family"
363
	select CPU_ARM926EJS
364 365 366

config TARGET_INTEGRATORCP_CM1136
	bool "Support integratorcp_cm1136"
367
	select CPU_ARM1136
368 369 370

config TARGET_IMX31_PHYCORE
	bool "Support imx31_phycore"
371
	select CPU_ARM1136
372 373 374

config TARGET_QONG
	bool "Support qong"
375
	select CPU_ARM1136
376 377 378

config TARGET_MX31ADS
	bool "Support mx31ads"
379
	select CPU_ARM1136
380 381 382

config TARGET_MX31PDK
	bool "Support mx31pdk"
383
	select CPU_ARM1136
M
Masahiro Yamada 已提交
384
	select SUPPORT_SPL
385 386 387

config TARGET_TT01
	bool "Support tt01"
388
	select CPU_ARM1136
389 390 391

config TARGET_IMX31_LITEKIT
	bool "Support imx31_litekit"
392
	select CPU_ARM1136
393 394 395

config TARGET_WOODBURN
	bool "Support woodburn"
396
	select CPU_ARM1136
397 398 399

config TARGET_WOODBURN_SD
	bool "Support woodburn_sd"
400
	select CPU_ARM1136
M
Masahiro Yamada 已提交
401
	select SUPPORT_SPL
402 403 404

config TARGET_FLEA3
	bool "Support flea3"
405
	select CPU_ARM1136
406 407 408

config TARGET_MX35PDK
	bool "Support mx35pdk"
409
	select CPU_ARM1136
410

S
Stephen Warren 已提交
411 412
config TARGET_RPI
	bool "Support rpi"
413
	select CPU_ARM1176
414 415 416

config TARGET_TNETV107X_EVM
	bool "Support tnetv107x_evm"
417
	select CPU_ARM1176
418 419 420

config TARGET_INTEGRATORAP_CM946ES
	bool "Support integratorap_cm946es"
421
	select CPU_ARM946ES
422 423 424

config TARGET_INTEGRATORCP_CM946ES
	bool "Support integratorcp_cm946es"
425
	select CPU_ARM946ES
426 427 428

config TARGET_VEXPRESS_CA15_TC2
	bool "Support vexpress_ca15_tc2"
429
	select CPU_V7
430 431
	select CPU_V7_HAS_NONSEC
	select CPU_V7_HAS_VIRT
432 433 434

config TARGET_VEXPRESS_CA5X2
	bool "Support vexpress_ca5x2"
435
	select CPU_V7
436 437 438

config TARGET_VEXPRESS_CA9X4
	bool "Support vexpress_ca9x4"
439
	select CPU_V7
440 441 442

config TARGET_KWB
	bool "Support kwb"
443
	select CPU_V7
M
Masahiro Yamada 已提交
444
	select SUPPORT_SPL
445 446 447

config TARGET_TSERIES
	bool "Support tseries"
448
	select CPU_V7
M
Masahiro Yamada 已提交
449
	select SUPPORT_SPL
450 451 452

config TARGET_CM_T335
	bool "Support cm_t335"
453
	select CPU_V7
M
Masahiro Yamada 已提交
454
	select SUPPORT_SPL
455 456 457

config TARGET_PEPPER
	bool "Support pepper"
458
	select CPU_V7
M
Masahiro Yamada 已提交
459
	select SUPPORT_SPL
460 461 462

config TARGET_AM335X_IGEP0033
	bool "Support am335x_igep0033"
463
	select CPU_V7
M
Masahiro Yamada 已提交
464
	select SUPPORT_SPL
465 466 467

config TARGET_PCM051
	bool "Support pcm051"
468
	select CPU_V7
M
Masahiro Yamada 已提交
469
	select SUPPORT_SPL
470 471 472

config TARGET_DRACO
	bool "Support draco"
473
	select CPU_V7
M
Masahiro Yamada 已提交
474
	select SUPPORT_SPL
475 476 477

config TARGET_DXR2
	bool "Support dxr2"
478
	select CPU_V7
M
Masahiro Yamada 已提交
479
	select SUPPORT_SPL
480 481 482

config TARGET_PXM2
	bool "Support pxm2"
483
	select CPU_V7
M
Masahiro Yamada 已提交
484
	select SUPPORT_SPL
485 486 487

config TARGET_RUT
	bool "Support rut"
488
	select CPU_V7
M
Masahiro Yamada 已提交
489
	select SUPPORT_SPL
490 491 492

config TARGET_PENGWYN
	bool "Support pengwyn"
493
	select CPU_V7
M
Masahiro Yamada 已提交
494
	select SUPPORT_SPL
495 496 497

config TARGET_AM335X_EVM
	bool "Support am335x_evm"
498
	select CPU_V7
M
Masahiro Yamada 已提交
499
	select SUPPORT_SPL
500 501 502

config TARGET_AM43XX_EVM
	bool "Support am43xx_evm"
503
	select CPU_V7
M
Masahiro Yamada 已提交
504
	select SUPPORT_SPL
505 506 507

config TARGET_TI814X_EVM
	bool "Support ti814x_evm"
508
	select CPU_V7
M
Masahiro Yamada 已提交
509
	select SUPPORT_SPL
510 511 512

config TARGET_TI816X_EVM
	bool "Support ti816x_evm"
513
	select CPU_V7
M
Masahiro Yamada 已提交
514
	select SUPPORT_SPL
515 516 517

config TARGET_SAMA5D3_XPLAINED
	bool "Support sama5d3_xplained"
518
	select CPU_V7
M
Masahiro Yamada 已提交
519
	select SUPPORT_SPL
520 521 522

config TARGET_SAMA5D3XEK
	bool "Support sama5d3xek"
523
	select CPU_V7
M
Masahiro Yamada 已提交
524
	select SUPPORT_SPL
525

526 527 528 529
config TARGET_SAMA5D4_XPLAINED
	bool "Support sama5d4_xplained"
	select CPU_V7

B
Bo Shen 已提交
530 531 532 533
config TARGET_SAMA5D4EK
	bool "Support sama5d4ek"
	select CPU_V7

534 535
config TARGET_BCM28155_AP
	bool "Support bcm28155_ap"
536
	select CPU_V7
537

S
Steve Rae 已提交
538 539
config TARGET_BCMCYGNUS
	bool "Support bcmcygnus"
540
	select CPU_V7
541

S
Steve Rae 已提交
542 543
config TARGET_BCMNSP
	bool "Support bcmnsp"
544
	select CPU_V7
545

546 547
config ARCH_EXYNOS
	bool "Samsung EXYNOS"
548
	select CPU_V7
549

550 551
config ARCH_S5PC1XX
	bool "Samsung S5PC1XX"
552
	select CPU_V7
553

554 555
config ARCH_HIGHBANK
	bool "Calxeda Highbank"
556
	select CPU_V7
557

558 559
config ARCH_KEYSTONE
	bool "TI Keystone"
560
	select CPU_V7
M
Masahiro Yamada 已提交
561
	select SUPPORT_SPL
562 563 564

config TARGET_M53EVK
	bool "Support m53evk"
565
	select CPU_V7
M
Masahiro Yamada 已提交
566
	select SUPPORT_SPL
567 568 569

config TARGET_IMA3_MX53
	bool "Support ima3-mx53"
570
	select CPU_V7
571 572 573

config TARGET_MX51EVK
	bool "Support mx51evk"
574
	select CPU_V7
575 576 577

config TARGET_MX53ARD
	bool "Support mx53ard"
578
	select CPU_V7
579 580 581

config TARGET_MX53EVK
	bool "Support mx53evk"
582
	select CPU_V7
583 584 585

config TARGET_MX53LOCO
	bool "Support mx53loco"
586
	select CPU_V7
587 588 589

config TARGET_MX53SMD
	bool "Support mx53smd"
590
	select CPU_V7
591 592 593

config TARGET_MX51_EFIKAMX
	bool "Support mx51_efikamx"
594
	select CPU_V7
595 596 597

config TARGET_VISION2
	bool "Support vision2"
598
	select CPU_V7
599 600 601

config TARGET_UDOO
	bool "Support udoo"
602
	select CPU_V7
603 604 605

config TARGET_WANDBOARD
	bool "Support wandboard"
606
	select CPU_V7
607 608 609

config TARGET_TITANIUM
	bool "Support titanium"
610
	select CPU_V7
611 612 613

config TARGET_NITROGEN6X
	bool "Support nitrogen6x"
614
	select CPU_V7
615 616 617

config TARGET_CGTQMX6EVAL
	bool "Support cgtqmx6eval"
618
	select CPU_V7
619 620 621

config TARGET_EMBESTMX6BOARDS
	bool "Support embestmx6boards"
622
	select CPU_V7
623

624 625
config TARGET_ARISTAINETOS
	bool "Support aristainetos"
626
	select CPU_V7
627

628 629
config TARGET_MX6QARM2
	bool "Support mx6qarm2"
630
	select CPU_V7
631 632 633

config TARGET_MX6QSABREAUTO
	bool "Support mx6qsabreauto"
634
	select CPU_V7
635 636 637

config TARGET_MX6SABRESD
	bool "Support mx6sabresd"
638
	select CPU_V7
J
John Tobias 已提交
639
	select SUPPORT_SPL
640 641 642

config TARGET_MX6SLEVK
	bool "Support mx6slevk"
643
	select CPU_V7
644

645 646
config TARGET_MX6SXSABRESD
	bool "Support mx6sxsabresd"
647
	select CPU_V7
648

649 650
config TARGET_GW_VENTANA
	bool "Support gw_ventana"
651
	select CPU_V7
M
Masahiro Yamada 已提交
652
	select SUPPORT_SPL
653 654 655

config TARGET_HUMMINGBOARD
	bool "Support hummingboard"
656
	select CPU_V7
657

658 659
config TARGET_KOSAGI_NOVENA
	bool "Support Kosagi Novena"
660
	select CPU_V7
661
	select SUPPORT_SPL
662

663 664
config TARGET_TBS2910
	bool "Support tbs2910"
S
Soeren Moch 已提交
665
	select CPU_V7
666

667 668
config TARGET_TQMA6
	bool "TQ Systems TQMa6 board"
669
	select CPU_V7
670

671 672
config TARGET_OT1200
	bool "Bachmann OT1200"
673
	select CPU_V7
674

675 676
config OMAP34XX
	bool "OMAP34XX SoC"
677
	select CPU_V7
678

679 680
config OMAP44XX
	bool "OMAP44XX SoC"
681
	select CPU_V7
M
Masahiro Yamada 已提交
682
	select SUPPORT_SPL
683

684 685
config OMAP54XX
	bool "OMAP54XX SoC"
686
	select CPU_V7
M
Masahiro Yamada 已提交
687
	select SUPPORT_SPL
688

689 690
config RMOBILE
	bool "Renesas ARM SoCs"
691
	select CPU_V7
692

693 694
config TARGET_CM_FX6
	bool "Support cm_fx6"
695
	select CPU_V7
M
Masahiro Yamada 已提交
696
	select SUPPORT_SPL
697

698 699
config TARGET_SOCFPGA_CYCLONE5
	bool "Support socfpga_cyclone5"
700
	select CPU_V7
M
Masahiro Yamada 已提交
701
	select SUPPORT_SPL
702

703 704
config ARCH_SUNXI
	bool "Support sunxi (Allwinner) SoCs"
C
Chen-Yu Tsai 已提交
705

706 707
config TARGET_SNOWBALL
	bool "Support snowball"
708
	select CPU_V7
709 710 711

config TARGET_U8500_HREF
	bool "Support u8500_href"
712
	select CPU_V7
713 714 715

config TARGET_VF610TWR
	bool "Support vf610twr"
716
	select CPU_V7
717

718 719
config ZYNQ
	bool "Xilinx Zynq Platform"
720
	select CPU_V7
M
Masahiro Yamada 已提交
721
	select SUPPORT_SPL
722

723 724
config TEGRA
	bool "NVIDIA Tegra"
M
Masahiro Yamada 已提交
725
	select SUPPORT_SPL
726
	select SPL
727
	select OF_CONTROL if !SPL_BUILD
728 729
	select CPU_ARM720T if SPL_BUILD
	select CPU_V7 if !SPL_BUILD
730

731
config TARGET_VEXPRESS64_AEMV8A
732
	bool "Support vexpress_aemv8a"
733
	select ARM64
734

735 736 737 738 739
config TARGET_VEXPRESS64_BASE_FVP
	bool "Support Versatile Express ARMv8a FVP BASE model"
	select ARM64
	select SEMIHOSTING

740 741 742 743
config TARGET_VEXPRESS64_JUNO
	bool "Support Versatile Express Juno Development Platform"
	select ARM64

744 745
config TARGET_LS2085A_EMU
	bool "Support ls2085a_emu"
746
	select ARM64
747 748 749

config TARGET_LS2085A_SIMU
	bool "Support ls2085a_simu"
750
	select ARM64
751

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

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

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

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

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

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

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

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

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

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

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

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

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

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

config TARGET_JORNADA
	bool "Support jornada"
814
	select CPU_SA1100
815

816 817
config ARCH_UNIPHIER
	bool "Panasonic UniPhier platform"
818
	select CPU_V7
M
Masahiro Yamada 已提交
819
	select SUPPORT_SPL
M
Masahiro Yamada 已提交
820
	select SPL
821
	select OF_CONTROL if !SPL_BUILD
822

823 824
endchoice

825 826
source "arch/arm/cpu/arm926ejs/davinci/Kconfig"

827 828
source "arch/arm/cpu/armv7/exynos/Kconfig"

829 830
source "arch/arm/cpu/armv7/highbank/Kconfig"

831 832
source "arch/arm/cpu/armv7/keystone/Kconfig"

833 834
source "arch/arm/cpu/arm926ejs/kirkwood/Kconfig"

835 836
source "arch/arm/cpu/arm926ejs/nomadik/Kconfig"

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

839 840
source "arch/arm/cpu/armv7/omap4/Kconfig"

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

843 844
source "arch/arm/cpu/arm926ejs/orion5x/Kconfig"

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

847 848
source "arch/arm/cpu/armv7/s5pc1xx/Kconfig"

849 850
source "arch/arm/cpu/armv7/tegra-common/Kconfig"

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

853 854
source "arch/arm/cpu/arm926ejs/versatile/Kconfig"

855
source "arch/arm/cpu/armv7/zynq/Kconfig"
856

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

859
source "board/aristainetos/Kconfig"
860 861 862 863 864 865
source "board/BuR/kwb/Kconfig"
source "board/BuR/tseries/Kconfig"
source "board/BuS/eb_cpux9k2/Kconfig"
source "board/BuS/vl_ma2sc/Kconfig"
source "board/CarMediaLab/flea3/Kconfig"
source "board/Marvell/aspenite/Kconfig"
866
source "board/Marvell/db-mv784mp-gp/Kconfig"
867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884
source "board/Marvell/dkb/Kconfig"
source "board/Marvell/gplugd/Kconfig"
source "board/afeb9260/Kconfig"
source "board/altera/socfpga/Kconfig"
source "board/armadeus/apf27/Kconfig"
source "board/armltd/integrator/Kconfig"
source "board/armltd/vexpress/Kconfig"
source "board/armltd/vexpress64/Kconfig"
source "board/atmel/at91rm9200ek/Kconfig"
source "board/atmel/at91sam9260ek/Kconfig"
source "board/atmel/at91sam9261ek/Kconfig"
source "board/atmel/at91sam9263ek/Kconfig"
source "board/atmel/at91sam9m10g45ek/Kconfig"
source "board/atmel/at91sam9n12ek/Kconfig"
source "board/atmel/at91sam9rlek/Kconfig"
source "board/atmel/at91sam9x5ek/Kconfig"
source "board/atmel/sama5d3_xplained/Kconfig"
source "board/atmel/sama5d3xek/Kconfig"
885
source "board/atmel/sama5d4_xplained/Kconfig"
B
Bo Shen 已提交
886
source "board/atmel/sama5d4ek/Kconfig"
887
source "board/bachmann/ot1200/Kconfig"
888 889 890 891 892 893
source "board/balloon3/Kconfig"
source "board/barco/titanium/Kconfig"
source "board/bluegiga/apx4devkit/Kconfig"
source "board/bluewater/snapper9260/Kconfig"
source "board/boundary/nitrogen6x/Kconfig"
source "board/broadcom/bcm28155_ap/Kconfig"
S
Steve Rae 已提交
894 895
source "board/broadcom/bcmcygnus/Kconfig"
source "board/broadcom/bcmnsp/Kconfig"
896 897 898 899 900 901 902
source "board/calao/sbc35_a9g20/Kconfig"
source "board/calao/tny_a9260/Kconfig"
source "board/calao/usb_a9263/Kconfig"
source "board/cirrus/edb93xx/Kconfig"
source "board/cm4008/Kconfig"
source "board/cm41xx/Kconfig"
source "board/compulab/cm_t335/Kconfig"
903
source "board/compulab/cm_fx6/Kconfig"
904 905 906 907 908 909 910 911 912 913 914 915 916 917
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/egnite/ethernut5/Kconfig"
source "board/embest/mx6boards/Kconfig"
source "board/esd/meesc/Kconfig"
source "board/esd/otc570/Kconfig"
source "board/esg/ima3-mx53/Kconfig"
source "board/eukrea/cpu9260/Kconfig"
source "board/eukrea/cpuat91/Kconfig"
source "board/faraday/a320evb/Kconfig"
source "board/freescale/ls2085a/Kconfig"
918
source "board/freescale/ls1021aqds/Kconfig"
919
source "board/freescale/ls1021atwr/Kconfig"
920 921 922 923 924 925 926 927 928 929 930 931 932 933 934
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"
935
source "board/freescale/mx6sxsabresd/Kconfig"
936 937 938 939 940 941 942 943 944 945 946
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"
947
source "board/kosagi/novena/Kconfig"
948 949
source "board/logicpd/imx27lite/Kconfig"
source "board/logicpd/imx31_litekit/Kconfig"
950
source "board/maxbcm/Kconfig"
951 952 953 954 955 956 957 958
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"
S
Stephen Warren 已提交
959
source "board/raspberrypi/rpi/Kconfig"
960 961 962 963 964 965 966 967 968 969 970 971 972 973 974 975 976 977 978 979 980
source "board/ronetix/pm9261/Kconfig"
source "board/ronetix/pm9263/Kconfig"
source "board/ronetix/pm9g45/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/corvus/Kconfig"
source "board/siemens/draco/Kconfig"
source "board/siemens/pxm2/Kconfig"
source "board/siemens/rut/Kconfig"
source "board/siemens/taurus/Kconfig"
source "board/silica/pengwyn/Kconfig"
source "board/solidrun/hummingboard/Kconfig"
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"
981
source "board/st/stv0991/Kconfig"
982 983 984 985
source "board/sunxi/Kconfig"
source "board/syteco/jadecpu/Kconfig"
source "board/syteco/zmx25/Kconfig"
source "board/taskit/stamp9g20/Kconfig"
986
source "board/tbs/tbs2910/Kconfig"
987 988 989 990 991 992 993
source "board/ti/am335x/Kconfig"
source "board/ti/am43xx/Kconfig"
source "board/ti/ti814x/Kconfig"
source "board/ti/ti816x/Kconfig"
source "board/ti/tnetv107xevm/Kconfig"
source "board/timll/devkit3250/Kconfig"
source "board/toradex/colibri_pxa270/Kconfig"
994
source "board/tqc/tqma6/Kconfig"
995 996 997 998 999 1000 1001 1002 1003
source "board/trizepsiv/Kconfig"
source "board/ttcontrol/vision2/Kconfig"
source "board/udoo/Kconfig"
source "board/vpac270/Kconfig"
source "board/wandboard/Kconfig"
source "board/woodburn/Kconfig"
source "board/xaeniax/Kconfig"
source "board/zipitz2/Kconfig"

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

1006
endmenu