Kconfig 19.6 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
	select CMD_USB
647 648
	select DM
	select DM_GPIO
649 650
	select DM_ETH
	select DM_SERIAL
651
	select DM_USB
652 653 654
	select OF_CONTROL
	select OF_SEPARATE
	select SPL_DISABLE_OF_CONTROL
655
	select USB
656
	select USB_STORAGE
C
Chen-Yu Tsai 已提交
657

658 659
config TARGET_SNOWBALL
	bool "Support snowball"
660
	select CPU_V7
661 662 663

config TARGET_U8500_HREF
	bool "Support u8500_href"
664
	select CPU_V7
665 666 667

config TARGET_VF610TWR
	bool "Support vf610twr"
668
	select CPU_V7
669

670 671 672 673
config TARGET_COLIBRI_VF
	bool "Support Colibri VF50/61"
	select CPU_V7

674
config ARCH_ZYNQ
675
	bool "Xilinx Zynq Platform"
676
	select CPU_V7
M
Masahiro Yamada 已提交
677
	select SUPPORT_SPL
678 679
	select OF_CONTROL
	select SPL_DISABLE_OF_CONTROL
680
	select DM
681 682
	select DM_SPI
	select DM_SPI_FLASH
683

M
Michal Simek 已提交
684 685 686 687
config TARGET_XILINX_ZYNQMP
	bool "Support Xilinx ZynqMP Platform"
	select ARM64

688 689
config TEGRA
	bool "NVIDIA Tegra"
690

691
config TARGET_VEXPRESS64_AEMV8A
692
	bool "Support vexpress_aemv8a"
693
	select ARM64
694

695 696 697 698 699
config TARGET_VEXPRESS64_BASE_FVP
	bool "Support Versatile Express ARMv8a FVP BASE model"
	select ARM64
	select SEMIHOSTING

700 701 702 703
config TARGET_VEXPRESS64_JUNO
	bool "Support Versatile Express Juno Development Platform"
	select ARM64

704 705
config TARGET_LS2085A_EMU
	bool "Support ls2085a_emu"
706
	select ARM64
707
	select ARMV8_MULTIENTRY
708 709 710

config TARGET_LS2085A_SIMU
	bool "Support ls2085a_simu"
711
	select ARM64
712
	select ARMV8_MULTIENTRY
713

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

725 726 727 728
config TARGET_LS2085ARDB
	bool "Support ls2085ardb"
	select ARM64
	select ARMV8_MULTIENTRY
729
	select SUPPORT_SPL
730 731 732 733 734 735
	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.

736
config TARGET_LS1021AQDS
737
	bool "Support ls1021aqds"
738
	select CPU_V7
A
Alison Wang 已提交
739
	select SUPPORT_SPL
740

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

746 747
config TARGET_BALLOON3
	bool "Support balloon3"
748
	select CPU_PXA
749 750 751

config TARGET_H2200
	bool "Support h2200"
752
	select CPU_PXA
753 754 755

config TARGET_PALMLD
	bool "Support palmld"
756
	select CPU_PXA
757 758 759

config TARGET_PALMTC
	bool "Support palmtc"
760
	select CPU_PXA
761 762 763

config TARGET_PALMTREO680
	bool "Support palmtreo680"
764
	select CPU_PXA
M
Masahiro Yamada 已提交
765
	select SUPPORT_SPL
766 767 768

config TARGET_PXA255_IDP
	bool "Support pxa255_idp"
769
	select CPU_PXA
770 771 772

config TARGET_TRIZEPSIV
	bool "Support trizepsiv"
773
	select CPU_PXA
774 775 776

config TARGET_VPAC270
	bool "Support vpac270"
777
	select CPU_PXA
M
Masahiro Yamada 已提交
778
	select SUPPORT_SPL
779 780 781

config TARGET_XAENIAX
	bool "Support xaeniax"
782
	select CPU_PXA
783 784 785

config TARGET_ZIPITZ2
	bool "Support zipitz2"
786
	select CPU_PXA
787 788 789

config TARGET_LP8X4X
	bool "Support lp8x4x"
790
	select CPU_PXA
791 792 793

config TARGET_COLIBRI_PXA270
	bool "Support colibri_pxa270"
794
	select CPU_PXA
795 796 797

config TARGET_JORNADA
	bool "Support jornada"
798
	select CPU_SA1100
799

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

814 815 816 817
config TARGET_STM32F429_DISCOVERY
	bool "Support STM32F429 Discovery"
	select CPU_V7M

818 819
endchoice

820 821
source "arch/arm/mach-at91/Kconfig"

822
source "arch/arm/mach-bcm283x/Kconfig"
823

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

826 827
source "arch/arm/cpu/armv7/exynos/Kconfig"

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

830 831
source "arch/arm/mach-integrator/Kconfig"

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

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

836 837
source "arch/arm/cpu/armv7/mx6/Kconfig"

838 839
source "arch/arm/cpu/armv7/mx5/Kconfig"

840
source "arch/arm/mach-nomadik/Kconfig"
841

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

844 845
source "arch/arm/cpu/armv7/omap4/Kconfig"

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

848
source "arch/arm/mach-orion5x/Kconfig"
849

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

852 853
source "arch/arm/cpu/armv7/s5pc1xx/Kconfig"

854 855
source "arch/arm/mach-socfpga/Kconfig"

856
source "arch/arm/mach-tegra/Kconfig"
857

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

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

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

864 865
source "arch/arm/cpu/armv7/Kconfig"

866 867
source "arch/arm/cpu/armv8/Kconfig"

868 869
source "arch/arm/imx-common/Kconfig"

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

986 987
source "arch/arm/Kconfig.debug"

988
endmenu