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

69 70
config ARCH_AT91
	bool "Atmel AT91"
71 72 73

config TARGET_EDB93XX
	bool "Support edb93xx"
74
	select CPU_ARM920T
75 76 77

config TARGET_SCB9328
	bool "Support scb9328"
78
	select CPU_ARM920T
79 80 81

config TARGET_VCMA9
	bool "Support VCMA9"
82
	select CPU_ARM920T
83 84 85

config TARGET_SMDK2410
	bool "Support smdk2410"
86
	select CPU_ARM920T
87 88 89

config TARGET_ASPENITE
	bool "Support aspenite"
90
	select CPU_ARM926EJS
91 92 93

config TARGET_GPLUGD
	bool "Support gplugd"
94
	select CPU_ARM926EJS
95

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

102 103
config KIRKWOOD
	bool "Marvell Kirkwood"
104
	select CPU_ARM926EJS
105

106 107 108 109 110
config TARGET_DB_88F6820_GP
	bool "Support DB-88F6820-GP"
	select CPU_V7
	select SUPPORT_SPL

111 112
config TARGET_DB_MV784MP_GP
	bool "Support db-mv784mp-gp"
113
	select CPU_V7
114
	select SUPPORT_SPL
115

116 117
config TARGET_MAXBCM
	bool "Support maxbcm"
118
	select CPU_V7
119
	select SUPPORT_SPL
120

121 122
config TARGET_DEVKIT3250
	bool "Support devkit3250"
123
	select CPU_ARM926EJS
124

125 126 127 128 129
config TARGET_WORK_92105
	bool "Support work_92105"
	select CPU_ARM926EJS
	select SUPPORT_SPL

130 131
config TARGET_MX25PDK
	bool "Support mx25pdk"
132
	select CPU_ARM926EJS
133 134 135

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

config TARGET_ZMX25
	bool "Support zmx25"
141
	select CPU_ARM926EJS
142 143 144

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

config TARGET_IMX27LITE
	bool "Support imx27lite"
150
	select CPU_ARM926EJS
151 152 153

config TARGET_MAGNESIUM
	bool "Support magnesium"
154
	select CPU_ARM926EJS
155 156 157

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

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

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

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

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

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

config TARGET_BG0900
	bool "Support bg0900"
188
	select CPU_ARM926EJS
M
Masahiro Yamada 已提交
189
	select SUPPORT_SPL
190 191 192

config TARGET_SANSA_FUZE_PLUS
	bool "Support sansa_fuze_plus"
193
	select CPU_ARM926EJS
M
Masahiro Yamada 已提交
194
	select SUPPORT_SPL
195 196 197

config TARGET_SC_SPS_1
	bool "Support sc_sps_1"
198
	select CPU_ARM926EJS
M
Masahiro Yamada 已提交
199
	select SUPPORT_SPL
200

201 202
config ARCH_NOMADIK
	bool "ST-Ericsson Nomadik"
203
	select CPU_ARM926EJS
204

205 206
config ORION5X
	bool "Marvell Orion"
207
	select CPU_ARM926EJS
208 209 210

config TARGET_SPEAR300
	bool "Support spear300"
211
	select CPU_ARM926EJS
212 213 214

config TARGET_SPEAR310
	bool "Support spear310"
215
	select CPU_ARM926EJS
216 217 218

config TARGET_SPEAR320
	bool "Support spear320"
219
	select CPU_ARM926EJS
220 221 222

config TARGET_SPEAR600
	bool "Support spear600"
223
	select CPU_ARM926EJS
224

225 226 227
config TARGET_STV0991
	bool "Support stv0991"
	select CPU_V7
228 229
	select DM
	select DM_SERIAL
230

231 232
config TARGET_X600
	bool "Support x600"
233
	select CPU_ARM926EJS
M
Masahiro Yamada 已提交
234
	select SUPPORT_SPL
235

236 237
config ARCH_VERSATILE
	bool "ARM Ltd. Versatile family"
238
	select CPU_ARM926EJS
239 240 241

config TARGET_IMX31_PHYCORE
	bool "Support imx31_phycore"
242
	select CPU_ARM1136
243 244 245

config TARGET_QONG
	bool "Support qong"
246
	select CPU_ARM1136
247 248 249

config TARGET_MX31ADS
	bool "Support mx31ads"
250
	select CPU_ARM1136
251 252 253

config TARGET_MX31PDK
	bool "Support mx31pdk"
254
	select CPU_ARM1136
M
Masahiro Yamada 已提交
255
	select SUPPORT_SPL
256 257 258

config TARGET_TT01
	bool "Support tt01"
259
	select CPU_ARM1136
260 261 262

config TARGET_IMX31_LITEKIT
	bool "Support imx31_litekit"
263
	select CPU_ARM1136
264 265 266

config TARGET_WOODBURN
	bool "Support woodburn"
267
	select CPU_ARM1136
268 269 270

config TARGET_WOODBURN_SD
	bool "Support woodburn_sd"
271
	select CPU_ARM1136
M
Masahiro Yamada 已提交
272
	select SUPPORT_SPL
273 274 275

config TARGET_FLEA3
	bool "Support flea3"
276
	select CPU_ARM1136
277 278 279

config TARGET_MX35PDK
	bool "Support mx35pdk"
280
	select CPU_ARM1136
281

282 283
config ARCH_BCM283X
	bool "Broadcom BCM283X family"
M
Masahiro Yamada 已提交
284 285 286
	select DM
	select DM_SERIAL
	select DM_GPIO
287

288 289
config TARGET_VEXPRESS_CA15_TC2
	bool "Support vexpress_ca15_tc2"
290
	select CPU_V7
291 292
	select CPU_V7_HAS_NONSEC
	select CPU_V7_HAS_VIRT
293 294 295

config TARGET_VEXPRESS_CA5X2
	bool "Support vexpress_ca5x2"
296
	select CPU_V7
297 298 299

config TARGET_VEXPRESS_CA9X4
	bool "Support vexpress_ca9x4"
300
	select CPU_V7
301 302 303

config TARGET_KWB
	bool "Support kwb"
304
	select CPU_V7
M
Masahiro Yamada 已提交
305
	select SUPPORT_SPL
306 307 308

config TARGET_TSERIES
	bool "Support tseries"
309
	select CPU_V7
M
Masahiro Yamada 已提交
310
	select SUPPORT_SPL
311 312 313

config TARGET_CM_T335
	bool "Support cm_t335"
314
	select CPU_V7
M
Masahiro Yamada 已提交
315
	select SUPPORT_SPL
M
Masahiro Yamada 已提交
316 317 318
	select DM
	select DM_SERIAL
	select DM_GPIO
319 320 321

config TARGET_PEPPER
	bool "Support pepper"
322
	select CPU_V7
M
Masahiro Yamada 已提交
323
	select SUPPORT_SPL
M
Masahiro Yamada 已提交
324 325 326
	select DM
	select DM_SERIAL
	select DM_GPIO
327 328 329

config TARGET_AM335X_IGEP0033
	bool "Support am335x_igep0033"
330
	select CPU_V7
M
Masahiro Yamada 已提交
331
	select SUPPORT_SPL
M
Masahiro Yamada 已提交
332 333 334
	select DM
	select DM_SERIAL
	select DM_GPIO
335 336 337

config TARGET_PCM051
	bool "Support pcm051"
338
	select CPU_V7
M
Masahiro Yamada 已提交
339
	select SUPPORT_SPL
M
Masahiro Yamada 已提交
340 341 342
	select DM
	select DM_SERIAL
	select DM_GPIO
343 344 345

config TARGET_DRACO
	bool "Support draco"
346
	select CPU_V7
M
Masahiro Yamada 已提交
347
	select SUPPORT_SPL
348

349 350
config TARGET_THUBAN
	bool "Support thuban"
351
	select CPU_V7
M
Masahiro Yamada 已提交
352
	select SUPPORT_SPL
353

354 355 356 357 358
config TARGET_RASTABAN
	bool "Support rastaban"
	select CPU_V7
	select SUPPORT_SPL

359 360
config TARGET_PXM2
	bool "Support pxm2"
361
	select CPU_V7
M
Masahiro Yamada 已提交
362
	select SUPPORT_SPL
363 364 365

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

config TARGET_PENGWYN
	bool "Support pengwyn"
371
	select CPU_V7
M
Masahiro Yamada 已提交
372
	select SUPPORT_SPL
M
Masahiro Yamada 已提交
373 374 375
	select DM
	select DM_SERIAL
	select DM_GPIO
376

377 378 379 380 381 382 383 384
config TARGET_AM335X_BALTOS
	bool "Support am335x_baltos"
	select CPU_V7
	select SUPPORT_SPL
	select DM
	select DM_SERIAL
	select DM_GPIO

385 386
config TARGET_AM335X_EVM
	bool "Support am335x_evm"
387
	select CPU_V7
M
Masahiro Yamada 已提交
388
	select SUPPORT_SPL
M
Masahiro Yamada 已提交
389 390 391
	select DM
	select DM_SERIAL
	select DM_GPIO
392 393 394

config TARGET_AM43XX_EVM
	bool "Support am43xx_evm"
395
	select CPU_V7
M
Masahiro Yamada 已提交
396
	select SUPPORT_SPL
397

398 399 400 401
config TARGET_BAV335X
	bool "Support bav335x"
	select CPU_V7
	select SUPPORT_SPL
402 403
	select DM
	select DM_SERIAL
404 405 406 407 408 409 410 411 412
	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

413 414
config TARGET_TI814X_EVM
	bool "Support ti814x_evm"
415
	select CPU_V7
M
Masahiro Yamada 已提交
416
	select SUPPORT_SPL
417 418 419

config TARGET_TI816X_EVM
	bool "Support ti816x_evm"
420
	select CPU_V7
M
Masahiro Yamada 已提交
421
	select SUPPORT_SPL
422 423 424

config TARGET_BCM28155_AP
	bool "Support bcm28155_ap"
425
	select CPU_V7
426

S
Steve Rae 已提交
427 428
config TARGET_BCMCYGNUS
	bool "Support bcmcygnus"
429
	select CPU_V7
430

S
Steve Rae 已提交
431 432
config TARGET_BCMNSP
	bool "Support bcmnsp"
433
	select CPU_V7
434

435 436
config ARCH_EXYNOS
	bool "Samsung EXYNOS"
437
	select CPU_V7
M
Masahiro Yamada 已提交
438 439 440 441 442
	select DM
	select DM_SPI_FLASH
	select DM_SERIAL
	select DM_SPI
	select DM_GPIO
443

444 445
config ARCH_S5PC1XX
	bool "Samsung S5PC1XX"
446
	select CPU_V7
M
Masahiro Yamada 已提交
447 448 449
	select DM
	select DM_SERIAL
	select DM_GPIO
450

451 452
config ARCH_HIGHBANK
	bool "Calxeda Highbank"
453
	select CPU_V7
454

455 456 457
config ARCH_INTEGRATOR
	bool "ARM Ltd. Integrator family"

458 459
config ARCH_KEYSTONE
	bool "TI Keystone"
460
	select CPU_V7
M
Masahiro Yamada 已提交
461
	select SUPPORT_SPL
462

463 464 465 466
config ARCH_MX6
	bool "Freescale MX6"
	select CPU_V7

467 468 469 470
config ARCH_MX5
	bool "Freescale MX5"
	select CPU_V7

471 472
config TARGET_M53EVK
	bool "Support m53evk"
473
	select CPU_V7
M
Masahiro Yamada 已提交
474
	select SUPPORT_SPL
475 476 477

config TARGET_IMA3_MX53
	bool "Support ima3-mx53"
478
	select CPU_V7
479 480 481

config TARGET_MX51EVK
	bool "Support mx51evk"
482
	select CPU_V7
483 484 485

config TARGET_MX53ARD
	bool "Support mx53ard"
486
	select CPU_V7
487 488 489

config TARGET_MX53EVK
	bool "Support mx53evk"
490
	select CPU_V7
491 492 493

config TARGET_MX53LOCO
	bool "Support mx53loco"
494
	select CPU_V7
495 496 497

config TARGET_MX53SMD
	bool "Support mx53smd"
498
	select CPU_V7
499 500 501

config TARGET_MX51_EFIKAMX
	bool "Support mx51_efikamx"
502
	select CPU_V7
503 504 505

config TARGET_VISION2
	bool "Support vision2"
506
	select CPU_V7
507 508 509

config TARGET_UDOO
	bool "Support udoo"
510
	select CPU_V7
511 512 513

config TARGET_WANDBOARD
	bool "Support wandboard"
514
	select CPU_V7
F
Fabio Estevam 已提交
515
	select SUPPORT_SPL
516

517 518 519 520
config TARGET_WARP
	bool "Support WaRP"
	select CPU_V7

521 522
config TARGET_TITANIUM
	bool "Support titanium"
523
	select CPU_V7
524 525 526

config TARGET_NITROGEN6X
	bool "Support nitrogen6x"
527
	select CPU_V7
528 529 530

config TARGET_CGTQMX6EVAL
	bool "Support cgtqmx6eval"
531
	select CPU_V7
532 533 534

config TARGET_EMBESTMX6BOARDS
	bool "Support embestmx6boards"
535
	select CPU_V7
536

537 538
config TARGET_ARISTAINETOS
	bool "Support aristainetos"
539
	select CPU_V7
540

541 542 543 544
config TARGET_ARISTAINETOS2
	bool "Support aristainetos2"
	select CPU_V7

545 546
config TARGET_MX6QARM2
	bool "Support mx6qarm2"
547
	select CPU_V7
548 549 550

config TARGET_MX6QSABREAUTO
	bool "Support mx6qsabreauto"
551
	select CPU_V7
552 553
	select DM
	select DM_THERMAL
554 555 556

config TARGET_MX6SABRESD
	bool "Support mx6sabresd"
557
	select CPU_V7
J
John Tobias 已提交
558
	select SUPPORT_SPL
559 560
	select DM
	select DM_THERMAL
561

562 563 564 565 566
config TARGET_MX6CUBOXI
	bool "Support Solid-run mx6 boards"
	select CPU_V7
	select SUPPORT_SPL

567 568
config TARGET_MX6SLEVK
	bool "Support mx6slevk"
569
	select CPU_V7
570

571 572
config TARGET_MX6SXSABRESD
	bool "Support mx6sxsabresd"
573
	select CPU_V7
P
Peng Fan 已提交
574
	select SUPPORT_SPL
575 576
	select DM
	select DM_THERMAL
577

578 579
config TARGET_GW_VENTANA
	bool "Support gw_ventana"
580
	select CPU_V7
M
Masahiro Yamada 已提交
581
	select SUPPORT_SPL
582

583 584
config TARGET_KOSAGI_NOVENA
	bool "Support Kosagi Novena"
585
	select CPU_V7
586
	select SUPPORT_SPL
587

588 589
config TARGET_TBS2910
	bool "Support tbs2910"
S
Soeren Moch 已提交
590
	select CPU_V7
591

592 593
config TARGET_TQMA6
	bool "TQ Systems TQMa6 board"
594
	select CPU_V7
595

596 597
config TARGET_OT1200
	bool "Bachmann OT1200"
598
	select CPU_V7
C
Christian Gmeiner 已提交
599
	select SUPPORT_SPL
600

601 602 603 604 605 606 607 608 609
config TARGET_PLATINUM_PICON
	bool "Support platinum-picon"
	select CPU_V7
	select SUPPORT_SPL

config TARGET_PLATINUM_TITANIUM
	bool "Support platinum-titanium"
	select CPU_V7
	select SUPPORT_SPL
610

611 612
config OMAP34XX
	bool "OMAP34XX SoC"
613
	select CPU_V7
614

615 616
config OMAP44XX
	bool "OMAP44XX SoC"
617
	select CPU_V7
M
Masahiro Yamada 已提交
618
	select SUPPORT_SPL
619

620 621
config OMAP54XX
	bool "OMAP54XX SoC"
622
	select CPU_V7
M
Masahiro Yamada 已提交
623
	select SUPPORT_SPL
624

625 626
config RMOBILE
	bool "Renesas ARM SoCs"
627
	select CPU_V7
628

629 630
config TARGET_CM_FX6
	bool "Support cm_fx6"
631
	select CPU_V7
M
Masahiro Yamada 已提交
632
	select SUPPORT_SPL
633 634 635
	select DM
	select DM_SERIAL
	select DM_GPIO
636

637 638
config ARCH_SOCFPGA
	bool "Altera SOCFPGA family"
639
	select CPU_V7
M
Masahiro Yamada 已提交
640
	select SUPPORT_SPL
641 642 643
	select DM
	select DM_SPI_FLASH
	select DM_SPI
644

645 646
config ARCH_SUNXI
	bool "Support sunxi (Allwinner) SoCs"
647 648 649 650 651
	select DM
	select DM_GPIO
	select OF_CONTROL
	select OF_SEPARATE
	select SPL_DISABLE_OF_CONTROL
C
Chen-Yu Tsai 已提交
652

653 654
config TARGET_SNOWBALL
	bool "Support snowball"
655
	select CPU_V7
656 657 658

config TARGET_U8500_HREF
	bool "Support u8500_href"
659
	select CPU_V7
660 661 662

config TARGET_VF610TWR
	bool "Support vf610twr"
663
	select CPU_V7
664

665 666 667 668
config TARGET_COLIBRI_VF
	bool "Support Colibri VF50/61"
	select CPU_V7

669
config ARCH_ZYNQ
670
	bool "Xilinx Zynq Platform"
671
	select CPU_V7
M
Masahiro Yamada 已提交
672
	select SUPPORT_SPL
673
	select DM
674 675
	select DM_SPI
	select DM_SPI_FLASH
676

M
Michal Simek 已提交
677 678 679 680
config TARGET_XILINX_ZYNQMP
	bool "Support Xilinx ZynqMP Platform"
	select ARM64

681 682
config TEGRA
	bool "NVIDIA Tegra"
M
Masahiro Yamada 已提交
683
	select SUPPORT_SPL
684
	select SPL
685
	select OF_CONTROL
686
	select SPL_DISABLE_OF_CONTROL
687
	select CPU_V7
M
Masahiro Yamada 已提交
688 689 690 691 692 693
	select DM
	select DM_SPI_FLASH
	select DM_SERIAL
	select DM_I2C
	select DM_SPI
	select DM_GPIO
694

695
config TARGET_VEXPRESS64_AEMV8A
696
	bool "Support vexpress_aemv8a"
697
	select ARM64
698

699 700 701 702 703
config TARGET_VEXPRESS64_BASE_FVP
	bool "Support Versatile Express ARMv8a FVP BASE model"
	select ARM64
	select SEMIHOSTING

704 705 706 707
config TARGET_VEXPRESS64_JUNO
	bool "Support Versatile Express Juno Development Platform"
	select ARM64

708 709
config TARGET_LS2085A_EMU
	bool "Support ls2085a_emu"
710
	select ARM64
711
	select ARMV8_MULTIENTRY
712 713 714

config TARGET_LS2085A_SIMU
	bool "Support ls2085a_simu"
715
	select ARM64
716
	select ARMV8_MULTIENTRY
717

718 719 720 721
config TARGET_LS2085AQDS
	bool "Support ls2085aqds"
	select ARM64
	select ARMV8_MULTIENTRY
S
Scott Wood 已提交
722
	select SUPPORT_SPL
723 724 725 726 727 728
	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.

729 730 731 732
config TARGET_LS2085ARDB
	bool "Support ls2085ardb"
	select ARM64
	select ARMV8_MULTIENTRY
733
	select SUPPORT_SPL
734 735 736 737 738 739
	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.

740
config TARGET_LS1021AQDS
741
	bool "Support ls1021aqds"
742
	select CPU_V7
A
Alison Wang 已提交
743
	select SUPPORT_SPL
744

745
config TARGET_LS1021ATWR
746
	bool "Support ls1021atwr"
747
	select CPU_V7
A
Alison Wang 已提交
748
	select SUPPORT_SPL
749

750 751
config TARGET_BALLOON3
	bool "Support balloon3"
752
	select CPU_PXA
753 754 755

config TARGET_H2200
	bool "Support h2200"
756
	select CPU_PXA
757 758 759

config TARGET_PALMLD
	bool "Support palmld"
760
	select CPU_PXA
761 762 763

config TARGET_PALMTC
	bool "Support palmtc"
764
	select CPU_PXA
765 766 767

config TARGET_PALMTREO680
	bool "Support palmtreo680"
768
	select CPU_PXA
M
Masahiro Yamada 已提交
769
	select SUPPORT_SPL
770 771 772

config TARGET_PXA255_IDP
	bool "Support pxa255_idp"
773
	select CPU_PXA
774 775 776

config TARGET_TRIZEPSIV
	bool "Support trizepsiv"
777
	select CPU_PXA
778 779 780

config TARGET_VPAC270
	bool "Support vpac270"
781
	select CPU_PXA
M
Masahiro Yamada 已提交
782
	select SUPPORT_SPL
783 784 785

config TARGET_XAENIAX
	bool "Support xaeniax"
786
	select CPU_PXA
787 788 789

config TARGET_ZIPITZ2
	bool "Support zipitz2"
790
	select CPU_PXA
791 792 793

config TARGET_LP8X4X
	bool "Support lp8x4x"
794
	select CPU_PXA
795 796 797

config TARGET_COLIBRI_PXA270
	bool "Support colibri_pxa270"
798
	select CPU_PXA
799 800 801

config TARGET_JORNADA
	bool "Support jornada"
802
	select CPU_SA1100
803

804
config ARCH_UNIPHIER
805
	bool "Socionext UniPhier SoCs"
806
	select CPU_V7
M
Masahiro Yamada 已提交
807
	select SUPPORT_SPL
M
Masahiro Yamada 已提交
808
	select SPL
809
	select OF_CONTROL
810 811 812
	select DM
	select DM_SERIAL
	select DM_I2C
813
	select SPL_DISABLE_OF_CONTROL
814 815 816
	help
	  Support for UniPhier SoC family developed by Socionext Inc.
	  (formerly, System LSI Business Division of Panasonic Corporation)
817

818 819 820 821
config TARGET_STM32F429_DISCOVERY
	bool "Support STM32F429 Discovery"
	select CPU_V7M

822 823
endchoice

824 825
source "arch/arm/mach-at91/Kconfig"

826
source "arch/arm/mach-bcm283x/Kconfig"
827

828
source "arch/arm/mach-davinci/Kconfig"
829

830 831
source "arch/arm/cpu/armv7/exynos/Kconfig"

832
source "arch/arm/mach-highbank/Kconfig"
833

834 835
source "arch/arm/mach-integrator/Kconfig"

836
source "arch/arm/mach-keystone/Kconfig"
837

838
source "arch/arm/mach-kirkwood/Kconfig"
839

840 841
source "arch/arm/cpu/armv7/mx6/Kconfig"

842 843
source "arch/arm/cpu/armv7/mx5/Kconfig"

844
source "arch/arm/mach-nomadik/Kconfig"
845

846 847
source "arch/arm/cpu/armv7/omap3/Kconfig"

848 849
source "arch/arm/cpu/armv7/omap4/Kconfig"

850 851
source "arch/arm/cpu/armv7/omap5/Kconfig"

852
source "arch/arm/mach-orion5x/Kconfig"
853

854 855
source "arch/arm/cpu/armv7/rmobile/Kconfig"

856 857
source "arch/arm/cpu/armv7/s5pc1xx/Kconfig"

858 859
source "arch/arm/mach-socfpga/Kconfig"

860
source "arch/arm/mach-tegra/Kconfig"
861

862
source "arch/arm/mach-uniphier/Kconfig"
863

864
source "arch/arm/mach-versatile/Kconfig"
865

866
source "arch/arm/mach-zynq/Kconfig"
867

868 869
source "arch/arm/cpu/armv7/Kconfig"

870 871
source "arch/arm/cpu/armv8/Kconfig"

872 873
source "arch/arm/imx-common/Kconfig"

874
source "board/aristainetos/Kconfig"
875 876 877 878
source "board/BuR/kwb/Kconfig"
source "board/BuR/tseries/Kconfig"
source "board/CarMediaLab/flea3/Kconfig"
source "board/Marvell/aspenite/Kconfig"
879
source "board/Marvell/db-88f6820-gp/Kconfig"
880
source "board/Marvell/db-mv784mp-gp/Kconfig"
881 882 883 884
source "board/Marvell/gplugd/Kconfig"
source "board/armadeus/apf27/Kconfig"
source "board/armltd/vexpress/Kconfig"
source "board/armltd/vexpress64/Kconfig"
885
source "board/bachmann/ot1200/Kconfig"
886
source "board/balloon3/Kconfig"
887
source "board/barco/platinum/Kconfig"
888 889 890 891
source "board/barco/titanium/Kconfig"
source "board/bluegiga/apx4devkit/Kconfig"
source "board/boundary/nitrogen6x/Kconfig"
source "board/broadcom/bcm28155_ap/Kconfig"
S
Steve Rae 已提交
892 893
source "board/broadcom/bcmcygnus/Kconfig"
source "board/broadcom/bcmnsp/Kconfig"
894 895
source "board/cirrus/edb93xx/Kconfig"
source "board/compulab/cm_t335/Kconfig"
896
source "board/compulab/cm_fx6/Kconfig"
897 898 899 900 901 902 903 904
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/embest/mx6boards/Kconfig"
source "board/esg/ima3-mx53/Kconfig"
source "board/freescale/ls2085a/Kconfig"
905
source "board/freescale/ls2085aqds/Kconfig"
906
source "board/freescale/ls2085ardb/Kconfig"
907
source "board/freescale/ls1021aqds/Kconfig"
908
source "board/freescale/ls1021atwr/Kconfig"
909 910 911 912 913 914 915 916 917 918 919 920 921 922 923
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"
924
source "board/freescale/mx6sxsabresd/Kconfig"
925 926 927 928 929 930 931 932 933 934 935
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"
936
source "board/kosagi/novena/Kconfig"
937 938
source "board/logicpd/imx27lite/Kconfig"
source "board/logicpd/imx31_litekit/Kconfig"
939
source "board/maxbcm/Kconfig"
940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 955
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"
956
source "board/solidrun/mx6cuboxi/Kconfig"
957 958 959 960 961 962 963
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"
964
source "board/st/stm32f429-discovery/Kconfig"
965
source "board/st/stv0991/Kconfig"
966 967
source "board/sunxi/Kconfig"
source "board/syteco/zmx25/Kconfig"
968
source "board/tbs/tbs2910/Kconfig"
969 970
source "board/ti/am335x/Kconfig"
source "board/ti/am43xx/Kconfig"
971
source "board/birdland/bav335x/Kconfig"
972 973 974 975
source "board/ti/ti814x/Kconfig"
source "board/ti/ti816x/Kconfig"
source "board/timll/devkit3250/Kconfig"
source "board/toradex/colibri_pxa270/Kconfig"
976
source "board/toradex/colibri_vf/Kconfig"
977
source "board/tqc/tqma6/Kconfig"
978 979 980 981
source "board/trizepsiv/Kconfig"
source "board/ttcontrol/vision2/Kconfig"
source "board/udoo/Kconfig"
source "board/vpac270/Kconfig"
982
source "board/vscom/baltos/Kconfig"
983
source "board/wandboard/Kconfig"
984
source "board/warp/Kconfig"
985
source "board/woodburn/Kconfig"
986
source "board/work-microwave/work_92105/Kconfig"
987
source "board/xaeniax/Kconfig"
M
Michal Simek 已提交
988
source "board/xilinx/zynqmp/Kconfig"
989 990
source "board/zipitz2/Kconfig"

991 992
source "arch/arm/Kconfig.debug"

993
endmenu