Kconfig 17.8 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 67 68 69 70
config SYS_L2CACHE_OFF
	bool "L2cache off"
	help
	  If SoC does not support L2CACHE or one do not want to enable
	  L2CACHE, choose this option.

71 72
choice
	prompt "Target select"
73
	default ARCH_VERSATILE
74

75 76
config ARCH_AT91
	bool "Atmel AT91"
77 78 79

config TARGET_EDB93XX
	bool "Support edb93xx"
80
	select CPU_ARM920T
81 82 83

config TARGET_SCB9328
	bool "Support scb9328"
84
	select CPU_ARM920T
85 86 87

config TARGET_VCMA9
	bool "Support VCMA9"
88
	select CPU_ARM920T
89 90 91

config TARGET_SMDK2410
	bool "Support smdk2410"
92
	select CPU_ARM920T
93 94 95

config TARGET_ASPENITE
	bool "Support aspenite"
96
	select CPU_ARM926EJS
97 98 99

config TARGET_GPLUGD
	bool "Support gplugd"
100
	select CPU_ARM926EJS
101

102 103
config ARCH_DAVINCI
	bool "TI DaVinci"
104
	select CPU_ARM926EJS
105 106
	help
	  Support for TI's DaVinci platform.
107

108 109
config KIRKWOOD
	bool "Marvell Kirkwood"
110
	select CPU_ARM926EJS
111

112 113 114 115 116
config TARGET_DB_88F6820_GP
	bool "Support DB-88F6820-GP"
	select CPU_V7
	select SUPPORT_SPL

117 118
config TARGET_DB_MV784MP_GP
	bool "Support db-mv784mp-gp"
119
	select CPU_V7
120
	select SUPPORT_SPL
121

122 123
config TARGET_MAXBCM
	bool "Support maxbcm"
124
	select CPU_V7
125
	select SUPPORT_SPL
126

127 128
config TARGET_DEVKIT3250
	bool "Support devkit3250"
129
	select CPU_ARM926EJS
130
	select SUPPORT_SPL
131

132 133 134 135 136
config TARGET_WORK_92105
	bool "Support work_92105"
	select CPU_ARM926EJS
	select SUPPORT_SPL

137 138
config TARGET_MX25PDK
	bool "Support mx25pdk"
139
	select CPU_ARM926EJS
140 141 142

config TARGET_TX25
	bool "Support tx25"
143
	select CPU_ARM926EJS
M
Masahiro Yamada 已提交
144
	select SUPPORT_SPL
145 146 147

config TARGET_ZMX25
	bool "Support zmx25"
148
	select CPU_ARM926EJS
149 150 151

config TARGET_APF27
	bool "Support apf27"
152
	select CPU_ARM926EJS
M
Masahiro Yamada 已提交
153
	select SUPPORT_SPL
154 155 156

config TARGET_IMX27LITE
	bool "Support imx27lite"
157
	select CPU_ARM926EJS
158 159 160

config TARGET_MAGNESIUM
	bool "Support magnesium"
161
	select CPU_ARM926EJS
162 163 164

config TARGET_APX4DEVKIT
	bool "Support apx4devkit"
165
	select CPU_ARM926EJS
M
Masahiro Yamada 已提交
166
	select SUPPORT_SPL
167 168 169

config TARGET_XFI3
	bool "Support xfi3"
170
	select CPU_ARM926EJS
M
Masahiro Yamada 已提交
171
	select SUPPORT_SPL
172 173 174

config TARGET_M28EVK
	bool "Support m28evk"
175
	select CPU_ARM926EJS
M
Masahiro Yamada 已提交
176
	select SUPPORT_SPL
177 178 179

config TARGET_MX23EVK
	bool "Support mx23evk"
180
	select CPU_ARM926EJS
M
Masahiro Yamada 已提交
181
	select SUPPORT_SPL
182 183 184

config TARGET_MX28EVK
	bool "Support mx28evk"
185
	select CPU_ARM926EJS
M
Masahiro Yamada 已提交
186
	select SUPPORT_SPL
187 188 189

config TARGET_MX23_OLINUXINO
	bool "Support mx23_olinuxino"
190
	select CPU_ARM926EJS
M
Masahiro Yamada 已提交
191
	select SUPPORT_SPL
192 193 194

config TARGET_BG0900
	bool "Support bg0900"
195
	select CPU_ARM926EJS
M
Masahiro Yamada 已提交
196
	select SUPPORT_SPL
197 198 199

config TARGET_SANSA_FUZE_PLUS
	bool "Support sansa_fuze_plus"
200
	select CPU_ARM926EJS
M
Masahiro Yamada 已提交
201
	select SUPPORT_SPL
202 203 204

config TARGET_SC_SPS_1
	bool "Support sc_sps_1"
205
	select CPU_ARM926EJS
M
Masahiro Yamada 已提交
206
	select SUPPORT_SPL
207

208 209
config ARCH_NOMADIK
	bool "ST-Ericsson Nomadik"
210
	select CPU_ARM926EJS
211

212 213
config ORION5X
	bool "Marvell Orion"
214
	select CPU_ARM926EJS
215 216 217

config TARGET_SPEAR300
	bool "Support spear300"
218
	select CPU_ARM926EJS
219 220 221

config TARGET_SPEAR310
	bool "Support spear310"
222
	select CPU_ARM926EJS
223 224 225

config TARGET_SPEAR320
	bool "Support spear320"
226
	select CPU_ARM926EJS
227 228 229

config TARGET_SPEAR600
	bool "Support spear600"
230
	select CPU_ARM926EJS
231

232 233 234
config TARGET_STV0991
	bool "Support stv0991"
	select CPU_V7
235 236
	select DM
	select DM_SERIAL
237 238 239
	select DM_SPI
	select DM_SPI_FLASH
	select SPI_FLASH
240

241 242
config TARGET_X600
	bool "Support x600"
243
	select CPU_ARM926EJS
M
Masahiro Yamada 已提交
244
	select SUPPORT_SPL
245

246 247
config ARCH_VERSATILE
	bool "ARM Ltd. Versatile family"
248
	select CPU_ARM926EJS
249 250 251

config TARGET_IMX31_PHYCORE
	bool "Support imx31_phycore"
252
	select CPU_ARM1136
253 254 255

config TARGET_QONG
	bool "Support qong"
256
	select CPU_ARM1136
257 258 259

config TARGET_MX31ADS
	bool "Support mx31ads"
260
	select CPU_ARM1136
261 262 263

config TARGET_MX31PDK
	bool "Support mx31pdk"
264
	select CPU_ARM1136
M
Masahiro Yamada 已提交
265
	select SUPPORT_SPL
266 267 268

config TARGET_TT01
	bool "Support tt01"
269
	select CPU_ARM1136
270 271 272

config TARGET_IMX31_LITEKIT
	bool "Support imx31_litekit"
273
	select CPU_ARM1136
274 275 276

config TARGET_WOODBURN
	bool "Support woodburn"
277
	select CPU_ARM1136
278 279 280

config TARGET_WOODBURN_SD
	bool "Support woodburn_sd"
281
	select CPU_ARM1136
M
Masahiro Yamada 已提交
282
	select SUPPORT_SPL
283 284 285

config TARGET_FLEA3
	bool "Support flea3"
286
	select CPU_ARM1136
287 288 289

config TARGET_MX35PDK
	bool "Support mx35pdk"
290
	select CPU_ARM1136
291

292 293
config ARCH_BCM283X
	bool "Broadcom BCM283X family"
M
Masahiro Yamada 已提交
294 295 296
	select DM
	select DM_SERIAL
	select DM_GPIO
297

298 299
config TARGET_VEXPRESS_CA15_TC2
	bool "Support vexpress_ca15_tc2"
300
	select CPU_V7
301 302
	select CPU_V7_HAS_NONSEC
	select CPU_V7_HAS_VIRT
303 304 305

config TARGET_VEXPRESS_CA5X2
	bool "Support vexpress_ca5x2"
306
	select CPU_V7
307 308 309

config TARGET_VEXPRESS_CA9X4
	bool "Support vexpress_ca9x4"
310
	select CPU_V7
311 312 313

config TARGET_KWB
	bool "Support kwb"
314
	select CPU_V7
M
Masahiro Yamada 已提交
315
	select SUPPORT_SPL
316 317 318

config TARGET_TSERIES
	bool "Support tseries"
319
	select CPU_V7
M
Masahiro Yamada 已提交
320
	select SUPPORT_SPL
321 322 323

config TARGET_CM_T335
	bool "Support cm_t335"
324
	select CPU_V7
M
Masahiro Yamada 已提交
325
	select SUPPORT_SPL
M
Masahiro Yamada 已提交
326 327 328
	select DM
	select DM_SERIAL
	select DM_GPIO
329 330 331

config TARGET_PEPPER
	bool "Support pepper"
332
	select CPU_V7
M
Masahiro Yamada 已提交
333
	select SUPPORT_SPL
M
Masahiro Yamada 已提交
334 335 336
	select DM
	select DM_SERIAL
	select DM_GPIO
337 338 339

config TARGET_AM335X_IGEP0033
	bool "Support am335x_igep0033"
340
	select CPU_V7
M
Masahiro Yamada 已提交
341
	select SUPPORT_SPL
M
Masahiro Yamada 已提交
342 343 344
	select DM
	select DM_SERIAL
	select DM_GPIO
345 346 347

config TARGET_PCM051
	bool "Support pcm051"
348
	select CPU_V7
M
Masahiro Yamada 已提交
349
	select SUPPORT_SPL
M
Masahiro Yamada 已提交
350 351 352
	select DM
	select DM_SERIAL
	select DM_GPIO
353 354 355

config TARGET_DRACO
	bool "Support draco"
356
	select CPU_V7
M
Masahiro Yamada 已提交
357
	select SUPPORT_SPL
358

359 360
config TARGET_THUBAN
	bool "Support thuban"
361
	select CPU_V7
M
Masahiro Yamada 已提交
362
	select SUPPORT_SPL
363

364 365 366 367 368
config TARGET_RASTABAN
	bool "Support rastaban"
	select CPU_V7
	select SUPPORT_SPL

369 370
config TARGET_PXM2
	bool "Support pxm2"
371
	select CPU_V7
M
Masahiro Yamada 已提交
372
	select SUPPORT_SPL
373 374 375

config TARGET_RUT
	bool "Support rut"
376
	select CPU_V7
M
Masahiro Yamada 已提交
377
	select SUPPORT_SPL
378 379 380

config TARGET_PENGWYN
	bool "Support pengwyn"
381
	select CPU_V7
M
Masahiro Yamada 已提交
382
	select SUPPORT_SPL
M
Masahiro Yamada 已提交
383 384 385
	select DM
	select DM_SERIAL
	select DM_GPIO
386

387 388 389 390 391 392 393 394
config TARGET_AM335X_BALTOS
	bool "Support am335x_baltos"
	select CPU_V7
	select SUPPORT_SPL
	select DM
	select DM_SERIAL
	select DM_GPIO

395 396
config TARGET_AM335X_EVM
	bool "Support am335x_evm"
397
	select CPU_V7
M
Masahiro Yamada 已提交
398
	select SUPPORT_SPL
M
Masahiro Yamada 已提交
399 400 401
	select DM
	select DM_SERIAL
	select DM_GPIO
402 403 404

config TARGET_AM43XX_EVM
	bool "Support am43xx_evm"
405
	select CPU_V7
M
Masahiro Yamada 已提交
406
	select SUPPORT_SPL
407

408 409 410 411
config TARGET_BAV335X
	bool "Support bav335x"
	select CPU_V7
	select SUPPORT_SPL
412 413
	select DM
	select DM_SERIAL
414 415 416 417 418 419 420 421 422
	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

423 424
config TARGET_TI814X_EVM
	bool "Support ti814x_evm"
425
	select CPU_V7
M
Masahiro Yamada 已提交
426
	select SUPPORT_SPL
427 428 429

config TARGET_TI816X_EVM
	bool "Support ti816x_evm"
430
	select CPU_V7
M
Masahiro Yamada 已提交
431
	select SUPPORT_SPL
432 433 434

config TARGET_BCM28155_AP
	bool "Support bcm28155_ap"
435
	select CPU_V7
436

S
Steve Rae 已提交
437 438
config TARGET_BCMCYGNUS
	bool "Support bcmcygnus"
439
	select CPU_V7
440

S
Steve Rae 已提交
441 442
config TARGET_BCMNSP
	bool "Support bcmnsp"
443
	select CPU_V7
444

445 446
config ARCH_EXYNOS
	bool "Samsung EXYNOS"
447
	select CPU_V7
M
Masahiro Yamada 已提交
448 449 450 451 452
	select DM
	select DM_SPI_FLASH
	select DM_SERIAL
	select DM_SPI
	select DM_GPIO
453

454 455
config ARCH_S5PC1XX
	bool "Samsung S5PC1XX"
456
	select CPU_V7
M
Masahiro Yamada 已提交
457 458 459
	select DM
	select DM_SERIAL
	select DM_GPIO
460

461 462
config ARCH_HIGHBANK
	bool "Calxeda Highbank"
463
	select CPU_V7
464

465 466
config ARCH_INTEGRATOR
	bool "ARM Ltd. Integrator family"
467 468
	select DM
	select DM_SERIAL
469

470 471
config ARCH_KEYSTONE
	bool "TI Keystone"
472
	select CPU_V7
M
Masahiro Yamada 已提交
473
	select SUPPORT_SPL
474

475 476 477 478
config ARCH_MX6
	bool "Freescale MX6"
	select CPU_V7

479 480 481 482
config ARCH_MX5
	bool "Freescale MX5"
	select CPU_V7

483 484
config TARGET_M53EVK
	bool "Support m53evk"
485
	select CPU_V7
M
Masahiro Yamada 已提交
486
	select SUPPORT_SPL
487 488 489

config TARGET_IMA3_MX53
	bool "Support ima3-mx53"
490
	select CPU_V7
491 492 493

config TARGET_MX51EVK
	bool "Support mx51evk"
494
	select CPU_V7
495 496 497

config TARGET_MX53ARD
	bool "Support mx53ard"
498
	select CPU_V7
499 500 501

config TARGET_MX53EVK
	bool "Support mx53evk"
502
	select CPU_V7
503 504 505

config TARGET_MX53LOCO
	bool "Support mx53loco"
506
	select CPU_V7
507 508 509

config TARGET_MX53SMD
	bool "Support mx53smd"
510
	select CPU_V7
511 512 513

config TARGET_MX51_EFIKAMX
	bool "Support mx51_efikamx"
514
	select CPU_V7
515 516 517

config TARGET_VISION2
	bool "Support vision2"
518
	select CPU_V7
519

520 521
config OMAP34XX
	bool "OMAP34XX SoC"
522
	select CPU_V7
523

524 525
config OMAP44XX
	bool "OMAP44XX SoC"
526
	select CPU_V7
M
Masahiro Yamada 已提交
527
	select SUPPORT_SPL
528

529 530
config OMAP54XX
	bool "OMAP54XX SoC"
531
	select CPU_V7
M
Masahiro Yamada 已提交
532
	select SUPPORT_SPL
533

534 535
config RMOBILE
	bool "Renesas ARM SoCs"
536
	select CPU_V7
537

538 539
config ARCH_SOCFPGA
	bool "Altera SOCFPGA family"
540
	select CPU_V7
M
Masahiro Yamada 已提交
541
	select SUPPORT_SPL
542 543 544
	select DM
	select DM_SPI_FLASH
	select DM_SPI
545

546 547 548 549 550
config TARGET_CM_T43
	bool "Support cm_t43"
	select CPU_V7
	select SUPPORT_SPL

551 552
config ARCH_SUNXI
	bool "Support sunxi (Allwinner) SoCs"
553
	select CMD_USB
554 555
	select DM
	select DM_GPIO
556 557
	select DM_ETH
	select DM_SERIAL
558
	select DM_USB
559 560
	select OF_CONTROL
	select OF_SEPARATE
561
	select USB
562
	select USB_STORAGE
563
	select USB_KEYBOARD
C
Chen-Yu Tsai 已提交
564

565 566
config TARGET_SNOWBALL
	bool "Support snowball"
567
	select CPU_V7
568

569 570 571 572
config TARGET_TS4800
	bool "Support TS4800"
	select CPU_V7

573 574
config TARGET_U8500_HREF
	bool "Support u8500_href"
575
	select CPU_V7
576 577 578

config TARGET_VF610TWR
	bool "Support vf610twr"
579
	select CPU_V7
580

581 582 583 584
config TARGET_COLIBRI_VF
	bool "Support Colibri VF50/61"
	select CPU_V7

585
config ARCH_ZYNQ
586
	bool "Xilinx Zynq Platform"
587
	select CPU_V7
M
Masahiro Yamada 已提交
588
	select SUPPORT_SPL
589
	select OF_CONTROL
590
	select DM
591 592
	select DM_SPI
	select DM_SPI_FLASH
593

594
config ARCH_ZYNQMP
M
Michal Simek 已提交
595 596 597
	bool "Support Xilinx ZynqMP Platform"
	select ARM64

598 599
config TEGRA
	bool "NVIDIA Tegra"
600

601
config TARGET_VEXPRESS64_AEMV8A
602
	bool "Support vexpress_aemv8a"
603
	select ARM64
604

605 606 607 608 609
config TARGET_VEXPRESS64_BASE_FVP
	bool "Support Versatile Express ARMv8a FVP BASE model"
	select ARM64
	select SEMIHOSTING

610 611 612 613
config TARGET_VEXPRESS64_JUNO
	bool "Support Versatile Express Juno Development Platform"
	select ARM64

614 615
config TARGET_LS2085A_EMU
	bool "Support ls2085a_emu"
616
	select ARM64
617
	select ARMV8_MULTIENTRY
618 619 620

config TARGET_LS2085A_SIMU
	bool "Support ls2085a_simu"
621
	select ARM64
622
	select ARMV8_MULTIENTRY
623

624 625 626 627
config TARGET_LS2085AQDS
	bool "Support ls2085aqds"
	select ARM64
	select ARMV8_MULTIENTRY
S
Scott Wood 已提交
628
	select SUPPORT_SPL
629 630 631 632 633 634
	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.

635 636 637 638
config TARGET_LS2085ARDB
	bool "Support ls2085ardb"
	select ARM64
	select ARMV8_MULTIENTRY
639
	select SUPPORT_SPL
640 641 642 643 644 645
	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.

646 647 648 649 650 651 652
config TARGET_HIKEY
	bool "Support HiKey 96boards Consumer Edition Platform"
	select ARM64
	  help
	  Support for HiKey 96boards platform. It features a HI6220
	  SoC, with 8xA53 CPU, mali450 gpu, and 1GB RAM.

653
config TARGET_LS1021AQDS
654
	bool "Support ls1021aqds"
655
	select CPU_V7
A
Alison Wang 已提交
656
	select SUPPORT_SPL
657

658
config TARGET_LS1021ATWR
659
	bool "Support ls1021atwr"
660
	select CPU_V7
A
Alison Wang 已提交
661
	select SUPPORT_SPL
662

663 664
config TARGET_BALLOON3
	bool "Support balloon3"
665
	select CPU_PXA
666 667 668

config TARGET_H2200
	bool "Support h2200"
669
	select CPU_PXA
670 671 672

config TARGET_PALMLD
	bool "Support palmld"
673
	select CPU_PXA
674 675 676

config TARGET_PALMTC
	bool "Support palmtc"
677
	select CPU_PXA
678 679 680

config TARGET_PALMTREO680
	bool "Support palmtreo680"
681
	select CPU_PXA
M
Masahiro Yamada 已提交
682
	select SUPPORT_SPL
683 684 685

config TARGET_PXA255_IDP
	bool "Support pxa255_idp"
686
	select CPU_PXA
687 688 689

config TARGET_TRIZEPSIV
	bool "Support trizepsiv"
690
	select CPU_PXA
691 692 693

config TARGET_VPAC270
	bool "Support vpac270"
694
	select CPU_PXA
M
Masahiro Yamada 已提交
695
	select SUPPORT_SPL
696 697 698

config TARGET_XAENIAX
	bool "Support xaeniax"
699
	select CPU_PXA
700 701 702

config TARGET_ZIPITZ2
	bool "Support zipitz2"
703
	select CPU_PXA
704 705 706

config TARGET_LP8X4X
	bool "Support lp8x4x"
707
	select CPU_PXA
708 709 710

config TARGET_COLIBRI_PXA270
	bool "Support colibri_pxa270"
711
	select CPU_PXA
712 713 714

config TARGET_JORNADA
	bool "Support jornada"
715
	select CPU_SA1100
716

717
config ARCH_UNIPHIER
718
	bool "Socionext UniPhier SoCs"
719
	select CPU_V7
M
Masahiro Yamada 已提交
720
	select SUPPORT_SPL
M
Masahiro Yamada 已提交
721
	select SPL
722
	select OF_CONTROL
723
	select SPL_OF_CONTROL
724
	select DM
725
	select SPL_DM
726 727
	select DM_SERIAL
	select DM_I2C
728 729 730
	help
	  Support for UniPhier SoC family developed by Socionext Inc.
	  (formerly, System LSI Business Division of Panasonic Corporation)
731

732 733 734 735
config TARGET_STM32F429_DISCOVERY
	bool "Support STM32F429 Discovery"
	select CPU_V7M

736 737 738 739 740 741 742 743
config ARCH_ROCKCHIP
	bool "Support Rockchip SoCs"
	select SUPPORT_SPL
	select SPL
	select OF_CONTROL
	select CPU_V7
	select DM

744 745
endchoice

746 747
source "arch/arm/mach-at91/Kconfig"

748
source "arch/arm/mach-bcm283x/Kconfig"
749

750
source "arch/arm/mach-davinci/Kconfig"
751

752
source "arch/arm/mach-exynos/Kconfig"
753

754
source "arch/arm/mach-highbank/Kconfig"
755

756 757
source "arch/arm/mach-integrator/Kconfig"

758
source "arch/arm/mach-keystone/Kconfig"
759

760
source "arch/arm/mach-kirkwood/Kconfig"
761

762 763
source "arch/arm/cpu/armv7/mx6/Kconfig"

764 765
source "arch/arm/cpu/armv7/mx5/Kconfig"

766
source "arch/arm/mach-nomadik/Kconfig"
767

768 769
source "arch/arm/cpu/armv7/omap3/Kconfig"

770 771
source "arch/arm/cpu/armv7/omap4/Kconfig"

772 773
source "arch/arm/cpu/armv7/omap5/Kconfig"

774
source "arch/arm/mach-orion5x/Kconfig"
775

776 777
source "arch/arm/cpu/armv7/rmobile/Kconfig"

778 779
source "arch/arm/mach-rockchip/Kconfig"

780 781
source "arch/arm/cpu/armv7/s5pc1xx/Kconfig"

782 783
source "arch/arm/mach-socfpga/Kconfig"

784
source "arch/arm/mach-tegra/Kconfig"
785

786
source "arch/arm/mach-uniphier/Kconfig"
787

788
source "arch/arm/mach-versatile/Kconfig"
789

790
source "arch/arm/mach-zynq/Kconfig"
791

792 793
source "arch/arm/cpu/armv7/Kconfig"

794 795
source "arch/arm/cpu/armv8/zynqmp/Kconfig"

796 797
source "arch/arm/cpu/armv8/Kconfig"

798 799
source "arch/arm/imx-common/Kconfig"

800 801 802 803
source "board/BuR/kwb/Kconfig"
source "board/BuR/tseries/Kconfig"
source "board/CarMediaLab/flea3/Kconfig"
source "board/Marvell/aspenite/Kconfig"
804
source "board/Marvell/db-88f6820-gp/Kconfig"
805
source "board/Marvell/db-mv784mp-gp/Kconfig"
806 807 808 809 810 811 812
source "board/Marvell/gplugd/Kconfig"
source "board/armadeus/apf27/Kconfig"
source "board/armltd/vexpress/Kconfig"
source "board/armltd/vexpress64/Kconfig"
source "board/balloon3/Kconfig"
source "board/bluegiga/apx4devkit/Kconfig"
source "board/broadcom/bcm28155_ap/Kconfig"
S
Steve Rae 已提交
813 814
source "board/broadcom/bcmcygnus/Kconfig"
source "board/broadcom/bcmnsp/Kconfig"
815 816
source "board/cirrus/edb93xx/Kconfig"
source "board/compulab/cm_t335/Kconfig"
817
source "board/compulab/cm_t43/Kconfig"
818 819 820 821 822 823
source "board/creative/xfi3/Kconfig"
source "board/davedenx/qong/Kconfig"
source "board/denx/m28evk/Kconfig"
source "board/denx/m53evk/Kconfig"
source "board/esg/ima3-mx53/Kconfig"
source "board/freescale/ls2085a/Kconfig"
824
source "board/freescale/ls2085aqds/Kconfig"
825
source "board/freescale/ls2085ardb/Kconfig"
826
source "board/freescale/ls1021aqds/Kconfig"
827
source "board/freescale/ls1021atwr/Kconfig"
828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843
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/vf610twr/Kconfig"
source "board/genesi/mx51_efikamx/Kconfig"
source "board/gumstix/pepper/Kconfig"
source "board/h2200/Kconfig"
source "board/hale/tt01/Kconfig"
844
source "board/hisilicon/hikey/Kconfig"
845 846 847 848 849 850 851
source "board/icpdas/lp8x4x/Kconfig"
source "board/imx31_phycore/Kconfig"
source "board/isee/igep0033/Kconfig"
source "board/jornada/Kconfig"
source "board/karo/tx25/Kconfig"
source "board/logicpd/imx27lite/Kconfig"
source "board/logicpd/imx31_litekit/Kconfig"
852
source "board/maxbcm/Kconfig"
853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875
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"
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"
876
source "board/st/stm32f429-discovery/Kconfig"
877
source "board/st/stv0991/Kconfig"
878 879 880 881
source "board/sunxi/Kconfig"
source "board/syteco/zmx25/Kconfig"
source "board/ti/am335x/Kconfig"
source "board/ti/am43xx/Kconfig"
882
source "board/birdland/bav335x/Kconfig"
883 884 885 886
source "board/ti/ti814x/Kconfig"
source "board/ti/ti816x/Kconfig"
source "board/timll/devkit3250/Kconfig"
source "board/toradex/colibri_pxa270/Kconfig"
887
source "board/toradex/colibri_vf/Kconfig"
888
source "board/trizepsiv/Kconfig"
889
source "board/technologic/ts4800/Kconfig"
890 891
source "board/ttcontrol/vision2/Kconfig"
source "board/vpac270/Kconfig"
892
source "board/vscom/baltos/Kconfig"
893
source "board/woodburn/Kconfig"
894
source "board/work-microwave/work_92105/Kconfig"
895 896 897
source "board/xaeniax/Kconfig"
source "board/zipitz2/Kconfig"

898 899
source "arch/arm/Kconfig.debug"

900
endmenu