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
	select DM_SPI
	select DM_SPI_FLASH
	select SPI_FLASH
233

234 235
config TARGET_X600
	bool "Support x600"
236
	select CPU_ARM926EJS
M
Masahiro Yamada 已提交
237
	select SUPPORT_SPL
238

239 240
config ARCH_VERSATILE
	bool "ARM Ltd. Versatile family"
241
	select CPU_ARM926EJS
242 243 244

config TARGET_IMX31_PHYCORE
	bool "Support imx31_phycore"
245
	select CPU_ARM1136
246 247 248

config TARGET_QONG
	bool "Support qong"
249
	select CPU_ARM1136
250 251 252

config TARGET_MX31ADS
	bool "Support mx31ads"
253
	select CPU_ARM1136
254 255 256

config TARGET_MX31PDK
	bool "Support mx31pdk"
257
	select CPU_ARM1136
M
Masahiro Yamada 已提交
258
	select SUPPORT_SPL
259 260 261

config TARGET_TT01
	bool "Support tt01"
262
	select CPU_ARM1136
263 264 265

config TARGET_IMX31_LITEKIT
	bool "Support imx31_litekit"
266
	select CPU_ARM1136
267 268 269

config TARGET_WOODBURN
	bool "Support woodburn"
270
	select CPU_ARM1136
271 272 273

config TARGET_WOODBURN_SD
	bool "Support woodburn_sd"
274
	select CPU_ARM1136
M
Masahiro Yamada 已提交
275
	select SUPPORT_SPL
276 277 278

config TARGET_FLEA3
	bool "Support flea3"
279
	select CPU_ARM1136
280 281 282

config TARGET_MX35PDK
	bool "Support mx35pdk"
283
	select CPU_ARM1136
284

285 286
config ARCH_BCM283X
	bool "Broadcom BCM283X family"
M
Masahiro Yamada 已提交
287 288 289
	select DM
	select DM_SERIAL
	select DM_GPIO
290

291 292
config TARGET_VEXPRESS_CA15_TC2
	bool "Support vexpress_ca15_tc2"
293
	select CPU_V7
294 295
	select CPU_V7_HAS_NONSEC
	select CPU_V7_HAS_VIRT
296 297 298

config TARGET_VEXPRESS_CA5X2
	bool "Support vexpress_ca5x2"
299
	select CPU_V7
300 301 302

config TARGET_VEXPRESS_CA9X4
	bool "Support vexpress_ca9x4"
303
	select CPU_V7
304 305 306

config TARGET_KWB
	bool "Support kwb"
307
	select CPU_V7
M
Masahiro Yamada 已提交
308
	select SUPPORT_SPL
309 310 311

config TARGET_TSERIES
	bool "Support tseries"
312
	select CPU_V7
M
Masahiro Yamada 已提交
313
	select SUPPORT_SPL
314 315 316

config TARGET_CM_T335
	bool "Support cm_t335"
317
	select CPU_V7
M
Masahiro Yamada 已提交
318
	select SUPPORT_SPL
M
Masahiro Yamada 已提交
319 320 321
	select DM
	select DM_SERIAL
	select DM_GPIO
322 323 324

config TARGET_PEPPER
	bool "Support pepper"
325
	select CPU_V7
M
Masahiro Yamada 已提交
326
	select SUPPORT_SPL
M
Masahiro Yamada 已提交
327 328 329
	select DM
	select DM_SERIAL
	select DM_GPIO
330 331 332

config TARGET_AM335X_IGEP0033
	bool "Support am335x_igep0033"
333
	select CPU_V7
M
Masahiro Yamada 已提交
334
	select SUPPORT_SPL
M
Masahiro Yamada 已提交
335 336 337
	select DM
	select DM_SERIAL
	select DM_GPIO
338 339 340

config TARGET_PCM051
	bool "Support pcm051"
341
	select CPU_V7
M
Masahiro Yamada 已提交
342
	select SUPPORT_SPL
M
Masahiro Yamada 已提交
343 344 345
	select DM
	select DM_SERIAL
	select DM_GPIO
346 347 348

config TARGET_DRACO
	bool "Support draco"
349
	select CPU_V7
M
Masahiro Yamada 已提交
350
	select SUPPORT_SPL
351

352 353
config TARGET_THUBAN
	bool "Support thuban"
354
	select CPU_V7
M
Masahiro Yamada 已提交
355
	select SUPPORT_SPL
356

357 358 359 360 361
config TARGET_RASTABAN
	bool "Support rastaban"
	select CPU_V7
	select SUPPORT_SPL

362 363
config TARGET_PXM2
	bool "Support pxm2"
364
	select CPU_V7
M
Masahiro Yamada 已提交
365
	select SUPPORT_SPL
366 367 368

config TARGET_RUT
	bool "Support rut"
369
	select CPU_V7
M
Masahiro Yamada 已提交
370
	select SUPPORT_SPL
371 372 373

config TARGET_PENGWYN
	bool "Support pengwyn"
374
	select CPU_V7
M
Masahiro Yamada 已提交
375
	select SUPPORT_SPL
M
Masahiro Yamada 已提交
376 377 378
	select DM
	select DM_SERIAL
	select DM_GPIO
379

380 381 382 383 384 385 386 387
config TARGET_AM335X_BALTOS
	bool "Support am335x_baltos"
	select CPU_V7
	select SUPPORT_SPL
	select DM
	select DM_SERIAL
	select DM_GPIO

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

config TARGET_AM43XX_EVM
	bool "Support am43xx_evm"
398
	select CPU_V7
M
Masahiro Yamada 已提交
399
	select SUPPORT_SPL
400

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

416 417
config TARGET_TI814X_EVM
	bool "Support ti814x_evm"
418
	select CPU_V7
M
Masahiro Yamada 已提交
419
	select SUPPORT_SPL
420 421 422

config TARGET_TI816X_EVM
	bool "Support ti816x_evm"
423
	select CPU_V7
M
Masahiro Yamada 已提交
424
	select SUPPORT_SPL
425 426 427

config TARGET_BCM28155_AP
	bool "Support bcm28155_ap"
428
	select CPU_V7
429

S
Steve Rae 已提交
430 431
config TARGET_BCMCYGNUS
	bool "Support bcmcygnus"
432
	select CPU_V7
433

S
Steve Rae 已提交
434 435
config TARGET_BCMNSP
	bool "Support bcmnsp"
436
	select CPU_V7
437

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

447 448
config ARCH_S5PC1XX
	bool "Samsung S5PC1XX"
449
	select CPU_V7
M
Masahiro Yamada 已提交
450 451 452
	select DM
	select DM_SERIAL
	select DM_GPIO
453

454 455
config ARCH_HIGHBANK
	bool "Calxeda Highbank"
456
	select CPU_V7
457

458 459 460
config ARCH_INTEGRATOR
	bool "ARM Ltd. Integrator family"

461 462
config ARCH_KEYSTONE
	bool "TI Keystone"
463
	select CPU_V7
M
Masahiro Yamada 已提交
464
	select SUPPORT_SPL
465

466 467 468 469
config ARCH_MX6
	bool "Freescale MX6"
	select CPU_V7

470 471 472 473
config ARCH_MX5
	bool "Freescale MX5"
	select CPU_V7

474 475
config TARGET_M53EVK
	bool "Support m53evk"
476
	select CPU_V7
M
Masahiro Yamada 已提交
477
	select SUPPORT_SPL
478 479 480

config TARGET_IMA3_MX53
	bool "Support ima3-mx53"
481
	select CPU_V7
482 483 484

config TARGET_MX51EVK
	bool "Support mx51evk"
485
	select CPU_V7
486 487 488

config TARGET_MX53ARD
	bool "Support mx53ard"
489
	select CPU_V7
490 491 492

config TARGET_MX53EVK
	bool "Support mx53evk"
493
	select CPU_V7
494 495 496

config TARGET_MX53LOCO
	bool "Support mx53loco"
497
	select CPU_V7
498 499 500

config TARGET_MX53SMD
	bool "Support mx53smd"
501
	select CPU_V7
502 503 504

config TARGET_MX51_EFIKAMX
	bool "Support mx51_efikamx"
505
	select CPU_V7
506 507 508

config TARGET_VISION2
	bool "Support vision2"
509
	select CPU_V7
510 511 512

config TARGET_UDOO
	bool "Support udoo"
513
	select CPU_V7
514 515 516

config TARGET_WANDBOARD
	bool "Support wandboard"
517
	select CPU_V7
F
Fabio Estevam 已提交
518
	select SUPPORT_SPL
519

520 521 522 523
config TARGET_WARP
	bool "Support WaRP"
	select CPU_V7

524 525
config TARGET_TITANIUM
	bool "Support titanium"
526
	select CPU_V7
527 528 529

config TARGET_NITROGEN6X
	bool "Support nitrogen6x"
530
	select CPU_V7
531 532 533

config TARGET_CGTQMX6EVAL
	bool "Support cgtqmx6eval"
534
	select CPU_V7
535 536 537

config TARGET_EMBESTMX6BOARDS
	bool "Support embestmx6boards"
538
	select CPU_V7
539

540 541
config TARGET_ARISTAINETOS
	bool "Support aristainetos"
542
	select CPU_V7
543

544 545 546 547
config TARGET_ARISTAINETOS2
	bool "Support aristainetos2"
	select CPU_V7

548 549
config TARGET_MX6QARM2
	bool "Support mx6qarm2"
550
	select CPU_V7
551 552 553

config TARGET_MX6QSABREAUTO
	bool "Support mx6qsabreauto"
554
	select CPU_V7
555 556
	select DM
	select DM_THERMAL
557 558 559

config TARGET_MX6SABRESD
	bool "Support mx6sabresd"
560
	select CPU_V7
J
John Tobias 已提交
561
	select SUPPORT_SPL
562 563
	select DM
	select DM_THERMAL
564

565 566 567 568 569
config TARGET_MX6CUBOXI
	bool "Support Solid-run mx6 boards"
	select CPU_V7
	select SUPPORT_SPL

570 571
config TARGET_MX6SLEVK
	bool "Support mx6slevk"
572
	select CPU_V7
573

574 575
config TARGET_MX6SXSABRESD
	bool "Support mx6sxsabresd"
576
	select CPU_V7
P
Peng Fan 已提交
577
	select SUPPORT_SPL
578 579
	select DM
	select DM_THERMAL
580

581 582
config TARGET_GW_VENTANA
	bool "Support gw_ventana"
583
	select CPU_V7
M
Masahiro Yamada 已提交
584
	select SUPPORT_SPL
585

586 587
config TARGET_KOSAGI_NOVENA
	bool "Support Kosagi Novena"
588
	select CPU_V7
589
	select SUPPORT_SPL
590

591 592
config TARGET_TBS2910
	bool "Support tbs2910"
S
Soeren Moch 已提交
593
	select CPU_V7
594

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

600 601 602 603 604 605 606 607 608
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
609

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

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

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

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

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

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

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

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

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

config TARGET_VF610TWR
	bool "Support vf610twr"
662
	select CPU_V7
663

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

config TARGET_JORNADA
	bool "Support jornada"
803
	select CPU_SA1100
804

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

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

823 824
endchoice

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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