Kconfig 18.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 67 68 69
choice
	prompt "Target select"

config TARGET_INTEGRATORAP_CM720T
	bool "Support integratorap_cm720t"
70
	select CPU_ARM720T
71 72 73

config TARGET_INTEGRATORAP_CM920T
	bool "Support integratorap_cm920t"
74
	select CPU_ARM920T
75 76 77

config TARGET_INTEGRATORCP_CM920T
	bool "Support integratorcp_cm920t"
78
	select CPU_ARM920T
79

80 81
config ARCH_AT91
	bool "Atmel AT91"
82 83 84

config TARGET_EDB93XX
	bool "Support edb93xx"
85
	select CPU_ARM920T
86 87 88

config TARGET_SCB9328
	bool "Support scb9328"
89
	select CPU_ARM920T
90 91 92

config TARGET_VCMA9
	bool "Support VCMA9"
93
	select CPU_ARM920T
94 95 96

config TARGET_SMDK2410
	bool "Support smdk2410"
97
	select CPU_ARM920T
98 99 100

config TARGET_INTEGRATORAP_CM926EJS
	bool "Support integratorap_cm926ejs"
101
	select CPU_ARM926EJS
102 103 104

config TARGET_INTEGRATORCP_CM926EJS
	bool "Support integratorcp_cm926ejs"
105
	select CPU_ARM926EJS
106 107 108

config TARGET_ASPENITE
	bool "Support aspenite"
109
	select CPU_ARM926EJS
110 111 112

config TARGET_GPLUGD
	bool "Support gplugd"
113
	select CPU_ARM926EJS
114

115 116
config ARCH_DAVINCI
	bool "TI DaVinci"
117
	select CPU_ARM926EJS
118 119
	help
	  Support for TI's DaVinci platform.
120

121 122
config KIRKWOOD
	bool "Marvell Kirkwood"
123
	select CPU_ARM926EJS
124

125 126
config TARGET_DB_MV784MP_GP
	bool "Support db-mv784mp-gp"
127
	select CPU_V7
128
	select SUPPORT_SPL
129

130 131
config TARGET_MAXBCM
	bool "Support maxbcm"
132
	select CPU_V7
133
	select SUPPORT_SPL
134

135 136
config TARGET_DEVKIT3250
	bool "Support devkit3250"
137
	select CPU_ARM926EJS
138

139 140 141 142 143
config TARGET_WORK_92105
	bool "Support work_92105"
	select CPU_ARM926EJS
	select SUPPORT_SPL

144 145
config TARGET_MX25PDK
	bool "Support mx25pdk"
146
	select CPU_ARM926EJS
147 148 149

config TARGET_TX25
	bool "Support tx25"
150
	select CPU_ARM926EJS
M
Masahiro Yamada 已提交
151
	select SUPPORT_SPL
152 153 154

config TARGET_ZMX25
	bool "Support zmx25"
155
	select CPU_ARM926EJS
156 157 158

config TARGET_APF27
	bool "Support apf27"
159
	select CPU_ARM926EJS
M
Masahiro Yamada 已提交
160
	select SUPPORT_SPL
161 162 163

config TARGET_IMX27LITE
	bool "Support imx27lite"
164
	select CPU_ARM926EJS
165 166 167

config TARGET_MAGNESIUM
	bool "Support magnesium"
168
	select CPU_ARM926EJS
169 170 171

config TARGET_APX4DEVKIT
	bool "Support apx4devkit"
172
	select CPU_ARM926EJS
M
Masahiro Yamada 已提交
173
	select SUPPORT_SPL
174 175 176

config TARGET_XFI3
	bool "Support xfi3"
177
	select CPU_ARM926EJS
M
Masahiro Yamada 已提交
178
	select SUPPORT_SPL
179 180 181

config TARGET_M28EVK
	bool "Support m28evk"
182
	select CPU_ARM926EJS
M
Masahiro Yamada 已提交
183
	select SUPPORT_SPL
184 185 186

config TARGET_MX23EVK
	bool "Support mx23evk"
187
	select CPU_ARM926EJS
M
Masahiro Yamada 已提交
188
	select SUPPORT_SPL
189 190 191

config TARGET_MX28EVK
	bool "Support mx28evk"
192
	select CPU_ARM926EJS
M
Masahiro Yamada 已提交
193
	select SUPPORT_SPL
194 195 196

config TARGET_MX23_OLINUXINO
	bool "Support mx23_olinuxino"
197
	select CPU_ARM926EJS
M
Masahiro Yamada 已提交
198
	select SUPPORT_SPL
199 200 201

config TARGET_BG0900
	bool "Support bg0900"
202
	select CPU_ARM926EJS
M
Masahiro Yamada 已提交
203
	select SUPPORT_SPL
204 205 206

config TARGET_SANSA_FUZE_PLUS
	bool "Support sansa_fuze_plus"
207
	select CPU_ARM926EJS
M
Masahiro Yamada 已提交
208
	select SUPPORT_SPL
209 210 211

config TARGET_SC_SPS_1
	bool "Support sc_sps_1"
212
	select CPU_ARM926EJS
M
Masahiro Yamada 已提交
213
	select SUPPORT_SPL
214

215 216
config ARCH_NOMADIK
	bool "ST-Ericsson Nomadik"
217
	select CPU_ARM926EJS
218

219 220
config ORION5X
	bool "Marvell Orion"
221
	select CPU_ARM926EJS
222 223 224

config TARGET_SPEAR300
	bool "Support spear300"
225
	select CPU_ARM926EJS
226 227 228

config TARGET_SPEAR310
	bool "Support spear310"
229
	select CPU_ARM926EJS
230 231 232

config TARGET_SPEAR320
	bool "Support spear320"
233
	select CPU_ARM926EJS
234 235 236

config TARGET_SPEAR600
	bool "Support spear600"
237
	select CPU_ARM926EJS
238

239 240 241
config TARGET_STV0991
	bool "Support stv0991"
	select CPU_V7
242 243
	select DM
	select DM_SERIAL
244

245 246
config TARGET_X600
	bool "Support x600"
247
	select CPU_ARM926EJS
M
Masahiro Yamada 已提交
248
	select SUPPORT_SPL
249

250 251
config ARCH_VERSATILE
	bool "ARM Ltd. Versatile family"
252
	select CPU_ARM926EJS
253 254 255

config TARGET_INTEGRATORCP_CM1136
	bool "Support integratorcp_cm1136"
256
	select CPU_ARM1136
257 258 259

config TARGET_IMX31_PHYCORE
	bool "Support imx31_phycore"
260
	select CPU_ARM1136
261 262 263

config TARGET_QONG
	bool "Support qong"
264
	select CPU_ARM1136
265 266 267

config TARGET_MX31ADS
	bool "Support mx31ads"
268
	select CPU_ARM1136
269 270 271

config TARGET_MX31PDK
	bool "Support mx31pdk"
272
	select CPU_ARM1136
M
Masahiro Yamada 已提交
273
	select SUPPORT_SPL
274 275 276

config TARGET_TT01
	bool "Support tt01"
277
	select CPU_ARM1136
278 279 280

config TARGET_IMX31_LITEKIT
	bool "Support imx31_litekit"
281
	select CPU_ARM1136
282 283 284

config TARGET_WOODBURN
	bool "Support woodburn"
285
	select CPU_ARM1136
286 287 288

config TARGET_WOODBURN_SD
	bool "Support woodburn_sd"
289
	select CPU_ARM1136
M
Masahiro Yamada 已提交
290
	select SUPPORT_SPL
291 292 293

config TARGET_FLEA3
	bool "Support flea3"
294
	select CPU_ARM1136
295 296 297

config TARGET_MX35PDK
	bool "Support mx35pdk"
298
	select CPU_ARM1136
299

300 301
config ARCH_BCM283X
	bool "Broadcom BCM283X family"
M
Masahiro Yamada 已提交
302 303 304
	select DM
	select DM_SERIAL
	select DM_GPIO
305

306 307
config TARGET_INTEGRATORAP_CM946ES
	bool "Support integratorap_cm946es"
308
	select CPU_ARM946ES
309 310 311

config TARGET_INTEGRATORCP_CM946ES
	bool "Support integratorcp_cm946es"
312
	select CPU_ARM946ES
313 314 315

config TARGET_VEXPRESS_CA15_TC2
	bool "Support vexpress_ca15_tc2"
316
	select CPU_V7
317 318
	select CPU_V7_HAS_NONSEC
	select CPU_V7_HAS_VIRT
319 320 321

config TARGET_VEXPRESS_CA5X2
	bool "Support vexpress_ca5x2"
322
	select CPU_V7
323 324 325

config TARGET_VEXPRESS_CA9X4
	bool "Support vexpress_ca9x4"
326
	select CPU_V7
327 328 329

config TARGET_KWB
	bool "Support kwb"
330
	select CPU_V7
M
Masahiro Yamada 已提交
331
	select SUPPORT_SPL
332 333 334

config TARGET_TSERIES
	bool "Support tseries"
335
	select CPU_V7
M
Masahiro Yamada 已提交
336
	select SUPPORT_SPL
337 338 339

config TARGET_CM_T335
	bool "Support cm_t335"
340
	select CPU_V7
M
Masahiro Yamada 已提交
341
	select SUPPORT_SPL
M
Masahiro Yamada 已提交
342 343 344
	select DM
	select DM_SERIAL
	select DM_GPIO
345 346 347

config TARGET_PEPPER
	bool "Support pepper"
348
	select CPU_V7
M
Masahiro Yamada 已提交
349
	select SUPPORT_SPL
M
Masahiro Yamada 已提交
350 351 352
	select DM
	select DM_SERIAL
	select DM_GPIO
353 354 355

config TARGET_AM335X_IGEP0033
	bool "Support am335x_igep0033"
356
	select CPU_V7
M
Masahiro Yamada 已提交
357
	select SUPPORT_SPL
M
Masahiro Yamada 已提交
358 359 360
	select DM
	select DM_SERIAL
	select DM_GPIO
361 362 363

config TARGET_PCM051
	bool "Support pcm051"
364
	select CPU_V7
M
Masahiro Yamada 已提交
365
	select SUPPORT_SPL
M
Masahiro Yamada 已提交
366 367 368
	select DM
	select DM_SERIAL
	select DM_GPIO
369 370 371

config TARGET_DRACO
	bool "Support draco"
372
	select CPU_V7
M
Masahiro Yamada 已提交
373
	select SUPPORT_SPL
374 375 376

config TARGET_DXR2
	bool "Support dxr2"
377
	select CPU_V7
M
Masahiro Yamada 已提交
378
	select SUPPORT_SPL
379 380 381

config TARGET_PXM2
	bool "Support pxm2"
382
	select CPU_V7
M
Masahiro Yamada 已提交
383
	select SUPPORT_SPL
384 385 386

config TARGET_RUT
	bool "Support rut"
387
	select CPU_V7
M
Masahiro Yamada 已提交
388
	select SUPPORT_SPL
389 390 391

config TARGET_PENGWYN
	bool "Support pengwyn"
392
	select CPU_V7
M
Masahiro Yamada 已提交
393
	select SUPPORT_SPL
M
Masahiro Yamada 已提交
394 395 396
	select DM
	select DM_SERIAL
	select DM_GPIO
397 398 399

config TARGET_AM335X_EVM
	bool "Support am335x_evm"
400
	select CPU_V7
M
Masahiro Yamada 已提交
401
	select SUPPORT_SPL
M
Masahiro Yamada 已提交
402 403 404
	select DM
	select DM_SERIAL
	select DM_GPIO
405 406 407

config TARGET_AM43XX_EVM
	bool "Support am43xx_evm"
408
	select CPU_V7
M
Masahiro Yamada 已提交
409
	select SUPPORT_SPL
410

411 412 413 414
config TARGET_BAV335X
	bool "Support bav335x"
	select CPU_V7
	select SUPPORT_SPL
415 416
	select DM
	select DM_SERIAL
417 418 419 420 421 422 423 424 425
	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

426 427
config TARGET_TI814X_EVM
	bool "Support ti814x_evm"
428
	select CPU_V7
M
Masahiro Yamada 已提交
429
	select SUPPORT_SPL
430 431 432

config TARGET_TI816X_EVM
	bool "Support ti816x_evm"
433
	select CPU_V7
M
Masahiro Yamada 已提交
434
	select SUPPORT_SPL
435 436 437

config TARGET_BCM28155_AP
	bool "Support bcm28155_ap"
438
	select CPU_V7
439

S
Steve Rae 已提交
440 441
config TARGET_BCMCYGNUS
	bool "Support bcmcygnus"
442
	select CPU_V7
443

S
Steve Rae 已提交
444 445
config TARGET_BCMNSP
	bool "Support bcmnsp"
446
	select CPU_V7
447

448 449
config ARCH_EXYNOS
	bool "Samsung EXYNOS"
450
	select CPU_V7
M
Masahiro Yamada 已提交
451 452 453 454 455
	select DM
	select DM_SPI_FLASH
	select DM_SERIAL
	select DM_SPI
	select DM_GPIO
456

457 458
config ARCH_S5PC1XX
	bool "Samsung S5PC1XX"
459
	select CPU_V7
M
Masahiro Yamada 已提交
460 461 462
	select DM
	select DM_SERIAL
	select DM_GPIO
463

464 465
config ARCH_HIGHBANK
	bool "Calxeda Highbank"
466
	select CPU_V7
467

468 469
config ARCH_KEYSTONE
	bool "TI Keystone"
470
	select CPU_V7
M
Masahiro Yamada 已提交
471
	select SUPPORT_SPL
472

473 474 475 476
config ARCH_MX6
	bool "Freescale MX6"
	select CPU_V7

477 478 479 480
config ARCH_MX5
	bool "Freescale MX5"
	select CPU_V7

481 482
config TARGET_M53EVK
	bool "Support m53evk"
483
	select CPU_V7
M
Masahiro Yamada 已提交
484
	select SUPPORT_SPL
485 486 487

config TARGET_IMA3_MX53
	bool "Support ima3-mx53"
488
	select CPU_V7
489 490 491

config TARGET_MX51EVK
	bool "Support mx51evk"
492
	select CPU_V7
493 494 495

config TARGET_MX53ARD
	bool "Support mx53ard"
496
	select CPU_V7
497 498 499

config TARGET_MX53EVK
	bool "Support mx53evk"
500
	select CPU_V7
501 502 503

config TARGET_MX53LOCO
	bool "Support mx53loco"
504
	select CPU_V7
505 506 507

config TARGET_MX53SMD
	bool "Support mx53smd"
508
	select CPU_V7
509 510 511

config TARGET_MX51_EFIKAMX
	bool "Support mx51_efikamx"
512
	select CPU_V7
513 514 515

config TARGET_VISION2
	bool "Support vision2"
516
	select CPU_V7
517 518 519

config TARGET_UDOO
	bool "Support udoo"
520
	select CPU_V7
521 522 523

config TARGET_WANDBOARD
	bool "Support wandboard"
524
	select CPU_V7
525

526 527 528 529
config TARGET_WARP
	bool "Support WaRP"
	select CPU_V7

530 531
config TARGET_TITANIUM
	bool "Support titanium"
532
	select CPU_V7
533 534 535

config TARGET_NITROGEN6X
	bool "Support nitrogen6x"
536
	select CPU_V7
537 538 539

config TARGET_CGTQMX6EVAL
	bool "Support cgtqmx6eval"
540
	select CPU_V7
541 542 543

config TARGET_EMBESTMX6BOARDS
	bool "Support embestmx6boards"
544
	select CPU_V7
545

546 547
config TARGET_ARISTAINETOS
	bool "Support aristainetos"
548
	select CPU_V7
549

550 551
config TARGET_MX6QARM2
	bool "Support mx6qarm2"
552
	select CPU_V7
553 554 555

config TARGET_MX6QSABREAUTO
	bool "Support mx6qsabreauto"
556
	select CPU_V7
557 558
	select DM
	select DM_THERMAL
559 560 561

config TARGET_MX6SABRESD
	bool "Support mx6sabresd"
562
	select CPU_V7
J
John Tobias 已提交
563
	select SUPPORT_SPL
564 565
	select DM
	select DM_THERMAL
566 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_HUMMINGBOARD
	bool "Support hummingboard"
585
	select CPU_V7
586

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

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

596 597
config TARGET_TQMA6
	bool "TQ Systems TQMa6 board"
598
	select CPU_V7
599

600 601
config TARGET_OT1200
	bool "Bachmann OT1200"
602
	select CPU_V7
C
Christian Gmeiner 已提交
603
	select SUPPORT_SPL
604

605 606 607 608 609 610 611 612 613
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
614

615 616
config OMAP34XX
	bool "OMAP34XX SoC"
617
	select CPU_V7
618

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

624 625
config OMAP54XX
	bool "OMAP54XX SoC"
626
	select CPU_V7
M
Masahiro Yamada 已提交
627
	select SUPPORT_SPL
628

629 630
config RMOBILE
	bool "Renesas ARM SoCs"
631
	select CPU_V7
632

633 634
config TARGET_CM_FX6
	bool "Support cm_fx6"
635
	select CPU_V7
M
Masahiro Yamada 已提交
636
	select SUPPORT_SPL
637 638 639
	select DM
	select DM_SERIAL
	select DM_GPIO
640

641 642 643 644
config TARGET_SOCFPGA_ARRIA5
	bool "Support socfpga_arria5"
	select CPU_V7
	select SUPPORT_SPL
645 646 647
	select DM
	select DM_SPI_FLASH
	select DM_SPI
648

649 650
config TARGET_SOCFPGA_CYCLONE5
	bool "Support socfpga_cyclone5"
651
	select CPU_V7
M
Masahiro Yamada 已提交
652
	select SUPPORT_SPL
653 654 655
	select DM
	select DM_SPI_FLASH
	select DM_SPI
656

657 658
config ARCH_SUNXI
	bool "Support sunxi (Allwinner) SoCs"
C
Chen-Yu Tsai 已提交
659

660 661
config TARGET_SNOWBALL
	bool "Support snowball"
662
	select CPU_V7
663 664 665

config TARGET_U8500_HREF
	bool "Support u8500_href"
666
	select CPU_V7
667 668 669

config TARGET_VF610TWR
	bool "Support vf610twr"
670
	select CPU_V7
671

672 673
config ZYNQ
	bool "Xilinx Zynq Platform"
674
	select CPU_V7
M
Masahiro Yamada 已提交
675
	select SUPPORT_SPL
676
	select DM
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 687
	select OF_CONTROL
	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
config TARGET_LS1021AQDS
719
	bool "Support ls1021aqds"
720
	select CPU_V7
A
Alison Wang 已提交
721
	select SUPPORT_SPL
722

723
config TARGET_LS1021ATWR
724
	bool "Support ls1021atwr"
725
	select CPU_V7
A
Alison Wang 已提交
726
	select SUPPORT_SPL
727

728 729
config TARGET_BALLOON3
	bool "Support balloon3"
730
	select CPU_PXA
731 732 733

config TARGET_H2200
	bool "Support h2200"
734
	select CPU_PXA
735 736 737

config TARGET_PALMLD
	bool "Support palmld"
738
	select CPU_PXA
739 740 741

config TARGET_PALMTC
	bool "Support palmtc"
742
	select CPU_PXA
743 744 745

config TARGET_PALMTREO680
	bool "Support palmtreo680"
746
	select CPU_PXA
M
Masahiro Yamada 已提交
747
	select SUPPORT_SPL
748 749 750

config TARGET_PXA255_IDP
	bool "Support pxa255_idp"
751
	select CPU_PXA
752 753 754

config TARGET_TRIZEPSIV
	bool "Support trizepsiv"
755
	select CPU_PXA
756 757 758

config TARGET_VPAC270
	bool "Support vpac270"
759
	select CPU_PXA
M
Masahiro Yamada 已提交
760
	select SUPPORT_SPL
761 762 763

config TARGET_XAENIAX
	bool "Support xaeniax"
764
	select CPU_PXA
765 766 767

config TARGET_ZIPITZ2
	bool "Support zipitz2"
768
	select CPU_PXA
769 770 771

config TARGET_LP8X4X
	bool "Support lp8x4x"
772
	select CPU_PXA
773 774 775

config TARGET_COLIBRI_PXA270
	bool "Support colibri_pxa270"
776
	select CPU_PXA
777 778 779

config TARGET_JORNADA
	bool "Support jornada"
780
	select CPU_SA1100
781

782 783
config ARCH_UNIPHIER
	bool "Panasonic UniPhier platform"
784
	select CPU_V7
M
Masahiro Yamada 已提交
785
	select SUPPORT_SPL
M
Masahiro Yamada 已提交
786
	select SPL
787
	select OF_CONTROL
788 789 790
	select DM
	select DM_SERIAL
	select DM_I2C
791

792 793
endchoice

794 795
source "arch/arm/mach-at91/Kconfig"

796
source "arch/arm/mach-bcm283x/Kconfig"
797

798
source "arch/arm/mach-davinci/Kconfig"
799

800 801
source "arch/arm/cpu/armv7/exynos/Kconfig"

802
source "arch/arm/mach-highbank/Kconfig"
803

804
source "arch/arm/mach-keystone/Kconfig"
805

806
source "arch/arm/mach-kirkwood/Kconfig"
807

808 809
source "arch/arm/cpu/armv7/mx6/Kconfig"

810 811
source "arch/arm/cpu/armv7/mx5/Kconfig"

812
source "arch/arm/mach-nomadik/Kconfig"
813

814 815
source "arch/arm/cpu/armv7/omap3/Kconfig"

816 817
source "arch/arm/cpu/armv7/omap4/Kconfig"

818 819
source "arch/arm/cpu/armv7/omap5/Kconfig"

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

822 823
source "arch/arm/cpu/armv7/rmobile/Kconfig"

824 825
source "arch/arm/cpu/armv7/s5pc1xx/Kconfig"

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

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

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

832
source "arch/arm/cpu/armv7/zynq/Kconfig"
833

834 835
source "arch/arm/cpu/armv7/Kconfig"

836 837
source "arch/arm/cpu/armv8/Kconfig"

838 839
source "arch/arm/imx-common/Kconfig"

840
source "board/aristainetos/Kconfig"
841 842 843 844
source "board/BuR/kwb/Kconfig"
source "board/BuR/tseries/Kconfig"
source "board/CarMediaLab/flea3/Kconfig"
source "board/Marvell/aspenite/Kconfig"
845
source "board/Marvell/db-mv784mp-gp/Kconfig"
846 847 848 849 850 851
source "board/Marvell/gplugd/Kconfig"
source "board/altera/socfpga/Kconfig"
source "board/armadeus/apf27/Kconfig"
source "board/armltd/integrator/Kconfig"
source "board/armltd/vexpress/Kconfig"
source "board/armltd/vexpress64/Kconfig"
852
source "board/bachmann/ot1200/Kconfig"
853
source "board/balloon3/Kconfig"
854
source "board/barco/platinum/Kconfig"
855 856 857 858
source "board/barco/titanium/Kconfig"
source "board/bluegiga/apx4devkit/Kconfig"
source "board/boundary/nitrogen6x/Kconfig"
source "board/broadcom/bcm28155_ap/Kconfig"
S
Steve Rae 已提交
859 860
source "board/broadcom/bcmcygnus/Kconfig"
source "board/broadcom/bcmnsp/Kconfig"
861 862
source "board/cirrus/edb93xx/Kconfig"
source "board/compulab/cm_t335/Kconfig"
863
source "board/compulab/cm_fx6/Kconfig"
864 865 866 867 868 869 870 871
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"
872
source "board/freescale/ls1021aqds/Kconfig"
873
source "board/freescale/ls1021atwr/Kconfig"
874 875 876 877 878 879 880 881 882 883 884 885 886 887 888
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"
889
source "board/freescale/mx6sxsabresd/Kconfig"
890 891 892 893 894 895 896 897 898 899 900
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"
901
source "board/kosagi/novena/Kconfig"
902 903
source "board/logicpd/imx27lite/Kconfig"
source "board/logicpd/imx31_litekit/Kconfig"
904
source "board/maxbcm/Kconfig"
905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928
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"
source "board/solidrun/hummingboard/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"
source "board/st-ericsson/snowball/Kconfig"
source "board/st-ericsson/u8500/Kconfig"
929
source "board/st/stv0991/Kconfig"
930 931
source "board/sunxi/Kconfig"
source "board/syteco/zmx25/Kconfig"
932
source "board/tbs/tbs2910/Kconfig"
933 934
source "board/ti/am335x/Kconfig"
source "board/ti/am43xx/Kconfig"
935
source "board/birdland/bav335x/Kconfig"
936 937 938 939
source "board/ti/ti814x/Kconfig"
source "board/ti/ti816x/Kconfig"
source "board/timll/devkit3250/Kconfig"
source "board/toradex/colibri_pxa270/Kconfig"
940
source "board/tqc/tqma6/Kconfig"
941 942 943 944 945
source "board/trizepsiv/Kconfig"
source "board/ttcontrol/vision2/Kconfig"
source "board/udoo/Kconfig"
source "board/vpac270/Kconfig"
source "board/wandboard/Kconfig"
946
source "board/warp/Kconfig"
947
source "board/woodburn/Kconfig"
948
source "board/work-microwave/work_92105/Kconfig"
949
source "board/xaeniax/Kconfig"
M
Michal Simek 已提交
950
source "board/xilinx/zynqmp/Kconfig"
951 952
source "board/zipitz2/Kconfig"

953 954
source "arch/arm/Kconfig.debug"

955
endmenu