Kconfig 16.1 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 110 111 112
config TARGET_DB_88F6820_GP
	bool "Support DB-88F6820-GP"
	select CPU_V7
	select SUPPORT_SPL

113 114
config TARGET_DB_MV784MP_GP
	bool "Support db-mv784mp-gp"
115
	select CPU_V7
116
	select SUPPORT_SPL
117

118 119
config TARGET_MAXBCM
	bool "Support maxbcm"
120
	select CPU_V7
121
	select SUPPORT_SPL
122

123 124
config TARGET_DEVKIT3250
	bool "Support devkit3250"
125
	select CPU_ARM926EJS
126
	select SUPPORT_SPL
127

128 129 130 131 132
config TARGET_WORK_92105
	bool "Support work_92105"
	select CPU_ARM926EJS
	select SUPPORT_SPL

133 134
config TARGET_MX25PDK
	bool "Support mx25pdk"
135
	select CPU_ARM926EJS
136 137 138

config TARGET_ZMX25
	bool "Support zmx25"
139
	select CPU_ARM926EJS
140 141 142

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

config TARGET_APX4DEVKIT
	bool "Support apx4devkit"
148
	select CPU_ARM926EJS
M
Masahiro Yamada 已提交
149
	select SUPPORT_SPL
150 151 152

config TARGET_XFI3
	bool "Support xfi3"
153
	select CPU_ARM926EJS
M
Masahiro Yamada 已提交
154
	select SUPPORT_SPL
155 156 157

config TARGET_M28EVK
	bool "Support m28evk"
158
	select CPU_ARM926EJS
M
Masahiro Yamada 已提交
159
	select SUPPORT_SPL
160 161 162

config TARGET_MX23EVK
	bool "Support mx23evk"
163
	select CPU_ARM926EJS
M
Masahiro Yamada 已提交
164
	select SUPPORT_SPL
165 166 167

config TARGET_MX28EVK
	bool "Support mx28evk"
168
	select CPU_ARM926EJS
M
Masahiro Yamada 已提交
169
	select SUPPORT_SPL
170 171 172

config TARGET_MX23_OLINUXINO
	bool "Support mx23_olinuxino"
173
	select CPU_ARM926EJS
M
Masahiro Yamada 已提交
174
	select SUPPORT_SPL
175 176 177

config TARGET_BG0900
	bool "Support bg0900"
178
	select CPU_ARM926EJS
M
Masahiro Yamada 已提交
179
	select SUPPORT_SPL
180 181 182

config TARGET_SANSA_FUZE_PLUS
	bool "Support sansa_fuze_plus"
183
	select CPU_ARM926EJS
M
Masahiro Yamada 已提交
184
	select SUPPORT_SPL
185 186 187

config TARGET_SC_SPS_1
	bool "Support sc_sps_1"
188
	select CPU_ARM926EJS
M
Masahiro Yamada 已提交
189
	select SUPPORT_SPL
190

191 192
config ORION5X
	bool "Marvell Orion"
193
	select CPU_ARM926EJS
194 195 196

config TARGET_SPEAR300
	bool "Support spear300"
197
	select CPU_ARM926EJS
198 199 200

config TARGET_SPEAR310
	bool "Support spear310"
201
	select CPU_ARM926EJS
202 203 204

config TARGET_SPEAR320
	bool "Support spear320"
205
	select CPU_ARM926EJS
206 207 208

config TARGET_SPEAR600
	bool "Support spear600"
209
	select CPU_ARM926EJS
210

211 212 213
config TARGET_STV0991
	bool "Support stv0991"
	select CPU_V7
214 215
	select DM
	select DM_SERIAL
216 217 218
	select DM_SPI
	select DM_SPI_FLASH
	select SPI_FLASH
219

220 221
config TARGET_X600
	bool "Support x600"
222
	select CPU_ARM926EJS
M
Masahiro Yamada 已提交
223
	select SUPPORT_SPL
224 225 226

config TARGET_IMX31_PHYCORE
	bool "Support imx31_phycore"
227
	select CPU_ARM1136
228 229 230

config TARGET_MX31ADS
	bool "Support mx31ads"
231
	select CPU_ARM1136
232 233 234

config TARGET_MX31PDK
	bool "Support mx31pdk"
235
	select CPU_ARM1136
M
Masahiro Yamada 已提交
236
	select SUPPORT_SPL
237 238 239

config TARGET_WOODBURN
	bool "Support woodburn"
240
	select CPU_ARM1136
241 242 243

config TARGET_WOODBURN_SD
	bool "Support woodburn_sd"
244
	select CPU_ARM1136
M
Masahiro Yamada 已提交
245
	select SUPPORT_SPL
246 247 248

config TARGET_FLEA3
	bool "Support flea3"
249
	select CPU_ARM1136
250 251 252

config TARGET_MX35PDK
	bool "Support mx35pdk"
253
	select CPU_ARM1136
254

255 256
config ARCH_BCM283X
	bool "Broadcom BCM283X family"
M
Masahiro Yamada 已提交
257 258 259
	select DM
	select DM_SERIAL
	select DM_GPIO
260

261 262
config TARGET_VEXPRESS_CA15_TC2
	bool "Support vexpress_ca15_tc2"
263
	select CPU_V7
264 265
	select CPU_V7_HAS_NONSEC
	select CPU_V7_HAS_VIRT
266 267 268

config TARGET_VEXPRESS_CA5X2
	bool "Support vexpress_ca5x2"
269
	select CPU_V7
270 271 272

config TARGET_VEXPRESS_CA9X4
	bool "Support vexpress_ca9x4"
273
	select CPU_V7
274 275 276

config TARGET_KWB
	bool "Support kwb"
277
	select CPU_V7
M
Masahiro Yamada 已提交
278
	select SUPPORT_SPL
279 280 281

config TARGET_TSERIES
	bool "Support tseries"
282
	select CPU_V7
M
Masahiro Yamada 已提交
283
	select SUPPORT_SPL
284 285 286

config TARGET_CM_T335
	bool "Support cm_t335"
287
	select CPU_V7
M
Masahiro Yamada 已提交
288
	select SUPPORT_SPL
M
Masahiro Yamada 已提交
289 290 291
	select DM
	select DM_SERIAL
	select DM_GPIO
292 293 294

config TARGET_PEPPER
	bool "Support pepper"
295
	select CPU_V7
M
Masahiro Yamada 已提交
296
	select SUPPORT_SPL
M
Masahiro Yamada 已提交
297 298 299
	select DM
	select DM_SERIAL
	select DM_GPIO
300 301 302

config TARGET_AM335X_IGEP0033
	bool "Support am335x_igep0033"
303
	select CPU_V7
M
Masahiro Yamada 已提交
304
	select SUPPORT_SPL
M
Masahiro Yamada 已提交
305 306 307
	select DM
	select DM_SERIAL
	select DM_GPIO
308 309 310

config TARGET_PCM051
	bool "Support pcm051"
311
	select CPU_V7
M
Masahiro Yamada 已提交
312
	select SUPPORT_SPL
M
Masahiro Yamada 已提交
313 314 315
	select DM
	select DM_SERIAL
	select DM_GPIO
316 317 318

config TARGET_DRACO
	bool "Support draco"
319
	select CPU_V7
M
Masahiro Yamada 已提交
320
	select SUPPORT_SPL
321

322 323
config TARGET_THUBAN
	bool "Support thuban"
324
	select CPU_V7
M
Masahiro Yamada 已提交
325
	select SUPPORT_SPL
326

327 328 329 330 331
config TARGET_RASTABAN
	bool "Support rastaban"
	select CPU_V7
	select SUPPORT_SPL

332 333
config TARGET_PXM2
	bool "Support pxm2"
334
	select CPU_V7
M
Masahiro Yamada 已提交
335
	select SUPPORT_SPL
336 337 338

config TARGET_RUT
	bool "Support rut"
339
	select CPU_V7
M
Masahiro Yamada 已提交
340
	select SUPPORT_SPL
341 342 343

config TARGET_PENGWYN
	bool "Support pengwyn"
344
	select CPU_V7
M
Masahiro Yamada 已提交
345
	select SUPPORT_SPL
M
Masahiro Yamada 已提交
346 347 348
	select DM
	select DM_SERIAL
	select DM_GPIO
349

350 351 352 353 354 355 356 357
config TARGET_AM335X_BALTOS
	bool "Support am335x_baltos"
	select CPU_V7
	select SUPPORT_SPL
	select DM
	select DM_SERIAL
	select DM_GPIO

358 359
config TARGET_AM335X_EVM
	bool "Support am335x_evm"
360
	select CPU_V7
M
Masahiro Yamada 已提交
361
	select SUPPORT_SPL
M
Masahiro Yamada 已提交
362 363 364
	select DM
	select DM_SERIAL
	select DM_GPIO
365

366 367 368 369 370 371 372
config TARGET_AM335X_SL50
	bool "Support am335x_sl50"
	select CPU_V7
	select SUPPORT_SPL
	select DM
	select DM_SERIAL

373 374
config TARGET_AM43XX_EVM
	bool "Support am43xx_evm"
375
	select CPU_V7
M
Masahiro Yamada 已提交
376
	select SUPPORT_SPL
377

378 379 380 381
config TARGET_BAV335X
	bool "Support bav335x"
	select CPU_V7
	select SUPPORT_SPL
382 383
	select DM
	select DM_SERIAL
384 385 386 387 388 389 390 391 392
	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

393 394
config TARGET_TI814X_EVM
	bool "Support ti814x_evm"
395
	select CPU_V7
M
Masahiro Yamada 已提交
396
	select SUPPORT_SPL
397 398 399

config TARGET_TI816X_EVM
	bool "Support ti816x_evm"
400
	select CPU_V7
M
Masahiro Yamada 已提交
401
	select SUPPORT_SPL
402 403 404

config TARGET_BCM28155_AP
	bool "Support bcm28155_ap"
405
	select CPU_V7
406

S
Steve Rae 已提交
407 408
config TARGET_BCMCYGNUS
	bool "Support bcmcygnus"
409
	select CPU_V7
410

S
Steve Rae 已提交
411 412
config TARGET_BCMNSP
	bool "Support bcmnsp"
413
	select CPU_V7
414

415 416
config ARCH_EXYNOS
	bool "Samsung EXYNOS"
417
	select CPU_V7
M
Masahiro Yamada 已提交
418 419 420 421 422
	select DM
	select DM_SPI_FLASH
	select DM_SERIAL
	select DM_SPI
	select DM_GPIO
423

424 425
config ARCH_S5PC1XX
	bool "Samsung S5PC1XX"
426
	select CPU_V7
M
Masahiro Yamada 已提交
427 428 429
	select DM
	select DM_SERIAL
	select DM_GPIO
430

431 432
config ARCH_HIGHBANK
	bool "Calxeda Highbank"
433
	select CPU_V7
434

435 436
config ARCH_INTEGRATOR
	bool "ARM Ltd. Integrator family"
437 438
	select DM
	select DM_SERIAL
439

440 441
config ARCH_KEYSTONE
	bool "TI Keystone"
442
	select CPU_V7
M
Masahiro Yamada 已提交
443
	select SUPPORT_SPL
444

445 446 447 448
config ARCH_MX7
	bool "Freescale MX7"
	select CPU_V7

449 450 451 452
config ARCH_MX6
	bool "Freescale MX6"
	select CPU_V7

453 454 455 456
config ARCH_MX5
	bool "Freescale MX5"
	select CPU_V7

457 458
config TARGET_M53EVK
	bool "Support m53evk"
459
	select CPU_V7
M
Masahiro Yamada 已提交
460
	select SUPPORT_SPL
461 462 463

config TARGET_MX51EVK
	bool "Support mx51evk"
464
	select CPU_V7
465 466 467

config TARGET_MX53ARD
	bool "Support mx53ard"
468
	select CPU_V7
469 470 471

config TARGET_MX53EVK
	bool "Support mx53evk"
472
	select CPU_V7
473 474 475

config TARGET_MX53LOCO
	bool "Support mx53loco"
476
	select CPU_V7
477 478 479

config TARGET_MX53SMD
	bool "Support mx53smd"
480
	select CPU_V7
481

482 483
config OMAP34XX
	bool "OMAP34XX SoC"
484
	select CPU_V7
485

486 487
config OMAP44XX
	bool "OMAP44XX SoC"
488
	select CPU_V7
M
Masahiro Yamada 已提交
489
	select SUPPORT_SPL
490

491 492
config OMAP54XX
	bool "OMAP54XX SoC"
493
	select CPU_V7
M
Masahiro Yamada 已提交
494
	select SUPPORT_SPL
495

496 497
config RMOBILE
	bool "Renesas ARM SoCs"
498
	select CPU_V7
499

500 501
config ARCH_SOCFPGA
	bool "Altera SOCFPGA family"
502
	select CPU_V7
M
Masahiro Yamada 已提交
503
	select SUPPORT_SPL
504 505
	select OF_CONTROL
	select SPL_OF_CONTROL
506 507 508
	select DM
	select DM_SPI_FLASH
	select DM_SPI
509

510 511 512 513 514
config TARGET_CM_T43
	bool "Support cm_t43"
	select CPU_V7
	select SUPPORT_SPL

515 516
config ARCH_SUNXI
	bool "Support sunxi (Allwinner) SoCs"
517
	select CMD_USB
518 519
	select DM
	select DM_GPIO
520 521
	select DM_ETH
	select DM_SERIAL
522
	select DM_USB
523 524
	select OF_CONTROL
	select OF_SEPARATE
525
	select USB
526
	select USB_STORAGE
527
	select USB_KEYBOARD
C
Chen-Yu Tsai 已提交
528

529 530 531 532
config TARGET_TS4800
	bool "Support TS4800"
	select CPU_V7

533 534
config TARGET_VF610TWR
	bool "Support vf610twr"
535
	select CPU_V7
536

537 538 539 540
config TARGET_COLIBRI_VF
	bool "Support Colibri VF50/61"
	select CPU_V7

541 542 543 544
config TARGET_PCM052
	bool "Support pcm-052"
	select CPU_V7

545
config ARCH_ZYNQ
546
	bool "Xilinx Zynq Platform"
547
	select CPU_V7
M
Masahiro Yamada 已提交
548
	select SUPPORT_SPL
549
	select OF_CONTROL
550
	select DM
551 552
	select DM_SPI
	select DM_SPI_FLASH
553

554
config ARCH_ZYNQMP
M
Michal Simek 已提交
555 556 557
	bool "Support Xilinx ZynqMP Platform"
	select ARM64

558 559
config TEGRA
	bool "NVIDIA Tegra"
560

561
config TARGET_VEXPRESS64_AEMV8A
562
	bool "Support vexpress_aemv8a"
563
	select ARM64
564

565 566 567 568 569
config TARGET_VEXPRESS64_BASE_FVP
	bool "Support Versatile Express ARMv8a FVP BASE model"
	select ARM64
	select SEMIHOSTING

570 571 572 573 574 575 576 577 578
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.

579 580 581 582
config TARGET_VEXPRESS64_JUNO
	bool "Support Versatile Express Juno Development Platform"
	select ARM64

583 584
config TARGET_LS2085A_EMU
	bool "Support ls2085a_emu"
585
	select ARM64
586
	select ARMV8_MULTIENTRY
587 588 589

config TARGET_LS2085A_SIMU
	bool "Support ls2085a_simu"
590
	select ARM64
591
	select ARMV8_MULTIENTRY
592

593 594 595 596
config TARGET_LS2085AQDS
	bool "Support ls2085aqds"
	select ARM64
	select ARMV8_MULTIENTRY
S
Scott Wood 已提交
597
	select SUPPORT_SPL
598 599 600 601 602 603
	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.

604 605 606 607
config TARGET_LS2085ARDB
	bool "Support ls2085ardb"
	select ARM64
	select ARMV8_MULTIENTRY
608
	select SUPPORT_SPL
609 610 611 612 613 614
	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.

615 616 617
config TARGET_HIKEY
	bool "Support HiKey 96boards Consumer Edition Platform"
	select ARM64
618 619
	select DM
	select DM_GPIO
620
	select DM_SERIAL
621 622 623 624
	  help
	  Support for HiKey 96boards platform. It features a HI6220
	  SoC, with 8xA53 CPU, mali450 gpu, and 1GB RAM.

625
config TARGET_LS1021AQDS
626
	bool "Support ls1021aqds"
627
	select CPU_V7
A
Alison Wang 已提交
628
	select SUPPORT_SPL
629
config TARGET_LS1021ATWR
630
	bool "Support ls1021atwr"
631
	select CPU_V7
A
Alison Wang 已提交
632
	select SUPPORT_SPL
633

634 635
config TARGET_H2200
	bool "Support h2200"
636
	select CPU_PXA
637 638 639

config TARGET_COLIBRI_PXA270
	bool "Support colibri_pxa270"
640
	select CPU_PXA
641

642
config ARCH_UNIPHIER
643
	bool "Socionext UniPhier SoCs"
644
	select CPU_V7
M
Masahiro Yamada 已提交
645
	select SUPPORT_SPL
M
Masahiro Yamada 已提交
646
	select SPL
647
	select OF_CONTROL
648
	select SPL_OF_CONTROL
649
	select DM
650
	select SPL_DM
651 652
	select DM_SERIAL
	select DM_I2C
653 654 655
	help
	  Support for UniPhier SoC family developed by Socionext Inc.
	  (formerly, System LSI Business Division of Panasonic Corporation)
656

657 658 659 660
config TARGET_STM32F429_DISCOVERY
	bool "Support STM32F429 Discovery"
	select CPU_V7M

661 662 663 664 665 666 667 668
config ARCH_ROCKCHIP
	bool "Support Rockchip SoCs"
	select SUPPORT_SPL
	select SPL
	select OF_CONTROL
	select CPU_V7
	select DM

669 670
endchoice

671 672
source "arch/arm/mach-at91/Kconfig"

673
source "arch/arm/mach-bcm283x/Kconfig"
674

675
source "arch/arm/mach-davinci/Kconfig"
676

677
source "arch/arm/mach-exynos/Kconfig"
678

679
source "arch/arm/mach-highbank/Kconfig"
680

681 682
source "arch/arm/mach-integrator/Kconfig"

683
source "arch/arm/mach-keystone/Kconfig"
684

685
source "arch/arm/mach-kirkwood/Kconfig"
686

687 688
source "arch/arm/cpu/armv7/mx7/Kconfig"

689 690
source "arch/arm/cpu/armv7/mx6/Kconfig"

691 692
source "arch/arm/cpu/armv7/mx5/Kconfig"

693 694
source "arch/arm/cpu/armv7/omap3/Kconfig"

695 696
source "arch/arm/cpu/armv7/omap4/Kconfig"

697 698
source "arch/arm/cpu/armv7/omap5/Kconfig"

699
source "arch/arm/mach-orion5x/Kconfig"
700

701 702
source "arch/arm/cpu/armv7/rmobile/Kconfig"

703 704
source "arch/arm/mach-rockchip/Kconfig"

705 706
source "arch/arm/cpu/armv7/s5pc1xx/Kconfig"

707 708
source "arch/arm/mach-socfpga/Kconfig"

709
source "arch/arm/mach-tegra/Kconfig"
710

711
source "arch/arm/mach-uniphier/Kconfig"
712

713
source "arch/arm/mach-zynq/Kconfig"
714

715 716
source "arch/arm/cpu/armv7/Kconfig"

717 718
source "arch/arm/cpu/armv8/zynqmp/Kconfig"

719 720
source "arch/arm/cpu/armv8/Kconfig"

721 722
source "arch/arm/imx-common/Kconfig"

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

801 802
source "arch/arm/Kconfig.debug"

803
endmenu