Kconfig 20.3 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
config DMA_ADDR_T_64BIT
	bool
	default y if ARM64

14 15 16
config HAS_VBAR
        bool

17 18 19
config HAS_THUMB2
        bool

20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41
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
42
        select HAS_THUMB2
43

R
rev13@wp.pl 已提交
44 45
config CPU_V7M
	bool
46
        select HAS_THUMB2
R
rev13@wp.pl 已提交
47

48 49 50 51 52 53 54 55 56 57 58 59 60 61
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 已提交
62
        default "armv7m" if CPU_V7M
63 64
        default "pxa" if CPU_PXA
        default "sa1100" if CPU_SA1100
65
	default "armv8" if ARM64
66

67 68 69 70 71 72 73 74 75 76 77 78 79 80
config SYS_ARM_ARCH
	int
	default 4 if CPU_ARM720T
	default 4 if CPU_ARM920T
	default 5 if CPU_ARM926EJS
	default 5 if CPU_ARM946ES
	default 6 if CPU_ARM1136
	default 6 if CPU_ARM1176
	default 7 if CPU_V7
	default 7 if CPU_V7M
	default 5 if CPU_PXA
	default 4 if CPU_SA1100
	default 8 if ARM64

81 82 83 84 85 86 87
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.

88 89 90 91 92 93
config SYS_L2CACHE_OFF
	bool "L2cache off"
	help
	  If SoC does not support L2CACHE or one do not want to enable
	  L2CACHE, choose this option.

94 95 96 97 98 99 100 101
config ENABLE_ARM_SOC_BOOT0_HOOK
	bool "prepare BOOT0 header"
	help
	  If the SoC's BOOT0 requires a header area filled with (magic)
	  values, then choose this option, and create a define called
	  ARM_SOC_BOOT0_HOOK which contains the required assembler
	  preprocessor code.

102 103
choice
	prompt "Target select"
S
Simon Glass 已提交
104
	default TARGET_HIKEY
105

106 107
config ARCH_AT91
	bool "Atmel AT91"
108 109 110

config TARGET_EDB93XX
	bool "Support edb93xx"
111
	select CPU_ARM920T
112 113 114

config TARGET_VCMA9
	bool "Support VCMA9"
115
	select CPU_ARM920T
116 117 118

config TARGET_SMDK2410
	bool "Support smdk2410"
119
	select CPU_ARM920T
120 121 122

config TARGET_ASPENITE
	bool "Support aspenite"
123
	select CPU_ARM926EJS
124 125 126

config TARGET_GPLUGD
	bool "Support gplugd"
127
	select CPU_ARM926EJS
128

129 130
config ARCH_DAVINCI
	bool "TI DaVinci"
131
	select CPU_ARM926EJS
132 133
	help
	  Support for TI's DaVinci platform.
134

135 136
config KIRKWOOD
	bool "Marvell Kirkwood"
137
	select CPU_ARM926EJS
138

139
config ARCH_MVEBU
140
	bool "Marvell MVEBU family (Armada XP/375/38x)"
141
	select CPU_V7
142
	select SUPPORT_SPL
143 144 145
	select OF_CONTROL
	select OF_SEPARATE
	select DM
146
	select DM_ETH
147
	select DM_SERIAL
148 149
	select DM_SPI
	select DM_SPI_FLASH
150
	select SPL_DM
151
	select SPL_DM_SEQ_ALIAS
152
	select SPL_OF_CONTROL
153
	select SPL_SIMPLE_BUS
154

155 156
config TARGET_DEVKIT3250
	bool "Support devkit3250"
157
	select CPU_ARM926EJS
158
	select SUPPORT_SPL
159

160 161 162 163 164
config TARGET_WORK_92105
	bool "Support work_92105"
	select CPU_ARM926EJS
	select SUPPORT_SPL

165 166
config TARGET_MX25PDK
	bool "Support mx25pdk"
167
	select CPU_ARM926EJS
168 169 170

config TARGET_ZMX25
	bool "Support zmx25"
171
	select CPU_ARM926EJS
172 173 174

config TARGET_APF27
	bool "Support apf27"
175
	select CPU_ARM926EJS
M
Masahiro Yamada 已提交
176
	select SUPPORT_SPL
177 178 179

config TARGET_APX4DEVKIT
	bool "Support apx4devkit"
180
	select CPU_ARM926EJS
M
Masahiro Yamada 已提交
181
	select SUPPORT_SPL
182 183 184

config TARGET_XFI3
	bool "Support xfi3"
185
	select CPU_ARM926EJS
M
Masahiro Yamada 已提交
186
	select SUPPORT_SPL
187 188 189

config TARGET_M28EVK
	bool "Support m28evk"
190
	select CPU_ARM926EJS
M
Masahiro Yamada 已提交
191
	select SUPPORT_SPL
192 193 194

config TARGET_MX23EVK
	bool "Support mx23evk"
195
	select CPU_ARM926EJS
M
Masahiro Yamada 已提交
196
	select SUPPORT_SPL
197 198 199

config TARGET_MX28EVK
	bool "Support mx28evk"
200
	select CPU_ARM926EJS
M
Masahiro Yamada 已提交
201
	select SUPPORT_SPL
202 203 204

config TARGET_MX23_OLINUXINO
	bool "Support mx23_olinuxino"
205
	select CPU_ARM926EJS
M
Masahiro Yamada 已提交
206
	select SUPPORT_SPL
207 208 209

config TARGET_BG0900
	bool "Support bg0900"
210
	select CPU_ARM926EJS
M
Masahiro Yamada 已提交
211
	select SUPPORT_SPL
212 213 214

config TARGET_SANSA_FUZE_PLUS
	bool "Support sansa_fuze_plus"
215
	select CPU_ARM926EJS
M
Masahiro Yamada 已提交
216
	select SUPPORT_SPL
217 218 219

config TARGET_SC_SPS_1
	bool "Support sc_sps_1"
220
	select CPU_ARM926EJS
M
Masahiro Yamada 已提交
221
	select SUPPORT_SPL
222

223 224
config ORION5X
	bool "Marvell Orion"
225
	select CPU_ARM926EJS
226 227 228

config TARGET_SPEAR300
	bool "Support spear300"
229
	select CPU_ARM926EJS
230 231 232

config TARGET_SPEAR310
	bool "Support spear310"
233
	select CPU_ARM926EJS
234 235 236

config TARGET_SPEAR320
	bool "Support spear320"
237
	select CPU_ARM926EJS
238 239 240

config TARGET_SPEAR600
	bool "Support spear600"
241
	select CPU_ARM926EJS
242

243 244 245
config TARGET_STV0991
	bool "Support stv0991"
	select CPU_V7
246 247
	select DM
	select DM_SERIAL
248 249 250
	select DM_SPI
	select DM_SPI_FLASH
	select SPI_FLASH
251

252 253
config TARGET_X600
	bool "Support x600"
254
	select CPU_ARM926EJS
M
Masahiro Yamada 已提交
255
	select SUPPORT_SPL
256 257 258

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

config TARGET_MX31ADS
	bool "Support mx31ads"
263
	select CPU_ARM1136
264 265 266

config TARGET_MX31PDK
	bool "Support mx31pdk"
267
	select CPU_ARM1136
M
Masahiro Yamada 已提交
268
	select SUPPORT_SPL
269 270 271

config TARGET_WOODBURN
	bool "Support woodburn"
272
	select CPU_ARM1136
273 274 275

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

config TARGET_FLEA3
	bool "Support flea3"
281
	select CPU_ARM1136
282 283 284

config TARGET_MX35PDK
	bool "Support mx35pdk"
285
	select CPU_ARM1136
286

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

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

config TARGET_VEXPRESS_CA5X2
	bool "Support vexpress_ca5x2"
301
	select CPU_V7
302 303 304

config TARGET_VEXPRESS_CA9X4
	bool "Support vexpress_ca9x4"
305
	select CPU_V7
306 307 308

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

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

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

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

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

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

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

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

359 360 361 362 363
config TARGET_RASTABAN
	bool "Support rastaban"
	select CPU_V7
	select SUPPORT_SPL

364 365 366 367 368
config TARGET_ETAMIN
        bool "Support etamin"
        select CPU_V7
        select SUPPORT_SPL

369 370
config TARGET_PXM2
	bool "Support pxm2"
371
	select CPU_V7
M
Masahiro Yamada 已提交
372
	select SUPPORT_SPL
373 374 375

config TARGET_RUT
	bool "Support rut"
376
	select CPU_V7
M
Masahiro Yamada 已提交
377
	select SUPPORT_SPL
378 379 380

config TARGET_PENGWYN
	bool "Support pengwyn"
381
	select CPU_V7
M
Masahiro Yamada 已提交
382
	select SUPPORT_SPL
M
Masahiro Yamada 已提交
383 384 385
	select DM
	select DM_SERIAL
	select DM_GPIO
386

387 388 389 390 391 392 393 394
config TARGET_AM335X_BALTOS
	bool "Support am335x_baltos"
	select CPU_V7
	select SUPPORT_SPL
	select DM
	select DM_SERIAL
	select DM_GPIO

395 396
config TARGET_AM335X_EVM
	bool "Support am335x_evm"
397
	select CPU_V7
M
Masahiro Yamada 已提交
398
	select SUPPORT_SPL
M
Masahiro Yamada 已提交
399 400 401
	select DM
	select DM_SERIAL
	select DM_GPIO
402
	select TI_I2C_BOARD_DETECT
403

404 405 406 407 408 409 410 411
config TARGET_AM335X_SHC
	bool "Support am335x based shc board from bosch"
	select CPU_V7
	select SUPPORT_SPL
	select DM
	select DM_SERIAL
	select DM_GPIO

412 413 414 415 416 417 418
config TARGET_AM335X_SL50
	bool "Support am335x_sl50"
	select CPU_V7
	select SUPPORT_SPL
	select DM
	select DM_SERIAL

419 420 421 422
config TARGET_BAV335X
	bool "Support bav335x"
	select CPU_V7
	select SUPPORT_SPL
423 424
	select DM
	select DM_SERIAL
425 426 427 428 429 430 431 432 433
	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

434 435
config TARGET_TI814X_EVM
	bool "Support ti814x_evm"
436
	select CPU_V7
M
Masahiro Yamada 已提交
437
	select SUPPORT_SPL
438 439 440

config TARGET_TI816X_EVM
	bool "Support ti816x_evm"
441
	select CPU_V7
M
Masahiro Yamada 已提交
442
	select SUPPORT_SPL
443 444 445

config TARGET_BCM28155_AP
	bool "Support bcm28155_ap"
446
	select CPU_V7
447

S
Steve Rae 已提交
448 449
config TARGET_BCMCYGNUS
	bool "Support bcmcygnus"
450
	select CPU_V7
451

S
Steve Rae 已提交
452 453
config TARGET_BCMNSP
	bool "Support bcmnsp"
454
	select CPU_V7
455

456 457
config ARCH_EXYNOS
	bool "Samsung EXYNOS"
M
Masahiro Yamada 已提交
458 459 460 461 462
	select DM
	select DM_SPI_FLASH
	select DM_SERIAL
	select DM_SPI
	select DM_GPIO
463
	select DM_KEYBOARD
464

465 466
config ARCH_S5PC1XX
	bool "Samsung S5PC1XX"
467
	select CPU_V7
M
Masahiro Yamada 已提交
468 469 470
	select DM
	select DM_SERIAL
	select DM_GPIO
471

472 473
config ARCH_HIGHBANK
	bool "Calxeda Highbank"
474
	select CPU_V7
475

476 477
config ARCH_INTEGRATOR
	bool "ARM Ltd. Integrator family"
478 479
	select DM
	select DM_SERIAL
480

481 482
config ARCH_KEYSTONE
	bool "TI Keystone"
483
	select CPU_V7
M
Masahiro Yamada 已提交
484
	select SUPPORT_SPL
485
	select CMD_POWEROFF
486

487 488 489 490 491 492 493
config ARCH_MESON
	bool "Amlogic Meson"
	help
	  Support for the Meson SoC family developed by Amlogic Inc.,
	  targeted at media players and tablet computers. We currently
	  support the S905 (GXBaby) 64-bit SoC.

494 495 496 497
config ARCH_MX7
	bool "Freescale MX7"
	select CPU_V7

498 499 500 501
config ARCH_MX6
	bool "Freescale MX6"
	select CPU_V7

502 503 504 505
config ARCH_MX5
	bool "Freescale MX5"
	select CPU_V7

506 507
config TARGET_M53EVK
	bool "Support m53evk"
508
	select CPU_V7
M
Masahiro Yamada 已提交
509
	select SUPPORT_SPL
510 511 512

config TARGET_MX51EVK
	bool "Support mx51evk"
513
	select CPU_V7
514 515 516

config TARGET_MX53ARD
	bool "Support mx53ard"
517
	select CPU_V7
518 519 520

config TARGET_MX53EVK
	bool "Support mx53evk"
521
	select CPU_V7
522 523 524

config TARGET_MX53LOCO
	bool "Support mx53loco"
525
	select CPU_V7
526 527 528

config TARGET_MX53SMD
	bool "Support mx53smd"
529
	select CPU_V7
530

531 532
config OMAP34XX
	bool "OMAP34XX SoC"
533
	select CPU_V7
534

535 536
config OMAP44XX
	bool "OMAP44XX SoC"
537
	select CPU_V7
M
Masahiro Yamada 已提交
538
	select SUPPORT_SPL
539

540 541
config OMAP54XX
	bool "OMAP54XX SoC"
542
	select CPU_V7
M
Masahiro Yamada 已提交
543
	select SUPPORT_SPL
544

545 546 547 548 549 550 551 552 553 554 555
config AM43XX
	bool "AM43XX SoC"
	select CPU_V7
	select SUPPORT_SPL
	help
	  Support for AM43xx SOC from Texas Instruments.
	  The AM43xx high performance SOC features a Cortex-A9
	  ARM core, a quad core PRU-ICSS for industrial Ethernet
	  protocols, dual camera support, optional 3D graphics
	  and an optional customer programmable secure boot.

556 557
config RMOBILE
	bool "Renesas ARM SoCs"
558
	select CPU_V7
559

560 561 562 563 564 565 566 567 568 569
config ARCH_SNAPDRAGON
	bool "Qualcomm Snapdragon SoCs"
	select ARM64
	select DM
	select DM_GPIO
	select DM_SERIAL
	select SPMI
	select OF_CONTROL
	select OF_SEPARATE

570 571
config ARCH_SOCFPGA
	bool "Altera SOCFPGA family"
572
	select CPU_V7
M
Masahiro Yamada 已提交
573
	select SUPPORT_SPL
574 575
	select OF_CONTROL
	select SPL_OF_CONTROL
576 577 578
	select DM
	select DM_SPI_FLASH
	select DM_SPI
579

580 581 582 583 584
config TARGET_CM_T43
	bool "Support cm_t43"
	select CPU_V7
	select SUPPORT_SPL

585 586
config ARCH_SUNXI
	bool "Support sunxi (Allwinner) SoCs"
587 588 589 590 591 592
	select CMD_BOOTZ
	select CMD_DHCP
	select CMD_EXT2
	select CMD_EXT4
	select CMD_FAT
	select CMD_FS_GENERIC
593
	select CMD_GPIO
594 595 596
	select CMD_MII
	select CMD_MMC if MMC
	select CMD_PING
597
	select CMD_USB
598
	select DM
599
	select DM_ETH
H
Hans de Goede 已提交
600 601
	select DM_GPIO
	select DM_KEYBOARD
602
	select DM_SERIAL
603
	select DM_USB
604
	select HUSH_PARSER
605
	select OF_BOARD_SETUP
606 607
	select OF_CONTROL
	select OF_SEPARATE
608 609
	select SPL_STACK_R if SUPPORT_SPL
	select SPL_SYS_MALLOC_SIMPLE if SUPPORT_SPL
610
	select SYS_NS16550
611
	select USB
612
	select USB_STORAGE
613
	select USB_KEYBOARD
C
Chen-Yu Tsai 已提交
614

615 616 617 618
config TARGET_TS4800
	bool "Support TS4800"
	select CPU_V7

619 620
config TARGET_VF610TWR
	bool "Support vf610twr"
621
	select CPU_V7
622

623 624 625 626
config TARGET_COLIBRI_VF
	bool "Support Colibri VF50/61"
	select CPU_V7

627 628 629 630
config TARGET_PCM052
	bool "Support pcm-052"
	select CPU_V7

631
config ARCH_ZYNQ
632
	bool "Xilinx Zynq Platform"
633
	select CPU_V7
M
Masahiro Yamada 已提交
634
	select SUPPORT_SPL
635
	select OF_CONTROL
636
	select SPL_OF_CONTROL if SPL
637
	select DM
M
Michal Simek 已提交
638
	select DM_ETH
639
	select DM_GPIO
640
	select SPL_DM if SPL
M
Michal Simek 已提交
641
	select DM_MMC
642
	select DM_SPI
643
	select DM_SERIAL
644
	select DM_SPI_FLASH
645
	select SPL_SEPARATE_BSS if SPL
646

647
config ARCH_ZYNQMP
M
Michal Simek 已提交
648 649
	bool "Support Xilinx ZynqMP Platform"
	select ARM64
650 651 652
	select DM
	select OF_CONTROL
	select DM_SERIAL
653
	select SUPPORT_SPL
M
Michal Simek 已提交
654

655 656
config TEGRA
	bool "NVIDIA Tegra"
657

658
config TARGET_VEXPRESS64_AEMV8A
659
	bool "Support vexpress_aemv8a"
660
	select ARM64
661

662 663 664 665 666
config TARGET_VEXPRESS64_BASE_FVP
	bool "Support Versatile Express ARMv8a FVP BASE model"
	select ARM64
	select SEMIHOSTING

667 668 669 670 671 672 673 674 675
config TARGET_VEXPRESS64_BASE_FVP_DRAM
	bool "Support Versatile Express ARMv8a FVP BASE model booting from DRAM"
	select ARM64
	help
	  This target is derived from TARGET_VEXPRESS64_BASE_FVP and over-rides
	  the default config to allow the user to load the images directly into
	  DRAM using model parameters rather than by using semi-hosting to load
	  the files from the host filesystem.

676 677 678 679
config TARGET_VEXPRESS64_JUNO
	bool "Support Versatile Express Juno Development Platform"
	select ARM64

680 681
config TARGET_LS2080A_EMU
	bool "Support ls2080a_emu"
682
	select ARM64
683
	select ARMV8_MULTIENTRY
684 685 686 687 688
	help
	  Support for Freescale LS2080A_EMU platform
	  The LS2080A Development System (EMULATOR) is a pre silicon
	  development platform that supports the QorIQ LS2080A
	  Layerscape Architecture processor.
689

690 691
config TARGET_LS2080A_SIMU
	bool "Support ls2080a_simu"
692
	select ARM64
693
	select ARMV8_MULTIENTRY
694 695 696 697 698
	help
	  Support for Freescale LS2080A_SIMU platform
	  The LS2080A Development System (QDS) is a pre silicon
	  development platform that supports the QorIQ LS2080A
	  Layerscape Architecture processor.
699

700 701
config TARGET_LS2080AQDS
	bool "Support ls2080aqds"
702 703
	select ARM64
	select ARMV8_MULTIENTRY
S
Scott Wood 已提交
704
	select SUPPORT_SPL
705
	help
706 707 708
	  Support for Freescale LS2080AQDS platform
	  The LS2080A Development System (QDS) is a high-performance
	  development platform that supports the QorIQ LS2080A
709 710
	  Layerscape Architecture processor.

711 712
config TARGET_LS2080ARDB
	bool "Support ls2080ardb"
713 714
	select ARM64
	select ARMV8_MULTIENTRY
715
	select SUPPORT_SPL
716
	help
717 718 719
	  Support for Freescale LS2080ARDB platform.
	  The LS2080A Reference design board (RDB) is a high-performance
	  development platform that supports the QorIQ LS2080A
720 721
	  Layerscape Architecture processor.

722 723 724
config TARGET_HIKEY
	bool "Support HiKey 96boards Consumer Edition Platform"
	select ARM64
725 726
	select DM
	select DM_GPIO
727
	select DM_SERIAL
728
	select OF_CONTROL
729 730 731 732
	  help
	  Support for HiKey 96boards platform. It features a HI6220
	  SoC, with 8xA53 CPU, mali450 gpu, and 1GB RAM.

733 734 735 736 737 738 739 740 741
config TARGET_LS1012AQDS
	bool "Support ls1012aqds"
	select ARM64
	help
	  Support for Freescale LS1012AQDS platform.
	  The LS1012A Development System (QDS) is a high-performance
	  development platform that supports the QorIQ LS1012A
	  Layerscape Architecture processor.

742 743 744 745 746 747 748 749 750
config TARGET_LS1012ARDB
	bool "Support ls1012ardb"
	select ARM64
	help
	  Support for Freescale LS1012ARDB platform.
	  The LS1012A Reference design board (RDB) is a high-performance
	  development platform that supports the QorIQ LS1012A
	  Layerscape Architecture processor.

751 752 753 754 755 756 757 758 759
config TARGET_LS1012AFRDM
	bool "Support ls1012afrdm"
	select ARM64
	help
	  Support for Freescale LS1012AFRDM platform.
	  The LS1012A Freedom  board (FRDM) is a high-performance
	  development platform that supports the QorIQ LS1012A
	  Layerscape Architecture processor.

760
config TARGET_LS1021AQDS
761
	bool "Support ls1021aqds"
762
	select CPU_V7
A
Alison Wang 已提交
763
	select SUPPORT_SPL
764
config TARGET_LS1021ATWR
765
	bool "Support ls1021atwr"
766
	select CPU_V7
A
Alison Wang 已提交
767
	select SUPPORT_SPL
768

769 770 771 772 773 774 775 776
config TARGET_LS1043AQDS
	bool "Support ls1043aqds"
	select ARM64
	select ARMV8_MULTIENTRY
	select SUPPORT_SPL
	help
	  Support for Freescale LS1043AQDS platform.

777 778 779
config TARGET_LS1043ARDB
	bool "Support ls1043ardb"
	select ARM64
780
	select ARMV8_MULTIENTRY
781
	select SUPPORT_SPL
782 783 784
	help
	  Support for Freescale LS1043ARDB platform.

785 786
config TARGET_H2200
	bool "Support h2200"
787
	select CPU_PXA
788

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

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

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

814 815
config STM32
	bool "Support STM32"
816
	select CPU_V7M
K
Kamil Lulko 已提交
817 818
	select DM
	select DM_SERIAL
819

820 821 822 823 824 825 826 827
config ARCH_ROCKCHIP
	bool "Support Rockchip SoCs"
	select SUPPORT_SPL
	select SPL
	select OF_CONTROL
	select CPU_V7
	select DM

828 829
config TARGET_THUNDERX_88XX
	bool "Support ThunderX 88xx"
830
	select ARM64
831 832
	select OF_CONTROL

833 834
endchoice

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

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

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

841
source "arch/arm/mach-exynos/Kconfig"
842

843
source "arch/arm/mach-highbank/Kconfig"
844

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

847
source "arch/arm/mach-keystone/Kconfig"
848

849
source "arch/arm/mach-kirkwood/Kconfig"
850

851 852
source "arch/arm/mach-mvebu/Kconfig"

853 854
source "arch/arm/cpu/armv7/mx7/Kconfig"

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

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

859
source "arch/arm/cpu/armv7/omap-common/Kconfig"
860

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

863 864
source "arch/arm/cpu/armv7/rmobile/Kconfig"

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

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

869
source "arch/arm/mach-s5pc1xx/Kconfig"
870

871 872
source "arch/arm/mach-snapdragon/Kconfig"

873 874
source "arch/arm/mach-socfpga/Kconfig"

875 876
source "arch/arm/mach-stm32/Kconfig"

877
source "arch/arm/mach-tegra/Kconfig"
878

879
source "arch/arm/mach-uniphier/Kconfig"
880

881
source "arch/arm/mach-zynq/Kconfig"
882

883 884
source "arch/arm/cpu/armv7/Kconfig"

885 886
source "arch/arm/cpu/armv8/zynqmp/Kconfig"

887 888
source "arch/arm/cpu/armv8/Kconfig"

889 890
source "arch/arm/imx-common/Kconfig"

891
source "board/bosch/shc/Kconfig"
892 893 894 895 896 897 898 899 900 901
source "board/BuR/kwb/Kconfig"
source "board/BuR/tseries/Kconfig"
source "board/CarMediaLab/flea3/Kconfig"
source "board/Marvell/aspenite/Kconfig"
source "board/Marvell/gplugd/Kconfig"
source "board/armadeus/apf27/Kconfig"
source "board/armltd/vexpress/Kconfig"
source "board/armltd/vexpress64/Kconfig"
source "board/bluegiga/apx4devkit/Kconfig"
source "board/broadcom/bcm28155_ap/Kconfig"
S
Steve Rae 已提交
902 903
source "board/broadcom/bcmcygnus/Kconfig"
source "board/broadcom/bcmnsp/Kconfig"
904
source "board/cavium/thunderx/Kconfig"
905 906
source "board/cirrus/edb93xx/Kconfig"
source "board/compulab/cm_t335/Kconfig"
907
source "board/compulab/cm_t43/Kconfig"
908 909 910
source "board/creative/xfi3/Kconfig"
source "board/denx/m28evk/Kconfig"
source "board/denx/m53evk/Kconfig"
911 912 913
source "board/freescale/ls2080a/Kconfig"
source "board/freescale/ls2080aqds/Kconfig"
source "board/freescale/ls2080ardb/Kconfig"
914
source "board/freescale/ls1021aqds/Kconfig"
915
source "board/freescale/ls1043aqds/Kconfig"
916
source "board/freescale/ls1021atwr/Kconfig"
917
source "board/freescale/ls1043ardb/Kconfig"
918
source "board/freescale/ls1012aqds/Kconfig"
919
source "board/freescale/ls1012ardb/Kconfig"
920
source "board/freescale/ls1012afrdm/Kconfig"
921 922 923 924 925 926 927 928 929 930 931 932 933 934
source "board/freescale/mx23evk/Kconfig"
source "board/freescale/mx25pdk/Kconfig"
source "board/freescale/mx28evk/Kconfig"
source "board/freescale/mx31ads/Kconfig"
source "board/freescale/mx31pdk/Kconfig"
source "board/freescale/mx35pdk/Kconfig"
source "board/freescale/mx51evk/Kconfig"
source "board/freescale/mx53ard/Kconfig"
source "board/freescale/mx53evk/Kconfig"
source "board/freescale/mx53loco/Kconfig"
source "board/freescale/mx53smd/Kconfig"
source "board/freescale/vf610twr/Kconfig"
source "board/gumstix/pepper/Kconfig"
source "board/h2200/Kconfig"
935
source "board/hisilicon/hikey/Kconfig"
936 937 938 939 940
source "board/imx31_phycore/Kconfig"
source "board/isee/igep0033/Kconfig"
source "board/mpl/vcma9/Kconfig"
source "board/olimex/mx23_olinuxino/Kconfig"
source "board/phytec/pcm051/Kconfig"
941
source "board/phytec/pcm052/Kconfig"
942 943 944 945 946 947 948 949 950 951 952 953 954
source "board/ppcag/bg0900/Kconfig"
source "board/samsung/smdk2410/Kconfig"
source "board/sandisk/sansa_fuze_plus/Kconfig"
source "board/schulercontrol/sc_sps_1/Kconfig"
source "board/siemens/draco/Kconfig"
source "board/siemens/pxm2/Kconfig"
source "board/siemens/rut/Kconfig"
source "board/silica/pengwyn/Kconfig"
source "board/spear/spear300/Kconfig"
source "board/spear/spear310/Kconfig"
source "board/spear/spear320/Kconfig"
source "board/spear/spear600/Kconfig"
source "board/spear/x600/Kconfig"
955
source "board/st/stv0991/Kconfig"
956 957
source "board/sunxi/Kconfig"
source "board/syteco/zmx25/Kconfig"
958
source "board/tcl/sl50/Kconfig"
959 960
source "board/ti/am335x/Kconfig"
source "board/ti/am43xx/Kconfig"
961
source "board/birdland/bav335x/Kconfig"
962 963 964 965
source "board/ti/ti814x/Kconfig"
source "board/ti/ti816x/Kconfig"
source "board/timll/devkit3250/Kconfig"
source "board/toradex/colibri_pxa270/Kconfig"
966
source "board/toradex/colibri_vf/Kconfig"
967
source "board/technologic/ts4800/Kconfig"
968
source "board/vscom/baltos/Kconfig"
969
source "board/woodburn/Kconfig"
970
source "board/work-microwave/work_92105/Kconfig"
971
source "board/zipitz2/Kconfig"
972

973 974
source "arch/arm/Kconfig.debug"

975
endmenu