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 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
choice
	prompt "Target select"

config TARGET_INTEGRATORAP_CM720T
	bool "Support integratorap_cm720t"
59
	select CPU_ARM720T
60 61 62

config TARGET_INTEGRATORAP_CM920T
	bool "Support integratorap_cm920t"
63
	select CPU_ARM920T
64 65 66

config TARGET_INTEGRATORCP_CM920T
	bool "Support integratorcp_cm920t"
67
	select CPU_ARM920T
68 69 70

config TARGET_A320EVB
	bool "Support a320evb"
71
	select CPU_ARM920T
72 73 74

config TARGET_AT91RM9200EK
	bool "Support at91rm9200ek"
75
	select CPU_ARM920T
76 77 78

config TARGET_EB_CPUX9K2
	bool "Support eb_cpux9k2"
79
	select CPU_ARM920T
80 81 82

config TARGET_CPUAT91
	bool "Support cpuat91"
83
	select CPU_ARM920T
84 85 86

config TARGET_EDB93XX
	bool "Support edb93xx"
87
	select CPU_ARM920T
88 89 90

config TARGET_SCB9328
	bool "Support scb9328"
91
	select CPU_ARM920T
92 93 94

config TARGET_CM4008
	bool "Support cm4008"
95
	select CPU_ARM920T
96 97 98

config TARGET_CM41XX
	bool "Support cm41xx"
99
	select CPU_ARM920T
100 101 102

config TARGET_VCMA9
	bool "Support VCMA9"
103
	select CPU_ARM920T
104 105 106

config TARGET_SMDK2410
	bool "Support smdk2410"
107
	select CPU_ARM920T
108 109 110

config TARGET_INTEGRATORAP_CM926EJS
	bool "Support integratorap_cm926ejs"
111
	select CPU_ARM926EJS
112 113 114

config TARGET_INTEGRATORCP_CM926EJS
	bool "Support integratorcp_cm926ejs"
115
	select CPU_ARM926EJS
116 117 118

config TARGET_ASPENITE
	bool "Support aspenite"
119
	select CPU_ARM926EJS
120 121 122

config TARGET_GPLUGD
	bool "Support gplugd"
123
	select CPU_ARM926EJS
124 125 126

config TARGET_AFEB9260
	bool "Support afeb9260"
127
	select CPU_ARM926EJS
128 129 130

config TARGET_AT91SAM9260EK
	bool "Support at91sam9260ek"
131
	select CPU_ARM926EJS
132 133 134

config TARGET_AT91SAM9261EK
	bool "Support at91sam9261ek"
135
	select CPU_ARM926EJS
136 137 138

config TARGET_AT91SAM9263EK
	bool "Support at91sam9263ek"
139
	select CPU_ARM926EJS
140 141 142

config TARGET_AT91SAM9M10G45EK
	bool "Support at91sam9m10g45ek"
143
	select CPU_ARM926EJS
144 145 146

config TARGET_AT91SAM9N12EK
	bool "Support at91sam9n12ek"
147
	select CPU_ARM926EJS
148 149 150

config TARGET_AT91SAM9RLEK
	bool "Support at91sam9rlek"
151
	select CPU_ARM926EJS
152 153 154

config TARGET_AT91SAM9X5EK
	bool "Support at91sam9x5ek"
155
	select CPU_ARM926EJS
156 157 158

config TARGET_SNAPPER9260
	bool "Support snapper9260"
159
	select CPU_ARM926EJS
160 161 162

config TARGET_VL_MA2SC
	bool "Support vl_ma2sc"
163
	select CPU_ARM926EJS
164 165 166

config TARGET_SBC35_A9G20
	bool "Support sbc35_a9g20"
167
	select CPU_ARM926EJS
168 169 170

config TARGET_TNY_A9260
	bool "Support tny_a9260"
171
	select CPU_ARM926EJS
172 173 174

config TARGET_USB_A9263
	bool "Support usb_a9263"
175
	select CPU_ARM926EJS
176 177 178

config TARGET_ETHERNUT5
	bool "Support ethernut5"
179
	select CPU_ARM926EJS
180 181 182

config TARGET_MEESC
	bool "Support meesc"
183
	select CPU_ARM926EJS
184 185 186

config TARGET_OTC570
	bool "Support otc570"
187
	select CPU_ARM926EJS
188 189 190

config TARGET_CPU9260
	bool "Support cpu9260"
191
	select CPU_ARM926EJS
192 193 194

config TARGET_PM9261
	bool "Support pm9261"
195
	select CPU_ARM926EJS
196 197 198

config TARGET_PM9263
	bool "Support pm9263"
199
	select CPU_ARM926EJS
200 201 202

config TARGET_PM9G45
	bool "Support pm9g45"
203
	select CPU_ARM926EJS
204 205

config TARGET_CORVUS
206
	select SUPPORT_SPL
207
	bool "Support corvus"
208
	select CPU_ARM926EJS
209 210

config TARGET_TAURUS
211
	select SUPPORT_SPL
212
	bool "Support taurus"
213
	select CPU_ARM926EJS
214 215 216

config TARGET_STAMP9G20
	bool "Support stamp9g20"
217
	select CPU_ARM926EJS
218

219 220
config ARCH_DAVINCI
	bool "TI DaVinci"
221
	select CPU_ARM926EJS
222 223
	help
	  Support for TI's DaVinci platform.
224

225 226
config KIRKWOOD
	bool "Marvell Kirkwood"
227
	select CPU_ARM926EJS
228

229 230
config TARGET_DB_MV784MP_GP
	bool "Support db-mv784mp-gp"
231
	select CPU_V7
232

233 234
config TARGET_MAXBCM
	bool "Support maxbcm"
235
	select CPU_V7
236

237 238
config TARGET_DEVKIT3250
	bool "Support devkit3250"
239
	select CPU_ARM926EJS
240 241 242

config TARGET_JADECPU
	bool "Support jadecpu"
243
	select CPU_ARM926EJS
244 245 246

config TARGET_MX25PDK
	bool "Support mx25pdk"
247
	select CPU_ARM926EJS
248 249 250

config TARGET_TX25
	bool "Support tx25"
251
	select CPU_ARM926EJS
M
Masahiro Yamada 已提交
252
	select SUPPORT_SPL
253 254 255

config TARGET_ZMX25
	bool "Support zmx25"
256
	select CPU_ARM926EJS
257 258 259

config TARGET_APF27
	bool "Support apf27"
260
	select CPU_ARM926EJS
M
Masahiro Yamada 已提交
261
	select SUPPORT_SPL
262 263 264

config TARGET_IMX27LITE
	bool "Support imx27lite"
265
	select CPU_ARM926EJS
266 267 268

config TARGET_MAGNESIUM
	bool "Support magnesium"
269
	select CPU_ARM926EJS
270 271 272

config TARGET_APX4DEVKIT
	bool "Support apx4devkit"
273
	select CPU_ARM926EJS
M
Masahiro Yamada 已提交
274
	select SUPPORT_SPL
275 276 277

config TARGET_XFI3
	bool "Support xfi3"
278
	select CPU_ARM926EJS
M
Masahiro Yamada 已提交
279
	select SUPPORT_SPL
280 281 282

config TARGET_M28EVK
	bool "Support m28evk"
283
	select CPU_ARM926EJS
M
Masahiro Yamada 已提交
284
	select SUPPORT_SPL
285 286 287

config TARGET_MX23EVK
	bool "Support mx23evk"
288
	select CPU_ARM926EJS
M
Masahiro Yamada 已提交
289
	select SUPPORT_SPL
290 291 292

config TARGET_MX28EVK
	bool "Support mx28evk"
293
	select CPU_ARM926EJS
M
Masahiro Yamada 已提交
294
	select SUPPORT_SPL
295 296 297

config TARGET_MX23_OLINUXINO
	bool "Support mx23_olinuxino"
298
	select CPU_ARM926EJS
M
Masahiro Yamada 已提交
299
	select SUPPORT_SPL
300 301 302

config TARGET_BG0900
	bool "Support bg0900"
303
	select CPU_ARM926EJS
M
Masahiro Yamada 已提交
304
	select SUPPORT_SPL
305 306 307

config TARGET_SANSA_FUZE_PLUS
	bool "Support sansa_fuze_plus"
308
	select CPU_ARM926EJS
M
Masahiro Yamada 已提交
309
	select SUPPORT_SPL
310 311 312

config TARGET_SC_SPS_1
	bool "Support sc_sps_1"
313
	select CPU_ARM926EJS
M
Masahiro Yamada 已提交
314
	select SUPPORT_SPL
315

316 317
config ARCH_NOMADIK
	bool "ST-Ericsson Nomadik"
318
	select CPU_ARM926EJS
319

320 321
config ORION5X
	bool "Marvell Orion"
322
	select CPU_ARM926EJS
323 324 325

config TARGET_DKB
	bool "Support dkb"
326
	select CPU_ARM926EJS
327 328 329

config TARGET_SPEAR300
	bool "Support spear300"
330
	select CPU_ARM926EJS
331 332 333

config TARGET_SPEAR310
	bool "Support spear310"
334
	select CPU_ARM926EJS
335 336 337

config TARGET_SPEAR320
	bool "Support spear320"
338
	select CPU_ARM926EJS
339 340 341

config TARGET_SPEAR600
	bool "Support spear600"
342
	select CPU_ARM926EJS
343 344 345

config TARGET_X600
	bool "Support x600"
346
	select CPU_ARM926EJS
M
Masahiro Yamada 已提交
347
	select SUPPORT_SPL
348

349 350
config ARCH_VERSATILE
	bool "ARM Ltd. Versatile family"
351
	select CPU_ARM926EJS
352 353 354

config TARGET_INTEGRATORCP_CM1136
	bool "Support integratorcp_cm1136"
355
	select CPU_ARM1136
356 357 358

config TARGET_IMX31_PHYCORE
	bool "Support imx31_phycore"
359
	select CPU_ARM1136
360 361 362

config TARGET_QONG
	bool "Support qong"
363
	select CPU_ARM1136
364 365 366

config TARGET_MX31ADS
	bool "Support mx31ads"
367
	select CPU_ARM1136
368 369 370

config TARGET_MX31PDK
	bool "Support mx31pdk"
371
	select CPU_ARM1136
M
Masahiro Yamada 已提交
372
	select SUPPORT_SPL
373 374 375

config TARGET_TT01
	bool "Support tt01"
376
	select CPU_ARM1136
377 378 379

config TARGET_IMX31_LITEKIT
	bool "Support imx31_litekit"
380
	select CPU_ARM1136
381 382 383

config TARGET_WOODBURN
	bool "Support woodburn"
384
	select CPU_ARM1136
385 386 387

config TARGET_WOODBURN_SD
	bool "Support woodburn_sd"
388
	select CPU_ARM1136
M
Masahiro Yamada 已提交
389
	select SUPPORT_SPL
390 391 392

config TARGET_FLEA3
	bool "Support flea3"
393
	select CPU_ARM1136
394 395 396

config TARGET_MX35PDK
	bool "Support mx35pdk"
397
	select CPU_ARM1136
398 399 400

config TARGET_RPI_B
	bool "Support rpi_b"
401
	select CPU_ARM1176
402 403 404

config TARGET_TNETV107X_EVM
	bool "Support tnetv107x_evm"
405
	select CPU_ARM1176
406 407 408

config TARGET_INTEGRATORAP_CM946ES
	bool "Support integratorap_cm946es"
409
	select CPU_ARM946ES
410 411 412

config TARGET_INTEGRATORCP_CM946ES
	bool "Support integratorcp_cm946es"
413
	select CPU_ARM946ES
414 415 416

config TARGET_VEXPRESS_CA15_TC2
	bool "Support vexpress_ca15_tc2"
417
	select CPU_V7
418 419
	select CPU_V7_HAS_NONSEC
	select CPU_V7_HAS_VIRT
420 421 422

config TARGET_VEXPRESS_CA5X2
	bool "Support vexpress_ca5x2"
423
	select CPU_V7
424 425 426

config TARGET_VEXPRESS_CA9X4
	bool "Support vexpress_ca9x4"
427
	select CPU_V7
428 429 430

config TARGET_KWB
	bool "Support kwb"
431
	select CPU_V7
M
Masahiro Yamada 已提交
432
	select SUPPORT_SPL
433 434 435

config TARGET_TSERIES
	bool "Support tseries"
436
	select CPU_V7
M
Masahiro Yamada 已提交
437
	select SUPPORT_SPL
438 439 440

config TARGET_CM_T335
	bool "Support cm_t335"
441
	select CPU_V7
M
Masahiro Yamada 已提交
442
	select SUPPORT_SPL
443 444 445

config TARGET_PEPPER
	bool "Support pepper"
446
	select CPU_V7
M
Masahiro Yamada 已提交
447
	select SUPPORT_SPL
448 449 450

config TARGET_AM335X_IGEP0033
	bool "Support am335x_igep0033"
451
	select CPU_V7
M
Masahiro Yamada 已提交
452
	select SUPPORT_SPL
453 454 455

config TARGET_PCM051
	bool "Support pcm051"
456
	select CPU_V7
M
Masahiro Yamada 已提交
457
	select SUPPORT_SPL
458 459 460

config TARGET_DRACO
	bool "Support draco"
461
	select CPU_V7
M
Masahiro Yamada 已提交
462
	select SUPPORT_SPL
463 464 465

config TARGET_DXR2
	bool "Support dxr2"
466
	select CPU_V7
M
Masahiro Yamada 已提交
467
	select SUPPORT_SPL
468 469 470

config TARGET_PXM2
	bool "Support pxm2"
471
	select CPU_V7
M
Masahiro Yamada 已提交
472
	select SUPPORT_SPL
473 474 475

config TARGET_RUT
	bool "Support rut"
476
	select CPU_V7
M
Masahiro Yamada 已提交
477
	select SUPPORT_SPL
478 479 480

config TARGET_PENGWYN
	bool "Support pengwyn"
481
	select CPU_V7
M
Masahiro Yamada 已提交
482
	select SUPPORT_SPL
483 484 485

config TARGET_AM335X_EVM
	bool "Support am335x_evm"
486
	select CPU_V7
M
Masahiro Yamada 已提交
487
	select SUPPORT_SPL
488 489 490

config TARGET_AM43XX_EVM
	bool "Support am43xx_evm"
491
	select CPU_V7
M
Masahiro Yamada 已提交
492
	select SUPPORT_SPL
493 494 495

config TARGET_TI814X_EVM
	bool "Support ti814x_evm"
496
	select CPU_V7
M
Masahiro Yamada 已提交
497
	select SUPPORT_SPL
498 499 500

config TARGET_TI816X_EVM
	bool "Support ti816x_evm"
501
	select CPU_V7
M
Masahiro Yamada 已提交
502
	select SUPPORT_SPL
503 504 505

config TARGET_SAMA5D3_XPLAINED
	bool "Support sama5d3_xplained"
506
	select CPU_V7
M
Masahiro Yamada 已提交
507
	select SUPPORT_SPL
508 509 510

config TARGET_SAMA5D3XEK
	bool "Support sama5d3xek"
511
	select CPU_V7
M
Masahiro Yamada 已提交
512
	select SUPPORT_SPL
513

514 515 516 517
config TARGET_SAMA5D4_XPLAINED
	bool "Support sama5d4_xplained"
	select CPU_V7

B
Bo Shen 已提交
518 519 520 521
config TARGET_SAMA5D4EK
	bool "Support sama5d4ek"
	select CPU_V7

522 523
config TARGET_BCM28155_AP
	bool "Support bcm28155_ap"
524
	select CPU_V7
525

S
Steve Rae 已提交
526 527
config TARGET_BCMCYGNUS
	bool "Support bcmcygnus"
528
	select CPU_V7
529

S
Steve Rae 已提交
530 531
config TARGET_BCMNSP
	bool "Support bcmnsp"
532
	select CPU_V7
533

534 535
config ARCH_EXYNOS
	bool "Samsung EXYNOS"
536
	select CPU_V7
537

538 539
config ARCH_S5PC1XX
	bool "Samsung S5PC1XX"
540
	select CPU_V7
541

542 543
config ARCH_HIGHBANK
	bool "Calxeda Highbank"
544
	select CPU_V7
545

546 547
config ARCH_KEYSTONE
	bool "TI Keystone"
548
	select CPU_V7
M
Masahiro Yamada 已提交
549
	select SUPPORT_SPL
550 551 552

config TARGET_M53EVK
	bool "Support m53evk"
553
	select CPU_V7
M
Masahiro Yamada 已提交
554
	select SUPPORT_SPL
555 556 557

config TARGET_IMA3_MX53
	bool "Support ima3-mx53"
558
	select CPU_V7
559 560 561

config TARGET_MX51EVK
	bool "Support mx51evk"
562
	select CPU_V7
563 564 565

config TARGET_MX53ARD
	bool "Support mx53ard"
566
	select CPU_V7
567 568 569

config TARGET_MX53EVK
	bool "Support mx53evk"
570
	select CPU_V7
571 572 573

config TARGET_MX53LOCO
	bool "Support mx53loco"
574
	select CPU_V7
575 576 577

config TARGET_MX53SMD
	bool "Support mx53smd"
578
	select CPU_V7
579 580 581

config TARGET_MX51_EFIKAMX
	bool "Support mx51_efikamx"
582
	select CPU_V7
583 584 585

config TARGET_VISION2
	bool "Support vision2"
586
	select CPU_V7
587 588 589

config TARGET_UDOO
	bool "Support udoo"
590
	select CPU_V7
591 592 593

config TARGET_WANDBOARD
	bool "Support wandboard"
594
	select CPU_V7
595 596 597

config TARGET_TITANIUM
	bool "Support titanium"
598
	select CPU_V7
599 600 601

config TARGET_NITROGEN6X
	bool "Support nitrogen6x"
602
	select CPU_V7
603 604 605

config TARGET_CGTQMX6EVAL
	bool "Support cgtqmx6eval"
606
	select CPU_V7
607 608 609

config TARGET_EMBESTMX6BOARDS
	bool "Support embestmx6boards"
610
	select CPU_V7
611

612 613
config TARGET_ARISTAINETOS
	bool "Support aristainetos"
614
	select CPU_V7
615

616 617
config TARGET_MX6QARM2
	bool "Support mx6qarm2"
618
	select CPU_V7
619 620 621

config TARGET_MX6QSABREAUTO
	bool "Support mx6qsabreauto"
622
	select CPU_V7
623 624 625

config TARGET_MX6SABRESD
	bool "Support mx6sabresd"
626
	select CPU_V7
J
John Tobias 已提交
627
	select SUPPORT_SPL
628 629 630

config TARGET_MX6SLEVK
	bool "Support mx6slevk"
631
	select CPU_V7
632

633 634
config TARGET_MX6SXSABRESD
	bool "Support mx6sxsabresd"
635
	select CPU_V7
636

637 638
config TARGET_GW_VENTANA
	bool "Support gw_ventana"
639
	select CPU_V7
M
Masahiro Yamada 已提交
640
	select SUPPORT_SPL
641 642 643

config TARGET_HUMMINGBOARD
	bool "Support hummingboard"
644
	select CPU_V7
645

646 647
config TARGET_KOSAGI_NOVENA
	bool "Support Kosagi Novena"
648
	select CPU_V7
649
	select SUPPORT_SPL
650

651 652 653
config TARGET_TBS2910
	bool "Support tbs2910"

654 655
config TARGET_TQMA6
	bool "TQ Systems TQMa6 board"
656
	select CPU_V7
657

658 659
config TARGET_OT1200
	bool "Bachmann OT1200"
660
	select CPU_V7
661

662 663
config OMAP34XX
	bool "OMAP34XX SoC"
664
	select CPU_V7
665

666 667
config OMAP44XX
	bool "OMAP44XX SoC"
668
	select CPU_V7
M
Masahiro Yamada 已提交
669
	select SUPPORT_SPL
670

671 672
config OMAP54XX
	bool "OMAP54XX SoC"
673
	select CPU_V7
M
Masahiro Yamada 已提交
674
	select SUPPORT_SPL
675

676 677
config RMOBILE
	bool "Renesas ARM SoCs"
678
	select CPU_V7
679

680 681
config TARGET_CM_FX6
	bool "Support cm_fx6"
682
	select CPU_V7
M
Masahiro Yamada 已提交
683
	select SUPPORT_SPL
684

685 686
config TARGET_SOCFPGA_CYCLONE5
	bool "Support socfpga_cyclone5"
687
	select CPU_V7
M
Masahiro Yamada 已提交
688
	select SUPPORT_SPL
689

690 691
config ARCH_SUNXI
	bool "Support sunxi (Allwinner) SoCs"
C
Chen-Yu Tsai 已提交
692

693 694
config TARGET_SNOWBALL
	bool "Support snowball"
695
	select CPU_V7
696 697 698

config TARGET_U8500_HREF
	bool "Support u8500_href"
699
	select CPU_V7
700 701 702

config TARGET_VF610TWR
	bool "Support vf610twr"
703
	select CPU_V7
704

705 706
config ZYNQ
	bool "Xilinx Zynq Platform"
707
	select CPU_V7
M
Masahiro Yamada 已提交
708
	select SUPPORT_SPL
709

710 711
config TEGRA
	bool "NVIDIA Tegra"
M
Masahiro Yamada 已提交
712
	select SUPPORT_SPL
713
	select SPL
714
	select OF_CONTROL if !SPL_BUILD
715 716
	select CPU_ARM720T if SPL_BUILD
	select CPU_V7 if !SPL_BUILD
717 718 719

config TARGET_VEXPRESS_AEMV8A
	bool "Support vexpress_aemv8a"
720
	select ARM64
721 722 723

config TARGET_LS2085A_EMU
	bool "Support ls2085a_emu"
724
	select ARM64
725 726 727

config TARGET_LS2085A_SIMU
	bool "Support ls2085a_simu"
728
	select ARM64
729

730 731
config TARGET_LS1021AQDS
	bool "Support ls1021aqds_nor"
732
	select CPU_V7
733

734 735
config TARGET_LS1021ATWR
	bool "Support ls1021atwr_nor"
736
	select CPU_V7
737

738 739
config TARGET_BALLOON3
	bool "Support balloon3"
740
	select CPU_PXA
741 742 743

config TARGET_H2200
	bool "Support h2200"
744
	select CPU_PXA
745 746 747

config TARGET_PALMLD
	bool "Support palmld"
748
	select CPU_PXA
749 750 751

config TARGET_PALMTC
	bool "Support palmtc"
752
	select CPU_PXA
753 754 755

config TARGET_PALMTREO680
	bool "Support palmtreo680"
756
	select CPU_PXA
M
Masahiro Yamada 已提交
757
	select SUPPORT_SPL
758 759 760

config TARGET_PXA255_IDP
	bool "Support pxa255_idp"
761
	select CPU_PXA
762 763 764

config TARGET_TRIZEPSIV
	bool "Support trizepsiv"
765
	select CPU_PXA
766 767 768

config TARGET_VPAC270
	bool "Support vpac270"
769
	select CPU_PXA
M
Masahiro Yamada 已提交
770
	select SUPPORT_SPL
771 772 773

config TARGET_XAENIAX
	bool "Support xaeniax"
774
	select CPU_PXA
775 776 777

config TARGET_ZIPITZ2
	bool "Support zipitz2"
778
	select CPU_PXA
779 780 781

config TARGET_LP8X4X
	bool "Support lp8x4x"
782
	select CPU_PXA
783 784 785

config TARGET_COLIBRI_PXA270
	bool "Support colibri_pxa270"
786
	select CPU_PXA
787 788 789

config TARGET_JORNADA
	bool "Support jornada"
790
	select CPU_SA1100
791

792 793
config ARCH_UNIPHIER
	bool "Panasonic UniPhier platform"
794
	select CPU_V7
M
Masahiro Yamada 已提交
795
	select SUPPORT_SPL
796

797 798
endchoice

799 800
source "arch/arm/cpu/arm926ejs/davinci/Kconfig"

801 802
source "arch/arm/cpu/armv7/exynos/Kconfig"

803 804
source "arch/arm/cpu/armv7/highbank/Kconfig"

805 806
source "arch/arm/cpu/armv7/keystone/Kconfig"

807 808
source "arch/arm/cpu/arm926ejs/kirkwood/Kconfig"

809 810
source "arch/arm/cpu/arm926ejs/nomadik/Kconfig"

811 812
source "arch/arm/cpu/armv7/omap3/Kconfig"

813 814
source "arch/arm/cpu/armv7/omap4/Kconfig"

815 816
source "arch/arm/cpu/armv7/omap5/Kconfig"

817 818
source "arch/arm/cpu/arm926ejs/orion5x/Kconfig"

819 820
source "arch/arm/cpu/armv7/rmobile/Kconfig"

821 822
source "arch/arm/cpu/armv7/s5pc1xx/Kconfig"

823 824
source "arch/arm/cpu/armv7/tegra-common/Kconfig"

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

827 828
source "arch/arm/cpu/arm926ejs/versatile/Kconfig"

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

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

833
source "board/aristainetos/Kconfig"
834 835 836 837 838 839
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"
840
source "board/Marvell/db-mv784mp-gp/Kconfig"
841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858
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"
859
source "board/atmel/sama5d4_xplained/Kconfig"
B
Bo Shen 已提交
860
source "board/atmel/sama5d4ek/Kconfig"
861
source "board/bachmann/ot1200/Kconfig"
862 863 864 865 866 867
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 已提交
868 869
source "board/broadcom/bcmcygnus/Kconfig"
source "board/broadcom/bcmnsp/Kconfig"
870 871 872 873 874 875 876
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"
877
source "board/compulab/cm_fx6/Kconfig"
878 879 880 881 882 883 884 885 886 887 888 889 890 891
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"
892
source "board/freescale/ls1021aqds/Kconfig"
893
source "board/freescale/ls1021atwr/Kconfig"
894 895 896 897 898 899 900 901 902 903 904 905 906 907 908
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"
909
source "board/freescale/mx6sxsabresd/Kconfig"
910 911 912 913 914 915 916 917 918 919 920
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"
921
source "board/kosagi/novena/Kconfig"
922 923
source "board/logicpd/imx27lite/Kconfig"
source "board/logicpd/imx31_litekit/Kconfig"
924
source "board/maxbcm/Kconfig"
925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948 949 950 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"
source "board/raspberrypi/rpi_b/Kconfig"
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"
source "board/sunxi/Kconfig"
source "board/syteco/jadecpu/Kconfig"
source "board/syteco/zmx25/Kconfig"
source "board/taskit/stamp9g20/Kconfig"
959
source "board/tbs/tbs2910/Kconfig"
960 961 962 963 964 965 966
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"
967
source "board/tqc/tqma6/Kconfig"
968 969 970 971 972 973 974 975 976
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"

977 978
source "arch/arm/Kconfig.debug"

979
endmenu