Kconfig 19.2 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 52
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

53 54 55 56 57
choice
	prompt "Target select"

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

config TARGET_TAURUS
	bool "Support taurus"
210
	select CPU_ARM926EJS
211 212 213

config TARGET_STAMP9G20
	bool "Support stamp9g20"
214
	select CPU_ARM926EJS
215

216 217
config ARCH_DAVINCI
	bool "TI DaVinci"
218
	select CPU_ARM926EJS
219 220
	help
	  Support for TI's DaVinci platform.
221

222 223
config KIRKWOOD
	bool "Marvell Kirkwood"
224
	select CPU_ARM926EJS
225

226 227 228
config TARGET_DB_MV784MP_GP
	bool "Support db-mv784mp-gp"

229 230 231
config TARGET_MAXBCM
	bool "Support maxbcm"

232 233
config TARGET_DEVKIT3250
	bool "Support devkit3250"
234
	select CPU_ARM926EJS
235 236 237

config TARGET_JADECPU
	bool "Support jadecpu"
238
	select CPU_ARM926EJS
239 240 241

config TARGET_MX25PDK
	bool "Support mx25pdk"
242
	select CPU_ARM926EJS
243 244 245

config TARGET_TX25
	bool "Support tx25"
246
	select CPU_ARM926EJS
M
Masahiro Yamada 已提交
247
	select SUPPORT_SPL
248 249 250

config TARGET_ZMX25
	bool "Support zmx25"
251
	select CPU_ARM926EJS
252 253 254

config TARGET_APF27
	bool "Support apf27"
255
	select CPU_ARM926EJS
M
Masahiro Yamada 已提交
256
	select SUPPORT_SPL
257 258 259

config TARGET_IMX27LITE
	bool "Support imx27lite"
260
	select CPU_ARM926EJS
261 262 263

config TARGET_MAGNESIUM
	bool "Support magnesium"
264
	select CPU_ARM926EJS
265 266 267

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

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

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

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

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

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

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

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

config TARGET_SC_SPS_1
	bool "Support sc_sps_1"
308
	select CPU_ARM926EJS
M
Masahiro Yamada 已提交
309
	select SUPPORT_SPL
310

311 312
config ARCH_NOMADIK
	bool "ST-Ericsson Nomadik"
313
	select CPU_ARM926EJS
314

315 316
config ORION5X
	bool "Marvell Orion"
317
	select CPU_ARM926EJS
318 319 320

config TARGET_DKB
	bool "Support dkb"
321
	select CPU_ARM926EJS
322 323 324

config TARGET_SPEAR300
	bool "Support spear300"
325
	select CPU_ARM926EJS
326 327 328

config TARGET_SPEAR310
	bool "Support spear310"
329
	select CPU_ARM926EJS
330 331 332

config TARGET_SPEAR320
	bool "Support spear320"
333
	select CPU_ARM926EJS
334 335 336

config TARGET_SPEAR600
	bool "Support spear600"
337
	select CPU_ARM926EJS
338 339 340

config TARGET_X600
	bool "Support x600"
341
	select CPU_ARM926EJS
M
Masahiro Yamada 已提交
342
	select SUPPORT_SPL
343

344 345
config ARCH_VERSATILE
	bool "ARM Ltd. Versatile family"
346
	select CPU_ARM926EJS
347 348 349

config TARGET_INTEGRATORCP_CM1136
	bool "Support integratorcp_cm1136"
350
	select CPU_ARM1136
351 352 353

config TARGET_IMX31_PHYCORE
	bool "Support imx31_phycore"
354
	select CPU_ARM1136
355 356 357

config TARGET_QONG
	bool "Support qong"
358
	select CPU_ARM1136
359 360 361

config TARGET_MX31ADS
	bool "Support mx31ads"
362
	select CPU_ARM1136
363 364 365

config TARGET_MX31PDK
	bool "Support mx31pdk"
366
	select CPU_ARM1136
M
Masahiro Yamada 已提交
367
	select SUPPORT_SPL
368 369 370

config TARGET_TT01
	bool "Support tt01"
371
	select CPU_ARM1136
372 373 374

config TARGET_IMX31_LITEKIT
	bool "Support imx31_litekit"
375
	select CPU_ARM1136
376 377 378

config TARGET_WOODBURN
	bool "Support woodburn"
379
	select CPU_ARM1136
380 381 382

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

config TARGET_FLEA3
	bool "Support flea3"
388
	select CPU_ARM1136
389 390 391

config TARGET_MX35PDK
	bool "Support mx35pdk"
392
	select CPU_ARM1136
393 394 395

config TARGET_RPI_B
	bool "Support rpi_b"
396
	select CPU_ARM1176
397 398 399

config TARGET_TNETV107X_EVM
	bool "Support tnetv107x_evm"
400
	select CPU_ARM1176
401 402 403

config TARGET_INTEGRATORAP_CM946ES
	bool "Support integratorap_cm946es"
404
	select CPU_ARM946ES
405 406 407

config TARGET_INTEGRATORCP_CM946ES
	bool "Support integratorcp_cm946es"
408
	select CPU_ARM946ES
409 410 411

config TARGET_VEXPRESS_CA15_TC2
	bool "Support vexpress_ca15_tc2"
412
	select CPU_V7
413 414 415

config TARGET_VEXPRESS_CA5X2
	bool "Support vexpress_ca5x2"
416
	select CPU_V7
417 418 419

config TARGET_VEXPRESS_CA9X4
	bool "Support vexpress_ca9x4"
420
	select CPU_V7
421 422 423

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

config TARGET_TSERIES
	bool "Support tseries"
429
	select CPU_V7
M
Masahiro Yamada 已提交
430
	select SUPPORT_SPL
431 432 433

config TARGET_CM_T335
	bool "Support cm_t335"
434
	select CPU_V7
M
Masahiro Yamada 已提交
435
	select SUPPORT_SPL
436 437 438

config TARGET_PEPPER
	bool "Support pepper"
439
	select CPU_V7
M
Masahiro Yamada 已提交
440
	select SUPPORT_SPL
441 442 443

config TARGET_AM335X_IGEP0033
	bool "Support am335x_igep0033"
444
	select CPU_V7
M
Masahiro Yamada 已提交
445
	select SUPPORT_SPL
446 447 448

config TARGET_PCM051
	bool "Support pcm051"
449
	select CPU_V7
M
Masahiro Yamada 已提交
450
	select SUPPORT_SPL
451 452 453

config TARGET_DRACO
	bool "Support draco"
454
	select CPU_V7
M
Masahiro Yamada 已提交
455
	select SUPPORT_SPL
456 457 458

config TARGET_DXR2
	bool "Support dxr2"
459
	select CPU_V7
M
Masahiro Yamada 已提交
460
	select SUPPORT_SPL
461 462 463

config TARGET_PXM2
	bool "Support pxm2"
464
	select CPU_V7
M
Masahiro Yamada 已提交
465
	select SUPPORT_SPL
466 467 468

config TARGET_RUT
	bool "Support rut"
469
	select CPU_V7
M
Masahiro Yamada 已提交
470
	select SUPPORT_SPL
471 472 473

config TARGET_PENGWYN
	bool "Support pengwyn"
474
	select CPU_V7
M
Masahiro Yamada 已提交
475
	select SUPPORT_SPL
476 477 478

config TARGET_AM335X_EVM
	bool "Support am335x_evm"
479
	select CPU_V7
M
Masahiro Yamada 已提交
480
	select SUPPORT_SPL
481 482 483

config TARGET_AM43XX_EVM
	bool "Support am43xx_evm"
484
	select CPU_V7
M
Masahiro Yamada 已提交
485
	select SUPPORT_SPL
486 487 488

config TARGET_TI814X_EVM
	bool "Support ti814x_evm"
489
	select CPU_V7
M
Masahiro Yamada 已提交
490
	select SUPPORT_SPL
491 492 493

config TARGET_TI816X_EVM
	bool "Support ti816x_evm"
494
	select CPU_V7
M
Masahiro Yamada 已提交
495
	select SUPPORT_SPL
496 497 498

config TARGET_SAMA5D3_XPLAINED
	bool "Support sama5d3_xplained"
499
	select CPU_V7
M
Masahiro Yamada 已提交
500
	select SUPPORT_SPL
501 502 503

config TARGET_SAMA5D3XEK
	bool "Support sama5d3xek"
504
	select CPU_V7
M
Masahiro Yamada 已提交
505
	select SUPPORT_SPL
506 507 508

config TARGET_BCM28155_AP
	bool "Support bcm28155_ap"
509
	select CPU_V7
510

511 512
config TARGET_BCM958300K
	bool "Support bcm958300k"
513
	select CPU_V7
514 515 516

config TARGET_BCM958622HR
	bool "Support bcm958622hr"
517
	select CPU_V7
518

519 520
config ARCH_EXYNOS
	bool "Samsung EXYNOS"
521
	select CPU_V7
522

523 524
config ARCH_S5PC1XX
	bool "Samsung S5PC1XX"
525
	select CPU_V7
526

527 528
config ARCH_HIGHBANK
	bool "Calxeda Highbank"
529
	select CPU_V7
530

531 532
config ARCH_KEYSTONE
	bool "TI Keystone"
533
	select CPU_V7
M
Masahiro Yamada 已提交
534
	select SUPPORT_SPL
535 536 537

config TARGET_M53EVK
	bool "Support m53evk"
538
	select CPU_V7
M
Masahiro Yamada 已提交
539
	select SUPPORT_SPL
540 541 542

config TARGET_IMA3_MX53
	bool "Support ima3-mx53"
543
	select CPU_V7
544 545 546

config TARGET_MX51EVK
	bool "Support mx51evk"
547
	select CPU_V7
548 549 550

config TARGET_MX53ARD
	bool "Support mx53ard"
551
	select CPU_V7
552 553 554

config TARGET_MX53EVK
	bool "Support mx53evk"
555
	select CPU_V7
556 557 558

config TARGET_MX53LOCO
	bool "Support mx53loco"
559
	select CPU_V7
560 561 562

config TARGET_MX53SMD
	bool "Support mx53smd"
563
	select CPU_V7
564 565 566

config TARGET_MX51_EFIKAMX
	bool "Support mx51_efikamx"
567
	select CPU_V7
568 569 570

config TARGET_VISION2
	bool "Support vision2"
571
	select CPU_V7
572 573 574

config TARGET_UDOO
	bool "Support udoo"
575
	select CPU_V7
576 577 578

config TARGET_WANDBOARD
	bool "Support wandboard"
579
	select CPU_V7
580 581 582

config TARGET_TITANIUM
	bool "Support titanium"
583
	select CPU_V7
584 585 586

config TARGET_NITROGEN6X
	bool "Support nitrogen6x"
587
	select CPU_V7
588 589 590

config TARGET_CGTQMX6EVAL
	bool "Support cgtqmx6eval"
591
	select CPU_V7
592 593 594

config TARGET_EMBESTMX6BOARDS
	bool "Support embestmx6boards"
595
	select CPU_V7
596

597 598
config TARGET_ARISTAINETOS
	bool "Support aristainetos"
599
	select CPU_V7
600

601 602
config TARGET_MX6QARM2
	bool "Support mx6qarm2"
603
	select CPU_V7
604 605 606

config TARGET_MX6QSABREAUTO
	bool "Support mx6qsabreauto"
607
	select CPU_V7
608 609 610

config TARGET_MX6SABRESD
	bool "Support mx6sabresd"
611
	select CPU_V7
J
John Tobias 已提交
612
	select SUPPORT_SPL
613 614 615

config TARGET_MX6SLEVK
	bool "Support mx6slevk"
616
	select CPU_V7
617

618 619
config TARGET_MX6SXSABRESD
	bool "Support mx6sxsabresd"
620
	select CPU_V7
621

622 623
config TARGET_GW_VENTANA
	bool "Support gw_ventana"
624
	select CPU_V7
M
Masahiro Yamada 已提交
625
	select SUPPORT_SPL
626 627 628

config TARGET_HUMMINGBOARD
	bool "Support hummingboard"
629
	select CPU_V7
630

631 632 633
config TARGET_KOSAGI_NOVENA
	bool "Support Kosagi Novena"

634 635
config TARGET_TQMA6
	bool "TQ Systems TQMa6 board"
636
	select CPU_V7
637

638 639
config TARGET_OT1200
	bool "Bachmann OT1200"
640
	select CPU_V7
641

642 643
config OMAP34XX
	bool "OMAP34XX SoC"
644
	select CPU_V7
645

646 647
config OMAP44XX
	bool "OMAP44XX SoC"
648
	select CPU_V7
M
Masahiro Yamada 已提交
649
	select SUPPORT_SPL
650

651 652
config OMAP54XX
	bool "OMAP54XX SoC"
653
	select CPU_V7
M
Masahiro Yamada 已提交
654
	select SUPPORT_SPL
655

656 657
config RMOBILE
	bool "Renesas ARM SoCs"
658
	select CPU_V7
659

660 661
config TARGET_CM_FX6
	bool "Support cm_fx6"
662
	select CPU_V7
M
Masahiro Yamada 已提交
663
	select SUPPORT_SPL
664

665 666
config TARGET_SOCFPGA_CYCLONE5
	bool "Support socfpga_cyclone5"
667
	select CPU_V7
M
Masahiro Yamada 已提交
668
	select SUPPORT_SPL
669

670 671
config ARCH_SUNXI
	bool "Support sunxi (Allwinner) SoCs"
C
Chen-Yu Tsai 已提交
672

673 674
config TARGET_SNOWBALL
	bool "Support snowball"
675
	select CPU_V7
676 677 678

config TARGET_U8500_HREF
	bool "Support u8500_href"
679
	select CPU_V7
680 681 682

config TARGET_VF610TWR
	bool "Support vf610twr"
683
	select CPU_V7
684

685 686
config ZYNQ
	bool "Xilinx Zynq Platform"
687
	select CPU_V7
M
Masahiro Yamada 已提交
688
	select SUPPORT_SPL
689

690 691
config TEGRA
	bool "NVIDIA Tegra"
M
Masahiro Yamada 已提交
692
	select SUPPORT_SPL
693
	select SPL
694
	select OF_CONTROL if !SPL_BUILD
695 696
	select CPU_ARM720T if SPL_BUILD
	select CPU_V7 if !SPL_BUILD
697 698 699

config TARGET_VEXPRESS_AEMV8A
	bool "Support vexpress_aemv8a"
700
	select ARM64
701 702 703

config TARGET_LS2085A_EMU
	bool "Support ls2085a_emu"
704
	select ARM64
705 706 707

config TARGET_LS2085A_SIMU
	bool "Support ls2085a_simu"
708
	select ARM64
709

710 711
config TARGET_LS1021AQDS
	bool "Support ls1021aqds_nor"
712
	select CPU_V7
713

714 715
config TARGET_LS1021ATWR
	bool "Support ls1021atwr_nor"
716
	select CPU_V7
717

718 719
config TARGET_BALLOON3
	bool "Support balloon3"
720
	select CPU_PXA
721 722 723

config TARGET_H2200
	bool "Support h2200"
724
	select CPU_PXA
725 726 727

config TARGET_PALMLD
	bool "Support palmld"
728
	select CPU_PXA
729 730 731

config TARGET_PALMTC
	bool "Support palmtc"
732
	select CPU_PXA
733 734 735

config TARGET_PALMTREO680
	bool "Support palmtreo680"
736
	select CPU_PXA
M
Masahiro Yamada 已提交
737
	select SUPPORT_SPL
738 739 740

config TARGET_PXA255_IDP
	bool "Support pxa255_idp"
741
	select CPU_PXA
742 743 744

config TARGET_TRIZEPSIV
	bool "Support trizepsiv"
745
	select CPU_PXA
746 747 748

config TARGET_VPAC270
	bool "Support vpac270"
749
	select CPU_PXA
M
Masahiro Yamada 已提交
750
	select SUPPORT_SPL
751 752 753

config TARGET_XAENIAX
	bool "Support xaeniax"
754
	select CPU_PXA
755 756 757

config TARGET_ZIPITZ2
	bool "Support zipitz2"
758
	select CPU_PXA
759 760 761

config TARGET_LP8X4X
	bool "Support lp8x4x"
762
	select CPU_PXA
763 764 765

config TARGET_COLIBRI_PXA270
	bool "Support colibri_pxa270"
766
	select CPU_PXA
767 768 769

config TARGET_JORNADA
	bool "Support jornada"
770
	select CPU_SA1100
771

772 773
config ARCH_UNIPHIER
	bool "Panasonic UniPhier platform"
774
	select CPU_V7
M
Masahiro Yamada 已提交
775
	select SUPPORT_SPL
776

777 778
endchoice

779 780
source "arch/arm/cpu/armv8/Kconfig"

781 782
source "arch/arm/cpu/arm926ejs/davinci/Kconfig"

783 784
source "arch/arm/cpu/armv7/exynos/Kconfig"

785 786
source "arch/arm/cpu/armv7/highbank/Kconfig"

787 788
source "arch/arm/cpu/armv7/keystone/Kconfig"

789 790
source "arch/arm/cpu/arm926ejs/kirkwood/Kconfig"

791 792
source "arch/arm/cpu/arm926ejs/nomadik/Kconfig"

793 794
source "arch/arm/cpu/armv7/omap3/Kconfig"

795 796
source "arch/arm/cpu/armv7/omap4/Kconfig"

797 798
source "arch/arm/cpu/armv7/omap5/Kconfig"

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

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

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

805 806
source "arch/arm/cpu/armv7/tegra-common/Kconfig"

807 808
source "arch/arm/cpu/armv7/uniphier/Kconfig"

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

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

813
source "board/aristainetos/Kconfig"
814 815 816 817 818 819
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"
820
source "board/Marvell/db-mv784mp-gp/Kconfig"
821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838
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"
839
source "board/bachmann/ot1200/Kconfig"
840 841 842 843 844 845
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"
846 847
source "board/broadcom/bcm958300k/Kconfig"
source "board/broadcom/bcm958622hr/Kconfig"
848 849 850 851 852 853 854
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"
855
source "board/compulab/cm_fx6/Kconfig"
856 857 858 859 860 861 862 863 864 865 866 867 868 869
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"
870
source "board/freescale/ls1021aqds/Kconfig"
871
source "board/freescale/ls1021atwr/Kconfig"
872 873 874 875 876 877 878 879 880 881 882 883 884 885 886
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"
887
source "board/freescale/mx6sxsabresd/Kconfig"
888 889 890 891 892 893 894 895 896 897 898
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"
899
source "board/kosagi/novena/Kconfig"
900 901
source "board/logicpd/imx27lite/Kconfig"
source "board/logicpd/imx31_litekit/Kconfig"
902
source "board/maxbcm/Kconfig"
903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943
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"
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"
944
source "board/tqc/tqma6/Kconfig"
945 946 947 948 949 950 951 952 953
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"

954 955
source "arch/arm/Kconfig.debug"

956
endmenu