Kconfig 16.0 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"
S
Simon Glass 已提交
73
	default TARGET_HIKEY
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_VCMA9
	bool "Support VCMA9"
84
	select CPU_ARM920T
85 86 87

config TARGET_SMDK2410
	bool "Support smdk2410"
88
	select CPU_ARM920T
89 90 91

config TARGET_ASPENITE
	bool "Support aspenite"
92
	select CPU_ARM926EJS
93 94 95

config TARGET_GPLUGD
	bool "Support gplugd"
96
	select CPU_ARM926EJS
97

98 99
config ARCH_DAVINCI
	bool "TI DaVinci"
100
	select CPU_ARM926EJS
101 102
	help
	  Support for TI's DaVinci platform.
103

104 105
config KIRKWOOD
	bool "Marvell Kirkwood"
106
	select CPU_ARM926EJS
107

108 109
config ARCH_MVEBU
	bool "Marvell MVEBU family (Armada XP/38x)"
110
	select CPU_V7
111
	select SUPPORT_SPL
112 113 114
	select OF_CONTROL
	select OF_SEPARATE
	select DM
115

116 117
config TARGET_DEVKIT3250
	bool "Support devkit3250"
118
	select CPU_ARM926EJS
119
	select SUPPORT_SPL
120

121 122 123 124 125
config TARGET_WORK_92105
	bool "Support work_92105"
	select CPU_ARM926EJS
	select SUPPORT_SPL

126 127
config TARGET_MX25PDK
	bool "Support mx25pdk"
128
	select CPU_ARM926EJS
129 130 131

config TARGET_ZMX25
	bool "Support zmx25"
132
	select CPU_ARM926EJS
133 134 135

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

config TARGET_APX4DEVKIT
	bool "Support apx4devkit"
141
	select CPU_ARM926EJS
M
Masahiro Yamada 已提交
142
	select SUPPORT_SPL
143 144 145

config TARGET_XFI3
	bool "Support xfi3"
146
	select CPU_ARM926EJS
M
Masahiro Yamada 已提交
147
	select SUPPORT_SPL
148 149 150

config TARGET_M28EVK
	bool "Support m28evk"
151
	select CPU_ARM926EJS
M
Masahiro Yamada 已提交
152
	select SUPPORT_SPL
153 154 155

config TARGET_MX23EVK
	bool "Support mx23evk"
156
	select CPU_ARM926EJS
M
Masahiro Yamada 已提交
157
	select SUPPORT_SPL
158 159 160

config TARGET_MX28EVK
	bool "Support mx28evk"
161
	select CPU_ARM926EJS
M
Masahiro Yamada 已提交
162
	select SUPPORT_SPL
163 164 165

config TARGET_MX23_OLINUXINO
	bool "Support mx23_olinuxino"
166
	select CPU_ARM926EJS
M
Masahiro Yamada 已提交
167
	select SUPPORT_SPL
168 169 170

config TARGET_BG0900
	bool "Support bg0900"
171
	select CPU_ARM926EJS
M
Masahiro Yamada 已提交
172
	select SUPPORT_SPL
173 174 175

config TARGET_SANSA_FUZE_PLUS
	bool "Support sansa_fuze_plus"
176
	select CPU_ARM926EJS
M
Masahiro Yamada 已提交
177
	select SUPPORT_SPL
178 179 180

config TARGET_SC_SPS_1
	bool "Support sc_sps_1"
181
	select CPU_ARM926EJS
M
Masahiro Yamada 已提交
182
	select SUPPORT_SPL
183

184 185
config ORION5X
	bool "Marvell Orion"
186
	select CPU_ARM926EJS
187 188 189

config TARGET_SPEAR300
	bool "Support spear300"
190
	select CPU_ARM926EJS
191 192 193

config TARGET_SPEAR310
	bool "Support spear310"
194
	select CPU_ARM926EJS
195 196 197

config TARGET_SPEAR320
	bool "Support spear320"
198
	select CPU_ARM926EJS
199 200 201

config TARGET_SPEAR600
	bool "Support spear600"
202
	select CPU_ARM926EJS
203

204 205 206
config TARGET_STV0991
	bool "Support stv0991"
	select CPU_V7
207 208
	select DM
	select DM_SERIAL
209 210 211
	select DM_SPI
	select DM_SPI_FLASH
	select SPI_FLASH
212

213 214
config TARGET_X600
	bool "Support x600"
215
	select CPU_ARM926EJS
M
Masahiro Yamada 已提交
216
	select SUPPORT_SPL
217 218 219

config TARGET_IMX31_PHYCORE
	bool "Support imx31_phycore"
220
	select CPU_ARM1136
221 222 223

config TARGET_MX31ADS
	bool "Support mx31ads"
224
	select CPU_ARM1136
225 226 227

config TARGET_MX31PDK
	bool "Support mx31pdk"
228
	select CPU_ARM1136
M
Masahiro Yamada 已提交
229
	select SUPPORT_SPL
230 231 232

config TARGET_WOODBURN
	bool "Support woodburn"
233
	select CPU_ARM1136
234 235 236

config TARGET_WOODBURN_SD
	bool "Support woodburn_sd"
237
	select CPU_ARM1136
M
Masahiro Yamada 已提交
238
	select SUPPORT_SPL
239 240 241

config TARGET_FLEA3
	bool "Support flea3"
242
	select CPU_ARM1136
243 244 245

config TARGET_MX35PDK
	bool "Support mx35pdk"
246
	select CPU_ARM1136
247

248 249
config ARCH_BCM283X
	bool "Broadcom BCM283X family"
M
Masahiro Yamada 已提交
250 251 252
	select DM
	select DM_SERIAL
	select DM_GPIO
253

254 255
config TARGET_VEXPRESS_CA15_TC2
	bool "Support vexpress_ca15_tc2"
256
	select CPU_V7
257 258
	select CPU_V7_HAS_NONSEC
	select CPU_V7_HAS_VIRT
259 260 261

config TARGET_VEXPRESS_CA5X2
	bool "Support vexpress_ca5x2"
262
	select CPU_V7
263 264 265

config TARGET_VEXPRESS_CA9X4
	bool "Support vexpress_ca9x4"
266
	select CPU_V7
267 268 269

config TARGET_KWB
	bool "Support kwb"
270
	select CPU_V7
M
Masahiro Yamada 已提交
271
	select SUPPORT_SPL
272 273 274

config TARGET_TSERIES
	bool "Support tseries"
275
	select CPU_V7
M
Masahiro Yamada 已提交
276
	select SUPPORT_SPL
277 278 279

config TARGET_CM_T335
	bool "Support cm_t335"
280
	select CPU_V7
M
Masahiro Yamada 已提交
281
	select SUPPORT_SPL
M
Masahiro Yamada 已提交
282 283 284
	select DM
	select DM_SERIAL
	select DM_GPIO
285 286 287

config TARGET_PEPPER
	bool "Support pepper"
288
	select CPU_V7
M
Masahiro Yamada 已提交
289
	select SUPPORT_SPL
M
Masahiro Yamada 已提交
290 291 292
	select DM
	select DM_SERIAL
	select DM_GPIO
293 294 295

config TARGET_AM335X_IGEP0033
	bool "Support am335x_igep0033"
296
	select CPU_V7
M
Masahiro Yamada 已提交
297
	select SUPPORT_SPL
M
Masahiro Yamada 已提交
298 299 300
	select DM
	select DM_SERIAL
	select DM_GPIO
301 302 303

config TARGET_PCM051
	bool "Support pcm051"
304
	select CPU_V7
M
Masahiro Yamada 已提交
305
	select SUPPORT_SPL
M
Masahiro Yamada 已提交
306 307 308
	select DM
	select DM_SERIAL
	select DM_GPIO
309 310 311

config TARGET_DRACO
	bool "Support draco"
312
	select CPU_V7
M
Masahiro Yamada 已提交
313
	select SUPPORT_SPL
314

315 316
config TARGET_THUBAN
	bool "Support thuban"
317
	select CPU_V7
M
Masahiro Yamada 已提交
318
	select SUPPORT_SPL
319

320 321 322 323 324
config TARGET_RASTABAN
	bool "Support rastaban"
	select CPU_V7
	select SUPPORT_SPL

325 326
config TARGET_PXM2
	bool "Support pxm2"
327
	select CPU_V7
M
Masahiro Yamada 已提交
328
	select SUPPORT_SPL
329 330 331

config TARGET_RUT
	bool "Support rut"
332
	select CPU_V7
M
Masahiro Yamada 已提交
333
	select SUPPORT_SPL
334 335 336

config TARGET_PENGWYN
	bool "Support pengwyn"
337
	select CPU_V7
M
Masahiro Yamada 已提交
338
	select SUPPORT_SPL
M
Masahiro Yamada 已提交
339 340 341
	select DM
	select DM_SERIAL
	select DM_GPIO
342

343 344 345 346 347 348 349 350
config TARGET_AM335X_BALTOS
	bool "Support am335x_baltos"
	select CPU_V7
	select SUPPORT_SPL
	select DM
	select DM_SERIAL
	select DM_GPIO

351 352
config TARGET_AM335X_EVM
	bool "Support am335x_evm"
353
	select CPU_V7
M
Masahiro Yamada 已提交
354
	select SUPPORT_SPL
M
Masahiro Yamada 已提交
355 356 357
	select DM
	select DM_SERIAL
	select DM_GPIO
358

359 360 361 362 363 364 365
config TARGET_AM335X_SL50
	bool "Support am335x_sl50"
	select CPU_V7
	select SUPPORT_SPL
	select DM
	select DM_SERIAL

366 367
config TARGET_AM43XX_EVM
	bool "Support am43xx_evm"
368
	select CPU_V7
M
Masahiro Yamada 已提交
369
	select SUPPORT_SPL
370

371 372 373 374
config TARGET_BAV335X
	bool "Support bav335x"
	select CPU_V7
	select SUPPORT_SPL
375 376
	select DM
	select DM_SERIAL
377 378 379 380 381 382 383 384 385
	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

386 387
config TARGET_TI814X_EVM
	bool "Support ti814x_evm"
388
	select CPU_V7
M
Masahiro Yamada 已提交
389
	select SUPPORT_SPL
390 391 392

config TARGET_TI816X_EVM
	bool "Support ti816x_evm"
393
	select CPU_V7
M
Masahiro Yamada 已提交
394
	select SUPPORT_SPL
395 396 397

config TARGET_BCM28155_AP
	bool "Support bcm28155_ap"
398
	select CPU_V7
399

S
Steve Rae 已提交
400 401
config TARGET_BCMCYGNUS
	bool "Support bcmcygnus"
402
	select CPU_V7
403

S
Steve Rae 已提交
404 405
config TARGET_BCMNSP
	bool "Support bcmnsp"
406
	select CPU_V7
407

408 409
config ARCH_EXYNOS
	bool "Samsung EXYNOS"
410
	select CPU_V7
M
Masahiro Yamada 已提交
411 412 413 414 415
	select DM
	select DM_SPI_FLASH
	select DM_SERIAL
	select DM_SPI
	select DM_GPIO
416

417 418
config ARCH_S5PC1XX
	bool "Samsung S5PC1XX"
419
	select CPU_V7
M
Masahiro Yamada 已提交
420 421 422
	select DM
	select DM_SERIAL
	select DM_GPIO
423

424 425
config ARCH_HIGHBANK
	bool "Calxeda Highbank"
426
	select CPU_V7
427

428 429
config ARCH_INTEGRATOR
	bool "ARM Ltd. Integrator family"
430 431
	select DM
	select DM_SERIAL
432

433 434
config ARCH_KEYSTONE
	bool "TI Keystone"
435
	select CPU_V7
M
Masahiro Yamada 已提交
436
	select SUPPORT_SPL
437

438 439 440 441
config ARCH_MX7
	bool "Freescale MX7"
	select CPU_V7

442 443 444 445
config ARCH_MX6
	bool "Freescale MX6"
	select CPU_V7

446 447 448 449
config ARCH_MX5
	bool "Freescale MX5"
	select CPU_V7

450 451
config TARGET_M53EVK
	bool "Support m53evk"
452
	select CPU_V7
M
Masahiro Yamada 已提交
453
	select SUPPORT_SPL
454 455 456

config TARGET_MX51EVK
	bool "Support mx51evk"
457
	select CPU_V7
458 459 460

config TARGET_MX53ARD
	bool "Support mx53ard"
461
	select CPU_V7
462 463 464

config TARGET_MX53EVK
	bool "Support mx53evk"
465
	select CPU_V7
466 467 468

config TARGET_MX53LOCO
	bool "Support mx53loco"
469
	select CPU_V7
470 471 472

config TARGET_MX53SMD
	bool "Support mx53smd"
473
	select CPU_V7
474

475 476
config OMAP34XX
	bool "OMAP34XX SoC"
477
	select CPU_V7
478

479 480
config OMAP44XX
	bool "OMAP44XX SoC"
481
	select CPU_V7
M
Masahiro Yamada 已提交
482
	select SUPPORT_SPL
483

484 485
config OMAP54XX
	bool "OMAP54XX SoC"
486
	select CPU_V7
M
Masahiro Yamada 已提交
487
	select SUPPORT_SPL
488

489 490
config RMOBILE
	bool "Renesas ARM SoCs"
491
	select CPU_V7
492

493 494
config ARCH_SOCFPGA
	bool "Altera SOCFPGA family"
495
	select CPU_V7
M
Masahiro Yamada 已提交
496
	select SUPPORT_SPL
497 498
	select OF_CONTROL
	select SPL_OF_CONTROL
499 500 501
	select DM
	select DM_SPI_FLASH
	select DM_SPI
502

503 504 505 506 507
config TARGET_CM_T43
	bool "Support cm_t43"
	select CPU_V7
	select SUPPORT_SPL

508 509
config ARCH_SUNXI
	bool "Support sunxi (Allwinner) SoCs"
510
	select CMD_USB
511 512
	select DM
	select DM_GPIO
513 514
	select DM_ETH
	select DM_SERIAL
515
	select DM_USB
516 517
	select OF_CONTROL
	select OF_SEPARATE
518
	select USB
519
	select USB_STORAGE
520
	select USB_KEYBOARD
C
Chen-Yu Tsai 已提交
521

522 523 524 525
config TARGET_TS4800
	bool "Support TS4800"
	select CPU_V7

526 527
config TARGET_VF610TWR
	bool "Support vf610twr"
528
	select CPU_V7
529

530 531 532 533
config TARGET_COLIBRI_VF
	bool "Support Colibri VF50/61"
	select CPU_V7

534 535 536 537
config TARGET_PCM052
	bool "Support pcm-052"
	select CPU_V7

538
config ARCH_ZYNQ
539
	bool "Xilinx Zynq Platform"
540
	select CPU_V7
M
Masahiro Yamada 已提交
541
	select SUPPORT_SPL
542
	select OF_CONTROL
543
	select DM
544 545
	select DM_SPI
	select DM_SPI_FLASH
546

547
config ARCH_ZYNQMP
M
Michal Simek 已提交
548 549 550
	bool "Support Xilinx ZynqMP Platform"
	select ARM64

551 552
config TEGRA
	bool "NVIDIA Tegra"
553

554
config TARGET_VEXPRESS64_AEMV8A
555
	bool "Support vexpress_aemv8a"
556
	select ARM64
557

558 559 560 561 562
config TARGET_VEXPRESS64_BASE_FVP
	bool "Support Versatile Express ARMv8a FVP BASE model"
	select ARM64
	select SEMIHOSTING

563 564 565 566 567 568 569 570 571
config TARGET_VEXPRESS64_BASE_FVP_DRAM
	bool "Support Versatile Express ARMv8a FVP BASE model booting from DRAM"
	select ARM64
	help
	  This target is derived from TARGET_VEXPRESS64_BASE_FVP and over-rides
	  the default config to allow the user to load the images directly into
	  DRAM using model parameters rather than by using semi-hosting to load
	  the files from the host filesystem.

572 573 574 575
config TARGET_VEXPRESS64_JUNO
	bool "Support Versatile Express Juno Development Platform"
	select ARM64

576 577
config TARGET_LS2085A_EMU
	bool "Support ls2085a_emu"
578
	select ARM64
579
	select ARMV8_MULTIENTRY
580 581 582

config TARGET_LS2085A_SIMU
	bool "Support ls2085a_simu"
583
	select ARM64
584
	select ARMV8_MULTIENTRY
585

586 587 588 589
config TARGET_LS2085AQDS
	bool "Support ls2085aqds"
	select ARM64
	select ARMV8_MULTIENTRY
S
Scott Wood 已提交
590
	select SUPPORT_SPL
591 592 593 594 595 596
	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.

597 598 599 600
config TARGET_LS2085ARDB
	bool "Support ls2085ardb"
	select ARM64
	select ARMV8_MULTIENTRY
601
	select SUPPORT_SPL
602 603 604 605 606 607
	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.

608 609 610
config TARGET_HIKEY
	bool "Support HiKey 96boards Consumer Edition Platform"
	select ARM64
611 612
	select DM
	select DM_GPIO
613
	select DM_SERIAL
614 615 616 617
	  help
	  Support for HiKey 96boards platform. It features a HI6220
	  SoC, with 8xA53 CPU, mali450 gpu, and 1GB RAM.

618
config TARGET_LS1021AQDS
619
	bool "Support ls1021aqds"
620
	select CPU_V7
A
Alison Wang 已提交
621
	select SUPPORT_SPL
622
config TARGET_LS1021ATWR
623
	bool "Support ls1021atwr"
624
	select CPU_V7
A
Alison Wang 已提交
625
	select SUPPORT_SPL
626

627 628
config TARGET_H2200
	bool "Support h2200"
629
	select CPU_PXA
630 631 632

config TARGET_COLIBRI_PXA270
	bool "Support colibri_pxa270"
633
	select CPU_PXA
634

635
config ARCH_UNIPHIER
636
	bool "Socionext UniPhier SoCs"
637
	select CPU_V7
M
Masahiro Yamada 已提交
638
	select SUPPORT_SPL
M
Masahiro Yamada 已提交
639
	select SPL
640
	select OF_CONTROL
641
	select SPL_OF_CONTROL
642
	select DM
643
	select SPL_DM
644 645
	select DM_SERIAL
	select DM_I2C
646 647 648
	help
	  Support for UniPhier SoC family developed by Socionext Inc.
	  (formerly, System LSI Business Division of Panasonic Corporation)
649

650 651 652 653
config TARGET_STM32F429_DISCOVERY
	bool "Support STM32F429 Discovery"
	select CPU_V7M

654 655 656 657 658 659 660 661
config ARCH_ROCKCHIP
	bool "Support Rockchip SoCs"
	select SUPPORT_SPL
	select SPL
	select OF_CONTROL
	select CPU_V7
	select DM

662 663
endchoice

664 665
source "arch/arm/mach-at91/Kconfig"

666
source "arch/arm/mach-bcm283x/Kconfig"
667

668
source "arch/arm/mach-davinci/Kconfig"
669

670
source "arch/arm/mach-exynos/Kconfig"
671

672
source "arch/arm/mach-highbank/Kconfig"
673

674 675
source "arch/arm/mach-integrator/Kconfig"

676
source "arch/arm/mach-keystone/Kconfig"
677

678
source "arch/arm/mach-kirkwood/Kconfig"
679

680 681
source "arch/arm/mach-mvebu/Kconfig"

682 683
source "arch/arm/cpu/armv7/mx7/Kconfig"

684 685
source "arch/arm/cpu/armv7/mx6/Kconfig"

686 687
source "arch/arm/cpu/armv7/mx5/Kconfig"

688 689
source "arch/arm/cpu/armv7/omap3/Kconfig"

690 691
source "arch/arm/cpu/armv7/omap4/Kconfig"

692 693
source "arch/arm/cpu/armv7/omap5/Kconfig"

694
source "arch/arm/mach-orion5x/Kconfig"
695

696 697
source "arch/arm/cpu/armv7/rmobile/Kconfig"

698 699
source "arch/arm/mach-rockchip/Kconfig"

700 701
source "arch/arm/cpu/armv7/s5pc1xx/Kconfig"

702 703
source "arch/arm/mach-socfpga/Kconfig"

704
source "arch/arm/mach-tegra/Kconfig"
705

706
source "arch/arm/mach-uniphier/Kconfig"
707

708
source "arch/arm/mach-zynq/Kconfig"
709

710 711
source "arch/arm/cpu/armv7/Kconfig"

712 713
source "arch/arm/cpu/armv8/zynqmp/Kconfig"

714 715
source "arch/arm/cpu/armv8/Kconfig"

716 717
source "arch/arm/imx-common/Kconfig"

718 719 720 721
source "board/BuR/kwb/Kconfig"
source "board/BuR/tseries/Kconfig"
source "board/CarMediaLab/flea3/Kconfig"
source "board/Marvell/aspenite/Kconfig"
722
source "board/Marvell/db-88f6820-gp/Kconfig"
723
source "board/Marvell/db-mv784mp-gp/Kconfig"
724 725 726 727 728 729
source "board/Marvell/gplugd/Kconfig"
source "board/armadeus/apf27/Kconfig"
source "board/armltd/vexpress/Kconfig"
source "board/armltd/vexpress64/Kconfig"
source "board/bluegiga/apx4devkit/Kconfig"
source "board/broadcom/bcm28155_ap/Kconfig"
S
Steve Rae 已提交
730 731
source "board/broadcom/bcmcygnus/Kconfig"
source "board/broadcom/bcmnsp/Kconfig"
732 733
source "board/cirrus/edb93xx/Kconfig"
source "board/compulab/cm_t335/Kconfig"
734
source "board/compulab/cm_t43/Kconfig"
735 736 737 738
source "board/creative/xfi3/Kconfig"
source "board/denx/m28evk/Kconfig"
source "board/denx/m53evk/Kconfig"
source "board/freescale/ls2085a/Kconfig"
739
source "board/freescale/ls2085aqds/Kconfig"
740
source "board/freescale/ls2085ardb/Kconfig"
741
source "board/freescale/ls1021aqds/Kconfig"
742
source "board/freescale/ls1021atwr/Kconfig"
743 744 745 746 747 748 749 750 751 752 753 754 755 756
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/gumstix/pepper/Kconfig"
source "board/h2200/Kconfig"
757
source "board/hisilicon/hikey/Kconfig"
758 759
source "board/imx31_phycore/Kconfig"
source "board/isee/igep0033/Kconfig"
760
source "board/maxbcm/Kconfig"
761 762 763
source "board/mpl/vcma9/Kconfig"
source "board/olimex/mx23_olinuxino/Kconfig"
source "board/phytec/pcm051/Kconfig"
764
source "board/phytec/pcm052/Kconfig"
765 766 767 768 769 770 771 772 773 774 775 776 777
source "board/ppcag/bg0900/Kconfig"
source "board/samsung/smdk2410/Kconfig"
source "board/sandisk/sansa_fuze_plus/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"
778
source "board/st/stm32f429-discovery/Kconfig"
779
source "board/st/stv0991/Kconfig"
780 781
source "board/sunxi/Kconfig"
source "board/syteco/zmx25/Kconfig"
782
source "board/tcl/sl50/Kconfig"
783 784
source "board/ti/am335x/Kconfig"
source "board/ti/am43xx/Kconfig"
785
source "board/birdland/bav335x/Kconfig"
786 787 788 789
source "board/ti/ti814x/Kconfig"
source "board/ti/ti816x/Kconfig"
source "board/timll/devkit3250/Kconfig"
source "board/toradex/colibri_pxa270/Kconfig"
790
source "board/toradex/colibri_vf/Kconfig"
791
source "board/technologic/ts4800/Kconfig"
792
source "board/vscom/baltos/Kconfig"
793
source "board/woodburn/Kconfig"
794
source "board/work-microwave/work_92105/Kconfig"
795

796 797
source "arch/arm/Kconfig.debug"

798
endmenu