Kconfig 20.4 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 446 447
config TARGET_BCM23550_W1D
	bool "Support bcm23550_w1d"
	select CPU_V7

448 449
config TARGET_BCM28155_AP
	bool "Support bcm28155_ap"
450
	select CPU_V7
451

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

S
Steve Rae 已提交
456 457
config TARGET_BCMNSP
	bool "Support bcmnsp"
458
	select CPU_V7
459

460 461
config ARCH_EXYNOS
	bool "Samsung EXYNOS"
M
Masahiro Yamada 已提交
462 463 464 465 466
	select DM
	select DM_SPI_FLASH
	select DM_SERIAL
	select DM_SPI
	select DM_GPIO
467
	select DM_KEYBOARD
468

469 470
config ARCH_S5PC1XX
	bool "Samsung S5PC1XX"
471
	select CPU_V7
M
Masahiro Yamada 已提交
472 473 474
	select DM
	select DM_SERIAL
	select DM_GPIO
475

476 477
config ARCH_HIGHBANK
	bool "Calxeda Highbank"
478
	select CPU_V7
479

480 481
config ARCH_INTEGRATOR
	bool "ARM Ltd. Integrator family"
482 483
	select DM
	select DM_SERIAL
484

485 486
config ARCH_KEYSTONE
	bool "TI Keystone"
487
	select CPU_V7
M
Masahiro Yamada 已提交
488
	select SUPPORT_SPL
489
	select CMD_POWEROFF
490

491 492 493 494 495 496 497
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.

498 499 500 501
config ARCH_MX7
	bool "Freescale MX7"
	select CPU_V7

502 503 504 505
config ARCH_MX6
	bool "Freescale MX6"
	select CPU_V7

506 507 508 509
config ARCH_MX5
	bool "Freescale MX5"
	select CPU_V7

510 511
config TARGET_M53EVK
	bool "Support m53evk"
512
	select CPU_V7
M
Masahiro Yamada 已提交
513
	select SUPPORT_SPL
514 515 516

config TARGET_MX51EVK
	bool "Support mx51evk"
517
	select CPU_V7
518 519 520

config TARGET_MX53ARD
	bool "Support mx53ard"
521
	select CPU_V7
522 523 524

config TARGET_MX53EVK
	bool "Support mx53evk"
525
	select CPU_V7
526 527 528

config TARGET_MX53LOCO
	bool "Support mx53loco"
529
	select CPU_V7
530 531 532

config TARGET_MX53SMD
	bool "Support mx53smd"
533
	select CPU_V7
534

535 536
config OMAP34XX
	bool "OMAP34XX SoC"
537
	select CPU_V7
538

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

544 545
config OMAP54XX
	bool "OMAP54XX SoC"
546
	select CPU_V7
M
Masahiro Yamada 已提交
547
	select SUPPORT_SPL
548

549 550 551 552 553 554 555 556 557 558 559
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.

560 561
config RMOBILE
	bool "Renesas ARM SoCs"
562
	select CPU_V7
563

564 565 566 567 568 569 570 571 572 573
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

574 575
config ARCH_SOCFPGA
	bool "Altera SOCFPGA family"
576
	select CPU_V7
M
Masahiro Yamada 已提交
577
	select SUPPORT_SPL
578 579
	select OF_CONTROL
	select SPL_OF_CONTROL
580 581 582
	select DM
	select DM_SPI_FLASH
	select DM_SPI
583

584 585 586 587 588
config TARGET_CM_T43
	bool "Support cm_t43"
	select CPU_V7
	select SUPPORT_SPL

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

619 620 621 622
config TARGET_TS4800
	bool "Support TS4800"
	select CPU_V7

623 624
config TARGET_VF610TWR
	bool "Support vf610twr"
625
	select CPU_V7
626

627 628 629 630
config TARGET_COLIBRI_VF
	bool "Support Colibri VF50/61"
	select CPU_V7

631 632 633 634
config TARGET_PCM052
	bool "Support pcm-052"
	select CPU_V7

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

651
config ARCH_ZYNQMP
M
Michal Simek 已提交
652 653
	bool "Support Xilinx ZynqMP Platform"
	select ARM64
654 655 656
	select DM
	select OF_CONTROL
	select DM_SERIAL
657
	select SUPPORT_SPL
M
Michal Simek 已提交
658

659 660
config TEGRA
	bool "NVIDIA Tegra"
661

662
config TARGET_VEXPRESS64_AEMV8A
663
	bool "Support vexpress_aemv8a"
664
	select ARM64
665

666 667 668 669 670
config TARGET_VEXPRESS64_BASE_FVP
	bool "Support Versatile Express ARMv8a FVP BASE model"
	select ARM64
	select SEMIHOSTING

671 672 673 674 675 676 677 678 679
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.

680 681 682 683
config TARGET_VEXPRESS64_JUNO
	bool "Support Versatile Express Juno Development Platform"
	select ARM64

684 685
config TARGET_LS2080A_EMU
	bool "Support ls2080a_emu"
686
	select ARM64
687
	select ARMV8_MULTIENTRY
688 689 690 691 692
	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.
693

694 695
config TARGET_LS2080A_SIMU
	bool "Support ls2080a_simu"
696
	select ARM64
697
	select ARMV8_MULTIENTRY
698 699 700 701 702
	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.
703

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

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

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

737 738 739 740 741 742 743 744 745
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.

746 747 748 749 750 751 752 753 754
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.

755 756 757 758 759 760 761 762 763
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.

764
config TARGET_LS1021AQDS
765
	bool "Support ls1021aqds"
766
	select CPU_V7
A
Alison Wang 已提交
767
	select SUPPORT_SPL
768
config TARGET_LS1021ATWR
769
	bool "Support ls1021atwr"
770
	select CPU_V7
A
Alison Wang 已提交
771
	select SUPPORT_SPL
772

773 774 775 776 777 778 779 780
config TARGET_LS1043AQDS
	bool "Support ls1043aqds"
	select ARM64
	select ARMV8_MULTIENTRY
	select SUPPORT_SPL
	help
	  Support for Freescale LS1043AQDS platform.

781 782 783
config TARGET_LS1043ARDB
	bool "Support ls1043ardb"
	select ARM64
784
	select ARMV8_MULTIENTRY
785
	select SUPPORT_SPL
786 787 788
	help
	  Support for Freescale LS1043ARDB platform.

789 790
config TARGET_H2200
	bool "Support h2200"
791
	select CPU_PXA
792

793 794 795 796
config TARGET_ZIPITZ2
	bool "Support zipitz2"
	select CPU_PXA

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

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

818 819
config STM32
	bool "Support STM32"
820
	select CPU_V7M
K
Kamil Lulko 已提交
821 822
	select DM
	select DM_SERIAL
823

824 825 826 827 828 829 830 831
config ARCH_ROCKCHIP
	bool "Support Rockchip SoCs"
	select SUPPORT_SPL
	select SPL
	select OF_CONTROL
	select CPU_V7
	select DM

832 833
config TARGET_THUNDERX_88XX
	bool "Support ThunderX 88xx"
834
	select ARM64
835 836
	select OF_CONTROL

837 838
endchoice

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

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

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

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

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

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

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

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

855 856
source "arch/arm/mach-mvebu/Kconfig"

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

859 860
source "arch/arm/cpu/armv7/mx6/Kconfig"

861 862
source "arch/arm/cpu/armv7/mx5/Kconfig"

863
source "arch/arm/cpu/armv7/omap-common/Kconfig"
864

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

867 868
source "arch/arm/cpu/armv7/rmobile/Kconfig"

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

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

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

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

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

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

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

883
source "arch/arm/mach-uniphier/Kconfig"
884

885
source "arch/arm/mach-zynq/Kconfig"
886

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

889 890
source "arch/arm/cpu/armv8/zynqmp/Kconfig"

891 892
source "arch/arm/cpu/armv8/Kconfig"

893 894
source "arch/arm/imx-common/Kconfig"

895
source "board/bosch/shc/Kconfig"
896 897 898 899 900 901 902 903 904
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"
905
source "board/broadcom/bcm23550_w1d/Kconfig"
906
source "board/broadcom/bcm28155_ap/Kconfig"
S
Steve Rae 已提交
907 908
source "board/broadcom/bcmcygnus/Kconfig"
source "board/broadcom/bcmnsp/Kconfig"
909
source "board/cavium/thunderx/Kconfig"
910 911
source "board/cirrus/edb93xx/Kconfig"
source "board/compulab/cm_t335/Kconfig"
912
source "board/compulab/cm_t43/Kconfig"
913 914 915
source "board/creative/xfi3/Kconfig"
source "board/denx/m28evk/Kconfig"
source "board/denx/m53evk/Kconfig"
916 917 918
source "board/freescale/ls2080a/Kconfig"
source "board/freescale/ls2080aqds/Kconfig"
source "board/freescale/ls2080ardb/Kconfig"
919
source "board/freescale/ls1021aqds/Kconfig"
920
source "board/freescale/ls1043aqds/Kconfig"
921
source "board/freescale/ls1021atwr/Kconfig"
922
source "board/freescale/ls1043ardb/Kconfig"
923
source "board/freescale/ls1012aqds/Kconfig"
924
source "board/freescale/ls1012ardb/Kconfig"
925
source "board/freescale/ls1012afrdm/Kconfig"
926 927 928 929 930 931 932 933 934 935 936 937 938 939
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"
940
source "board/hisilicon/hikey/Kconfig"
941 942 943 944 945
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"
946
source "board/phytec/pcm052/Kconfig"
947 948 949 950 951 952 953 954 955 956 957 958 959
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"
960
source "board/st/stv0991/Kconfig"
961 962
source "board/sunxi/Kconfig"
source "board/syteco/zmx25/Kconfig"
963
source "board/tcl/sl50/Kconfig"
964 965
source "board/ti/am335x/Kconfig"
source "board/ti/am43xx/Kconfig"
966
source "board/birdland/bav335x/Kconfig"
967 968 969 970
source "board/ti/ti814x/Kconfig"
source "board/ti/ti816x/Kconfig"
source "board/timll/devkit3250/Kconfig"
source "board/toradex/colibri_pxa270/Kconfig"
971
source "board/toradex/colibri_vf/Kconfig"
972
source "board/technologic/ts4800/Kconfig"
973
source "board/vscom/baltos/Kconfig"
974
source "board/woodburn/Kconfig"
975
source "board/work-microwave/work_92105/Kconfig"
976
source "board/zipitz2/Kconfig"
977

978 979
source "arch/arm/Kconfig.debug"

980
endmenu