]> git.ipfire.org Git - people/ms/u-boot.git/blame - arch/arm/Kconfig
arm: Remove VCMA9 board
[people/ms/u-boot.git] / arch / arm / Kconfig
CommitLineData
dd84058d
MY
1menu "ARM architecture"
2 depends on ARM
3
4config SYS_ARCH
dd84058d
MY
5 default "arm"
6
016a954e
MY
7config ARM64
8 bool
bb6b142f 9 select PHYS_64BIT
067716ba 10 select SYS_CACHE_SHIFT_6
016a954e 11
37217f0e
LV
12config DMA_ADDR_T_64BIT
13 bool
14 default y if ARM64
15
2e07c249 16config HAS_VBAR
e009bfa4 17 bool
2e07c249 18
62e92077 19config HAS_THUMB2
e009bfa4 20 bool
62e92077 21
2e07c249 22config CPU_ARM720T
e009bfa4 23 bool
067716ba 24 select SYS_CACHE_SHIFT_5
2e07c249
GS
25
26config CPU_ARM920T
e009bfa4 27 bool
067716ba 28 select SYS_CACHE_SHIFT_5
2e07c249
GS
29
30config CPU_ARM926EJS
e009bfa4 31 bool
067716ba 32 select SYS_CACHE_SHIFT_5
2e07c249
GS
33
34config CPU_ARM946ES
e009bfa4 35 bool
067716ba 36 select SYS_CACHE_SHIFT_5
2e07c249
GS
37
38config CPU_ARM1136
e009bfa4 39 bool
067716ba 40 select SYS_CACHE_SHIFT_5
2e07c249
GS
41
42config CPU_ARM1176
e009bfa4
TR
43 bool
44 select HAS_VBAR
067716ba 45 select SYS_CACHE_SHIFT_5
2e07c249
GS
46
47config CPU_V7
e009bfa4
TR
48 bool
49 select HAS_VBAR
50 select HAS_THUMB2
067716ba 51 select SYS_CACHE_SHIFT_6
2e07c249 52
12d8a729 53config CPU_V7M
54 bool
e009bfa4 55 select HAS_THUMB2
067716ba 56 select SYS_CACHE_SHIFT_5
12d8a729 57
2e07c249 58config CPU_PXA
e009bfa4 59 bool
067716ba 60 select SYS_CACHE_SHIFT_5
2e07c249
GS
61
62config CPU_SA1100
e009bfa4 63 bool
067716ba 64 select SYS_CACHE_SHIFT_5
2e07c249
GS
65
66config SYS_CPU
e009bfa4
TR
67 default "arm720t" if CPU_ARM720T
68 default "arm920t" if CPU_ARM920T
69 default "arm926ejs" if CPU_ARM926EJS
70 default "arm946es" if CPU_ARM946ES
71 default "arm1136" if CPU_ARM1136
72 default "arm1176" if CPU_ARM1176
73 default "armv7" if CPU_V7
74 default "armv7m" if CPU_V7M
75 default "pxa" if CPU_PXA
76 default "sa1100" if CPU_SA1100
01541eec 77 default "armv8" if ARM64
2e07c249 78
66020a67
MV
79config SYS_ARM_ARCH
80 int
81 default 4 if CPU_ARM720T
82 default 4 if CPU_ARM920T
83 default 5 if CPU_ARM926EJS
84 default 5 if CPU_ARM946ES
85 default 6 if CPU_ARM1136
86 default 6 if CPU_ARM1176
87 default 7 if CPU_V7
88 default 7 if CPU_V7M
89 default 5 if CPU_PXA
90 default 4 if CPU_SA1100
91 default 8 if ARM64
92
067716ba
TR
93config SYS_CACHE_SHIFT_5
94 bool
95
96config SYS_CACHE_SHIFT_6
97 bool
98
99config SYS_CACHE_SHIFT_7
100 bool
101
102config SYS_CACHELINE_SIZE
103 int
104 default 128 if SYS_CACHE_SHIFT_7
105 default 64 if SYS_CACHE_SHIFT_6
106 default 32 if SYS_CACHE_SHIFT_5
107
f91afc4d
LW
108config SEMIHOSTING
109 bool "support boot from semihosting"
110 help
111 In emulated environments, semihosting is a way for
112 the hosted environment to call out to the emulator to
113 retrieve files from the host machine.
114
f3e9bec8
PF
115config SYS_L2CACHE_OFF
116 bool "L2cache off"
117 help
118 If SoC does not support L2CACHE or one do not want to enable
119 L2CACHE, choose this option.
120
cdaa633f
AP
121config ENABLE_ARM_SOC_BOOT0_HOOK
122 bool "prepare BOOT0 header"
123 help
124 If the SoC's BOOT0 requires a header area filled with (magic)
125 values, then choose this option, and create a define called
126 ARM_SOC_BOOT0_HOOK which contains the required assembler
127 preprocessor code.
128
272686eb
TR
129config ARCH_OMAP2
130 bool
131 select CPU_V7
132 select SUPPORT_SPL
133
ec6617c3
AW
134config ARM64_SUPPORT_AARCH32
135 bool "ARM64 system support AArch32 execution state"
136 default y if ARM64 && !TARGET_THUNDERX_88XX
137 help
138 This ARM64 system supports AArch32 execution state.
139
dd84058d
MY
140choice
141 prompt "Target select"
b928e658 142 default TARGET_HIKEY
dd84058d 143
4614b891
MY
144config ARCH_AT91
145 bool "Atmel AT91"
dd84058d
MY
146
147config TARGET_EDB93XX
148 bool "Support edb93xx"
2e07c249 149 select CPU_ARM920T
dd84058d 150
dd84058d
MY
151config TARGET_ASPENITE
152 bool "Support aspenite"
2e07c249 153 select CPU_ARM926EJS
dd84058d
MY
154
155config TARGET_GPLUGD
156 bool "Support gplugd"
2e07c249 157 select CPU_ARM926EJS
dd84058d 158
3491ba63
MY
159config ARCH_DAVINCI
160 bool "TI DaVinci"
2e07c249 161 select CPU_ARM926EJS
3491ba63
MY
162 help
163 Support for TI's DaVinci platform.
dd84058d 164
47539e23
MY
165config KIRKWOOD
166 bool "Marvell Kirkwood"
2e07c249 167 select CPU_ARM926EJS
dd84058d 168
c3d89140 169config ARCH_MVEBU
21b29fc6 170 bool "Marvell MVEBU family (Armada XP/375/38x/3700/7K/8K)"
9cffb233
SR
171 select OF_CONTROL
172 select OF_SEPARATE
173 select DM
e3b9c98a 174 select DM_ETH
1d51ea19 175 select DM_SERIAL
09a54c00
SR
176 select DM_SPI
177 select DM_SPI_FLASH
a4884831 178
dd84058d
MY
179config TARGET_DEVKIT3250
180 bool "Support devkit3250"
2e07c249 181 select CPU_ARM926EJS
e9b3ce3f 182 select SUPPORT_SPL
dd84058d 183
412ae53a
AA
184config TARGET_WORK_92105
185 bool "Support work_92105"
186 select CPU_ARM926EJS
187 select SUPPORT_SPL
188
dd84058d
MY
189config TARGET_MX25PDK
190 bool "Support mx25pdk"
2e07c249 191 select CPU_ARM926EJS
dd84058d 192
dd84058d
MY
193config TARGET_ZMX25
194 bool "Support zmx25"
2e07c249 195 select CPU_ARM926EJS
dd84058d
MY
196
197config TARGET_APF27
198 bool "Support apf27"
2e07c249 199 select CPU_ARM926EJS
02627356 200 select SUPPORT_SPL
dd84058d 201
dd84058d
MY
202config TARGET_APX4DEVKIT
203 bool "Support apx4devkit"
2e07c249 204 select CPU_ARM926EJS
02627356 205 select SUPPORT_SPL
dd84058d
MY
206
207config TARGET_XFI3
208 bool "Support xfi3"
2e07c249 209 select CPU_ARM926EJS
02627356 210 select SUPPORT_SPL
dd84058d
MY
211
212config TARGET_M28EVK
213 bool "Support m28evk"
2e07c249 214 select CPU_ARM926EJS
02627356 215 select SUPPORT_SPL
dd84058d
MY
216
217config TARGET_MX23EVK
218 bool "Support mx23evk"
2e07c249 219 select CPU_ARM926EJS
02627356 220 select SUPPORT_SPL
dd84058d
MY
221
222config TARGET_MX28EVK
223 bool "Support mx28evk"
2e07c249 224 select CPU_ARM926EJS
02627356 225 select SUPPORT_SPL
dd84058d
MY
226
227config TARGET_MX23_OLINUXINO
228 bool "Support mx23_olinuxino"
2e07c249 229 select CPU_ARM926EJS
02627356 230 select SUPPORT_SPL
dd84058d
MY
231
232config TARGET_BG0900
233 bool "Support bg0900"
2e07c249 234 select CPU_ARM926EJS
02627356 235 select SUPPORT_SPL
dd84058d
MY
236
237config TARGET_SANSA_FUZE_PLUS
238 bool "Support sansa_fuze_plus"
2e07c249 239 select CPU_ARM926EJS
02627356 240 select SUPPORT_SPL
dd84058d
MY
241
242config TARGET_SC_SPS_1
243 bool "Support sc_sps_1"
2e07c249 244 select CPU_ARM926EJS
02627356 245 select SUPPORT_SPL
dd84058d 246
22f2be7a
MY
247config ORION5X
248 bool "Marvell Orion"
2e07c249 249 select CPU_ARM926EJS
dd84058d 250
dd84058d
MY
251config TARGET_SPEAR300
252 bool "Support spear300"
2e07c249 253 select CPU_ARM926EJS
dd84058d
MY
254
255config TARGET_SPEAR310
256 bool "Support spear310"
2e07c249 257 select CPU_ARM926EJS
dd84058d
MY
258
259config TARGET_SPEAR320
260 bool "Support spear320"
2e07c249 261 select CPU_ARM926EJS
dd84058d
MY
262
263config TARGET_SPEAR600
264 bool "Support spear600"
2e07c249 265 select CPU_ARM926EJS
dd84058d 266
9fa32b12
VM
267config TARGET_STV0991
268 bool "Support stv0991"
269 select CPU_V7
cac0ca76
MY
270 select DM
271 select DM_SERIAL
e67abcaa
VM
272 select DM_SPI
273 select DM_SPI_FLASH
274 select SPI_FLASH
9fa32b12 275
dd84058d
MY
276config TARGET_X600
277 bool "Support x600"
2e07c249 278 select CPU_ARM926EJS
02627356 279 select SUPPORT_SPL
dd84058d 280
dd84058d
MY
281config TARGET_IMX31_PHYCORE
282 bool "Support imx31_phycore"
2e07c249 283 select CPU_ARM1136
dd84058d 284
dd84058d
MY
285config TARGET_MX31ADS
286 bool "Support mx31ads"
2e07c249 287 select CPU_ARM1136
dd84058d
MY
288
289config TARGET_MX31PDK
290 bool "Support mx31pdk"
2e07c249 291 select CPU_ARM1136
02627356 292 select SUPPORT_SPL
dd84058d 293
dd84058d
MY
294config TARGET_WOODBURN
295 bool "Support woodburn"
2e07c249 296 select CPU_ARM1136
dd84058d
MY
297
298config TARGET_WOODBURN_SD
299 bool "Support woodburn_sd"
2e07c249 300 select CPU_ARM1136
02627356 301 select SUPPORT_SPL
dd84058d
MY
302
303config TARGET_FLEA3
304 bool "Support flea3"
2e07c249 305 select CPU_ARM1136
dd84058d
MY
306
307config TARGET_MX35PDK
308 bool "Support mx35pdk"
2e07c249 309 select CPU_ARM1136
dd84058d 310
ddf6bd48
MY
311config ARCH_BCM283X
312 bool "Broadcom BCM283X family"
58d423b8
MY
313 select DM
314 select DM_SERIAL
315 select DM_GPIO
76709096 316 select OF_CONTROL
46414296 317
dd84058d
MY
318config TARGET_VEXPRESS_CA15_TC2
319 bool "Support vexpress_ca15_tc2"
2e07c249 320 select CPU_V7
ea624e19
HG
321 select CPU_V7_HAS_NONSEC
322 select CPU_V7_HAS_VIRT
dd84058d
MY
323
324config TARGET_VEXPRESS_CA5X2
325 bool "Support vexpress_ca5x2"
2e07c249 326 select CPU_V7
dd84058d
MY
327
328config TARGET_VEXPRESS_CA9X4
329 bool "Support vexpress_ca9x4"
2e07c249 330 select CPU_V7
dd84058d 331
a4d79993
HS
332config TARGET_BRXRE1
333 bool "Support BRXRE1"
272686eb 334 select ARCH_OMAP2
dd84058d 335
2290fe06
HS
336config TARGET_BRPPT1
337 bool "Support BRPPT1"
272686eb 338 select ARCH_OMAP2
dd84058d 339
dd84058d
MY
340config TARGET_DRACO
341 bool "Support draco"
272686eb 342 select ARCH_OMAP2
71423435
HS
343 select DM
344 select DM_SERIAL
345 select DM_GPIO
dd84058d 346
8c65a2fa
HS
347config TARGET_THUBAN
348 bool "Support thuban"
272686eb 349 select ARCH_OMAP2
71423435
HS
350 select DM
351 select DM_SERIAL
352 select DM_GPIO
dd84058d 353
578056c3
HS
354config TARGET_RASTABAN
355 bool "Support rastaban"
272686eb 356 select ARCH_OMAP2
71423435
HS
357 select DM
358 select DM_SERIAL
359 select DM_GPIO
578056c3 360
6b3943f1 361config TARGET_ETAMIN
e009bfa4 362 bool "Support etamin"
272686eb 363 select ARCH_OMAP2
71423435
HS
364 select DM
365 select DM_SERIAL
366 select DM_GPIO
6b3943f1 367
dd84058d
MY
368config TARGET_PXM2
369 bool "Support pxm2"
272686eb 370 select ARCH_OMAP2
71423435
HS
371 select DM
372 select DM_SERIAL
373 select DM_GPIO
dd84058d
MY
374
375config TARGET_RUT
376 bool "Support rut"
272686eb 377 select ARCH_OMAP2
71423435
HS
378 select DM
379 select DM_SERIAL
380 select DM_GPIO
dd84058d 381
dd84058d
MY
382config TARGET_TI814X_EVM
383 bool "Support ti814x_evm"
272686eb 384 select ARCH_OMAP2
dd84058d
MY
385
386config TARGET_TI816X_EVM
387 bool "Support ti816x_evm"
272686eb 388 select ARCH_OMAP2
dd84058d 389
43486e4c
SR
390config TARGET_BCM23550_W1D
391 bool "Support bcm23550_w1d"
392 select CPU_V7
393
dd84058d
MY
394config TARGET_BCM28155_AP
395 bool "Support bcm28155_ap"
2e07c249 396 select CPU_V7
dd84058d 397
abb1678c
SR
398config TARGET_BCMCYGNUS
399 bool "Support bcmcygnus"
2e07c249 400 select CPU_V7
9dec5270 401
abb1678c
SR
402config TARGET_BCMNSP
403 bool "Support bcmnsp"
2e07c249 404 select CPU_V7
9dec5270 405
72df68cc
MY
406config ARCH_EXYNOS
407 bool "Samsung EXYNOS"
58d423b8
MY
408 select DM
409 select DM_SPI_FLASH
410 select DM_SERIAL
411 select DM_SPI
412 select DM_GPIO
1fa4bfde 413 select DM_KEYBOARD
dd84058d 414
311757be
SG
415config ARCH_S5PC1XX
416 bool "Samsung S5PC1XX"
2e07c249 417 select CPU_V7
58d423b8
MY
418 select DM
419 select DM_SERIAL
420 select DM_GPIO
311757be 421
ef2b694c
MY
422config ARCH_HIGHBANK
423 bool "Calxeda Highbank"
2e07c249 424 select CPU_V7
dd84058d 425
5cbbd9bd
MY
426config ARCH_INTEGRATOR
427 bool "ARM Ltd. Integrator family"
3f394e70
LW
428 select DM
429 select DM_SERIAL
5cbbd9bd 430
c338f09e
MY
431config ARCH_KEYSTONE
432 bool "TI Keystone"
2e07c249 433 select CPU_V7
02627356 434 select SUPPORT_SPL
534bc70e 435 select CMD_POWEROFF
dd84058d 436
bfcef28a
BG
437config ARCH_MESON
438 bool "Amlogic Meson"
439 help
440 Support for the Meson SoC family developed by Amlogic Inc.,
441 targeted at media players and tablet computers. We currently
442 support the S905 (GXBaby) 64-bit SoC.
443
1a8150d4
AA
444config ARCH_MX7
445 bool "Freescale MX7"
446 select CPU_V7
447
89ebc821
BB
448config ARCH_MX6
449 bool "Freescale MX6"
450 select CPU_V7
451
424ee3d1
AR
452config ARCH_MX5
453 bool "Freescale MX5"
454 select CPU_V7
455
dd84058d
MY
456config TARGET_M53EVK
457 bool "Support m53evk"
2e07c249 458 select CPU_V7
02627356 459 select SUPPORT_SPL
dd84058d 460
dd84058d
MY
461config TARGET_MX51EVK
462 bool "Support mx51evk"
2e07c249 463 select CPU_V7
dd84058d
MY
464
465config TARGET_MX53ARD
466 bool "Support mx53ard"
2e07c249 467 select CPU_V7
dd84058d
MY
468
469config TARGET_MX53EVK
470 bool "Support mx53evk"
2e07c249 471 select CPU_V7
dd84058d
MY
472
473config TARGET_MX53LOCO
474 bool "Support mx53loco"
2e07c249 475 select CPU_V7
dd84058d
MY
476
477config TARGET_MX53SMD
478 bool "Support mx53smd"
2e07c249 479 select CPU_V7
dd84058d 480
3cfbcb58
MY
481config OMAP34XX
482 bool "OMAP34XX SoC"
272686eb 483 select ARCH_OMAP2
7d106242 484 select USE_TINY_PRINTF
dd84058d 485
d08215a5
MY
486config OMAP44XX
487 bool "OMAP44XX SoC"
272686eb 488 select ARCH_OMAP2
7d106242 489 select USE_TINY_PRINTF
dd84058d 490
6c5431ac
MY
491config OMAP54XX
492 bool "OMAP54XX SoC"
272686eb 493 select ARCH_OMAP2
dd84058d 494
6384726d
MS
495config AM43XX
496 bool "AM43XX SoC"
272686eb 497 select ARCH_OMAP2
6384726d
MS
498 help
499 Support for AM43xx SOC from Texas Instruments.
500 The AM43xx high performance SOC features a Cortex-A9
501 ARM core, a quad core PRU-ICSS for industrial Ethernet
502 protocols, dual camera support, optional 3D graphics
503 and an optional customer programmable secure boot.
504
b39a9ade
AD
505config AM33XX
506 bool "AM33XX SoC"
272686eb 507 select ARCH_OMAP2
b39a9ade
AD
508 help
509 Support for AM335x SOC from Texas Instruments.
510 The AM335x high performance SOC features a Cortex-A8
511 ARM core, a dual core PRU-ICSS for industrial Ethernet
512 protocols, optional 3D graphics and an optional customer
513 programmable secure boot.
514
1cc95f6e 515config ARCH_RMOBILE
f40b9898 516 bool "Renesas ARM SoCs"
1cc95f6e
NI
517 select DM
518 select DM_SERIAL
dd84058d 519
9702ec00
EP
520config TARGET_S32V234EVB
521 bool "Support s32v234evb"
522 select ARM64
523
08592136
MK
524config ARCH_SNAPDRAGON
525 bool "Qualcomm Snapdragon SoCs"
526 select ARM64
527 select DM
528 select DM_GPIO
529 select DM_SERIAL
530 select SPMI
531 select OF_CONTROL
532 select OF_SEPARATE
533
7865f4b0
MY
534config ARCH_SOCFPGA
535 bool "Altera SOCFPGA family"
2e07c249 536 select CPU_V7
02627356 537 select SUPPORT_SPL
dfd3dff5
MV
538 select OF_CONTROL
539 select SPL_OF_CONTROL
1d9aa3e5
MY
540 select DM
541 select DM_SPI_FLASH
542 select DM_SPI
dd84058d 543
8883ddaf
NK
544config TARGET_CM_T43
545 bool "Support cm_t43"
983e3700 546 select ARCH_OMAP2
8883ddaf 547
2c7e3b90
IC
548config ARCH_SUNXI
549 bool "Support sunxi (Allwinner) SoCs"
88bb800d 550 select CMD_GPIO
0878a8a7 551 select CMD_MMC if MMC
2997ee50 552 select CMD_USB if DISTRO_DEFAULTS
b6006baf 553 select DM
45368827 554 select DM_ETH
211d57a4
HG
555 select DM_GPIO
556 select DM_KEYBOARD
45368827 557 select DM_SERIAL
2997ee50 558 select DM_USB if DISTRO_DEFAULTS
d75111a7 559 select OF_BOARD_SETUP
b6006baf
HG
560 select OF_CONTROL
561 select OF_SEPARATE
8434f035
AG
562 select SPL_STACK_R if SUPPORT_SPL
563 select SPL_SYS_MALLOC_SIMPLE if SUPPORT_SPL
6edf6a21 564 select SYS_NS16550
2997ee50
YM
565 select USB if DISTRO_DEFAULTS
566 select USB_STORAGE if DISTRO_DEFAULTS
567 select USB_KEYBOARD if DISTRO_DEFAULTS
8c7d2296 568 select USE_TINY_PRINTF
8ebe4f42 569
d9e268ed
SB
570config TARGET_TS4600
571 bool "Support TS4600"
572 select CPU_ARM926EJS
573 select SUPPORT_SPL
574
9ee16897
LQ
575config TARGET_TS4800
576 bool "Support TS4800"
577 select CPU_V7
578
dd84058d
MY
579config TARGET_VF610TWR
580 bool "Support vf610twr"
2e07c249 581 select CPU_V7
dd84058d 582
e7b860fa
SM
583config TARGET_COLIBRI_VF
584 bool "Support Colibri VF50/61"
585 select CPU_V7
586
931a1d2a
AA
587config TARGET_PCM052
588 bool "Support pcm-052"
589 select CPU_V7
590
27192d16
AA
591config TARGET_BK4R1
592 bool "Support BK4r1"
593 select CPU_V7
594
5ca269a4 595config ARCH_ZYNQ
44dcb403 596 bool "Xilinx Zynq Platform"
2e07c249 597 select CPU_V7
02627356 598 select SUPPORT_SPL
d065cfd9 599 select OF_CONTROL
eb04ab34 600 select SPL_OF_CONTROL if SPL
8981f05c 601 select DM
6889ca71 602 select DM_ETH
2978ae23 603 select DM_GPIO
eb04ab34 604 select SPL_DM if SPL
d9ae52c8 605 select DM_MMC
329a449f 606 select DM_MMC_OPS
9f7a4502 607 select DM_SPI
42800ffa 608 select DM_SERIAL
9f7a4502 609 select DM_SPI_FLASH
eb04ab34 610 select SPL_SEPARATE_BSS if SPL
dec49e86 611 select DM_USB if USB
329a449f 612 select BLK
dd84058d 613
0b54a9dd 614config ARCH_ZYNQMP
84c7204b
MS
615 bool "Support Xilinx ZynqMP Platform"
616 select ARM64
c2490bf5
MS
617 select DM
618 select OF_CONTROL
619 select DM_SERIAL
e6a9ed04 620 select SUPPORT_SPL
1f29738a
MS
621 select CLK
622 select SPL_CLK
dec49e86 623 select DM_USB if USB
84c7204b 624
ddd960e6
MY
625config TEGRA
626 bool "NVIDIA Tegra"
dd84058d 627
f91afc4d 628config TARGET_VEXPRESS64_AEMV8A
dd84058d 629 bool "Support vexpress_aemv8a"
016a954e 630 select ARM64
dd84058d 631
f91afc4d
LW
632config TARGET_VEXPRESS64_BASE_FVP
633 bool "Support Versatile Express ARMv8a FVP BASE model"
634 select ARM64
635 select SEMIHOSTING
636
fc04b923
RH
637config TARGET_VEXPRESS64_BASE_FVP_DRAM
638 bool "Support Versatile Express ARMv8a FVP BASE model booting from DRAM"
639 select ARM64
640 help
641 This target is derived from TARGET_VEXPRESS64_BASE_FVP and over-rides
642 the default config to allow the user to load the images directly into
643 DRAM using model parameters rather than by using semi-hosting to load
644 the files from the host filesystem.
645
ffc10373
LW
646config TARGET_VEXPRESS64_JUNO
647 bool "Support Versatile Express Juno Development Platform"
648 select ARM64
649
44937214
PK
650config TARGET_LS2080A_EMU
651 bool "Support ls2080a_emu"
fb2bf8c2 652 select ARCH_LS2080A
016a954e 653 select ARM64
23b5877c 654 select ARMV8_MULTIENTRY
44937214
PK
655 help
656 Support for Freescale LS2080A_EMU platform
657 The LS2080A Development System (EMULATOR) is a pre silicon
658 development platform that supports the QorIQ LS2080A
659 Layerscape Architecture processor.
dd84058d 660
44937214
PK
661config TARGET_LS2080A_SIMU
662 bool "Support ls2080a_simu"
fb2bf8c2 663 select ARCH_LS2080A
016a954e 664 select ARM64
23b5877c 665 select ARMV8_MULTIENTRY
44937214
PK
666 help
667 Support for Freescale LS2080A_SIMU platform
668 The LS2080A Development System (QDS) is a pre silicon
669 development platform that supports the QorIQ LS2080A
670 Layerscape Architecture processor.
dd84058d 671
44937214
PK
672config TARGET_LS2080AQDS
673 bool "Support ls2080aqds"
fb2bf8c2 674 select ARCH_LS2080A
7288c2c2
YS
675 select ARM64
676 select ARMV8_MULTIENTRY
b2d5ac59 677 select SUPPORT_SPL
7288c2c2 678 help
44937214
PK
679 Support for Freescale LS2080AQDS platform
680 The LS2080A Development System (QDS) is a high-performance
681 development platform that supports the QorIQ LS2080A
7288c2c2
YS
682 Layerscape Architecture processor.
683
44937214
PK
684config TARGET_LS2080ARDB
685 bool "Support ls2080ardb"
fb2bf8c2 686 select ARCH_LS2080A
e2b65ea9
YS
687 select ARM64
688 select ARMV8_MULTIENTRY
32eda7cc 689 select SUPPORT_SPL
e2b65ea9 690 help
44937214
PK
691 Support for Freescale LS2080ARDB platform.
692 The LS2080A Reference design board (RDB) is a high-performance
693 development platform that supports the QorIQ LS2080A
e2b65ea9
YS
694 Layerscape Architecture processor.
695
11ac2363
PG
696config TARGET_HIKEY
697 bool "Support HiKey 96boards Consumer Edition Platform"
698 select ARM64
efd7b60a
PG
699 select DM
700 select DM_GPIO
9c71bcdc 701 select DM_SERIAL
cd593ed6 702 select OF_CONTROL
11ac2363
PG
703 help
704 Support for HiKey 96boards platform. It features a HI6220
705 SoC, with 8xA53 CPU, mali450 gpu, and 1GB RAM.
706
9d044fcb
PK
707config TARGET_LS1012AQDS
708 bool "Support ls1012aqds"
9533acf3 709 select ARCH_LS1012A
9d044fcb
PK
710 select ARM64
711 help
712 Support for Freescale LS1012AQDS platform.
713 The LS1012A Development System (QDS) is a high-performance
714 development platform that supports the QorIQ LS1012A
715 Layerscape Architecture processor.
716
3b6e3898
PK
717config TARGET_LS1012ARDB
718 bool "Support ls1012ardb"
9533acf3 719 select ARCH_LS1012A
3b6e3898
PK
720 select ARM64
721 help
722 Support for Freescale LS1012ARDB platform.
723 The LS1012A Reference design board (RDB) is a high-performance
724 development platform that supports the QorIQ LS1012A
725 Layerscape Architecture processor.
726
ff78aa2b
PK
727config TARGET_LS1012AFRDM
728 bool "Support ls1012afrdm"
9533acf3 729 select ARCH_LS1012A
ff78aa2b
PK
730 select ARM64
731 help
732 Support for Freescale LS1012AFRDM platform.
733 The LS1012A Freedom board (FRDM) is a high-performance
734 development platform that supports the QorIQ LS1012A
735 Layerscape Architecture processor.
736
550e3dc0 737config TARGET_LS1021AQDS
0de15707 738 bool "Support ls1021aqds"
2e07c249 739 select CPU_V7
adee1d4c
HZ
740 select CPU_V7_HAS_NONSEC
741 select CPU_V7_HAS_VIRT
50f0c663 742 select SUPPORT_SPL
0a37cf8f 743 select ARCH_LS1021A
217f92bb 744 select ARCH_SUPPORT_PSCI
5e8bd7e1 745 select LS1_DEEP_SLEEP
217f92bb 746
c8a7d9da 747config TARGET_LS1021ATWR
0de15707 748 bool "Support ls1021atwr"
2e07c249 749 select CPU_V7
adee1d4c
HZ
750 select CPU_V7_HAS_NONSEC
751 select CPU_V7_HAS_VIRT
50f0c663 752 select SUPPORT_SPL
0a37cf8f 753 select ARCH_LS1021A
217f92bb 754 select ARCH_SUPPORT_PSCI
5e8bd7e1 755 select LS1_DEEP_SLEEP
c8a7d9da 756
20c700f8
FL
757config TARGET_LS1021AIOT
758 bool "Support ls1021aiot"
759 select CPU_V7
760 select CPU_V7_HAS_NONSEC
761 select CPU_V7_HAS_VIRT
762 select SUPPORT_SPL
763 select ARCH_LS1021A
764 select ARCH_SUPPORT_PSCI
765 help
766 Support for Freescale LS1021AIOT platform.
767 The LS1021A Freescale board (IOT) is a high-performance
768 development platform that supports the QorIQ LS1021A
769 Layerscape Architecture processor.
770
02b5d2ed
SX
771config TARGET_LS1043AQDS
772 bool "Support ls1043aqds"
0a37cf8f 773 select ARCH_LS1043A
02b5d2ed
SX
774 select ARM64
775 select ARMV8_MULTIENTRY
776 select SUPPORT_SPL
777 help
778 Support for Freescale LS1043AQDS platform.
779
f3a8e2b7
MH
780config TARGET_LS1043ARDB
781 bool "Support ls1043ardb"
0a37cf8f 782 select ARCH_LS1043A
f3a8e2b7 783 select ARM64
831c068f 784 select ARMV8_MULTIENTRY
3ad44729 785 select SUPPORT_SPL
f3a8e2b7
MH
786 help
787 Support for Freescale LS1043ARDB platform.
788
126fe70d
SX
789config TARGET_LS1046AQDS
790 bool "Support ls1046aqds"
da28e58a 791 select ARCH_LS1046A
126fe70d
SX
792 select ARM64
793 select ARMV8_MULTIENTRY
794 select SUPPORT_SPL
795 select DM_SPI_FLASH if DM_SPI
796 help
797 Support for Freescale LS1046AQDS platform.
798 The LS1046A Development System (QDS) is a high-performance
799 development platform that supports the QorIQ LS1046A
800 Layerscape Architecture processor.
801
dd02936f
MH
802config TARGET_LS1046ARDB
803 bool "Support ls1046ardb"
da28e58a 804 select ARCH_LS1046A
dd02936f
MH
805 select ARM64
806 select ARMV8_MULTIENTRY
807 select SUPPORT_SPL
808 select DM_SPI_FLASH if DM_SPI
809 help
810 Support for Freescale LS1046ARDB platform.
811 The LS1046A Reference Design Board (RDB) is a high-performance
812 development platform that supports the QorIQ LS1046A
813 Layerscape Architecture processor.
814
dd84058d
MY
815config TARGET_H2200
816 bool "Support h2200"
2e07c249 817 select CPU_PXA
dd84058d 818
f19eb154
VK
819config TARGET_ZIPITZ2
820 bool "Support zipitz2"
821 select CPU_PXA
822
dd84058d
MY
823config TARGET_COLIBRI_PXA270
824 bool "Support colibri_pxa270"
2e07c249 825 select CPU_PXA
dd84058d 826
66cba041 827config ARCH_UNIPHIER
b6ef3a3f 828 bool "Socionext UniPhier SoCs"
14f47234 829 select BLK
48264d9b 830 select CLK_UNIPHIER
4e819950 831 select DM
b800cbde 832 select DM_GPIO
4e819950 833 select DM_I2C
4aceb3f8 834 select DM_MMC
4fb96c48 835 select DM_RESET
b5550e49 836 select DM_SERIAL
47a79f65 837 select DM_USB
b5550e49
MY
838 select OF_CONTROL
839 select OF_LIBFDT
27350c92 840 select PINCTRL
b5550e49
MY
841 select SPL
842 select SPL_DM
0298f4c0
MY
843 select SPL_LIBCOMMON_SUPPORT
844 select SPL_LIBGENERIC_SUPPORT
b5550e49 845 select SPL_OF_CONTROL
27350c92 846 select SPL_PINCTRL
b5550e49 847 select SUPPORT_SPL
b6ef3a3f
MY
848 help
849 Support for UniPhier SoC family developed by Socionext Inc.
850 (formerly, System LSI Business Division of Panasonic Corporation)
66cba041 851
0a61ee88
VM
852config STM32
853 bool "Support STM32"
ed09a554 854 select CPU_V7M
66562414
KL
855 select DM
856 select DM_SERIAL
ed09a554 857
2444dae5
SG
858config ARCH_ROCKCHIP
859 bool "Support Rockchip SoCs"
2444dae5 860 select OF_CONTROL
aa15038c 861 select BLK
2444dae5 862 select DM
a381bcf5 863 select SPL_DM if SPL
aa15038c 864 select SYS_MALLOC_F
a381bcf5 865 select SPL_SYS_MALLOC_SIMPLE if SPL
aa15038c
SG
866 select DM_GPIO
867 select DM_I2C
868 select DM_MMC
42b37d8d 869 select DM_MMC_OPS
aa15038c
SG
870 select DM_SERIAL
871 select DM_SPI
872 select DM_SPI_FLASH
892742df 873 select DM_USB if USB
8d29e3a4
KY
874 select DM_PWM
875 select DM_REGULATOR
2444dae5 876
746f985a
ST
877config TARGET_THUNDERX_88XX
878 bool "Support ThunderX 88xx"
b4ba1693 879 select ARM64
746f985a 880 select OF_CONTROL
067716ba 881 select SYS_CACHE_SHIFT_7
746f985a 882
dd84058d
MY
883endchoice
884
4614b891
MY
885source "arch/arm/mach-at91/Kconfig"
886
ddf6bd48 887source "arch/arm/mach-bcm283x/Kconfig"
3491ba63 888
ddf6bd48 889source "arch/arm/mach-davinci/Kconfig"
34e609ca 890
77b55e8c 891source "arch/arm/mach-exynos/Kconfig"
72df68cc 892
72a8ff4b 893source "arch/arm/mach-highbank/Kconfig"
ef2b694c 894
5cbbd9bd
MY
895source "arch/arm/mach-integrator/Kconfig"
896
39a72345 897source "arch/arm/mach-keystone/Kconfig"
c338f09e 898
56f86e39 899source "arch/arm/mach-kirkwood/Kconfig"
47539e23 900
c3d89140
SR
901source "arch/arm/mach-mvebu/Kconfig"
902
0a37cf8f
YS
903source "arch/arm/cpu/armv7/ls102xa/Kconfig"
904
1a8150d4
AA
905source "arch/arm/cpu/armv7/mx7/Kconfig"
906
89ebc821
BB
907source "arch/arm/cpu/armv7/mx6/Kconfig"
908
424ee3d1
AR
909source "arch/arm/cpu/armv7/mx5/Kconfig"
910
983e3700 911source "arch/arm/mach-omap2/Kconfig"
6384726d 912
da28e58a
YS
913source "arch/arm/cpu/armv8/fsl-layerscape/Kconfig"
914
3e93b4e6 915source "arch/arm/mach-orion5x/Kconfig"
22f2be7a 916
badbb63c 917source "arch/arm/mach-rmobile/Kconfig"
f40b9898 918
bfcef28a
BG
919source "arch/arm/mach-meson/Kconfig"
920
2444dae5
SG
921source "arch/arm/mach-rockchip/Kconfig"
922
225f5eec 923source "arch/arm/mach-s5pc1xx/Kconfig"
311757be 924
08592136
MK
925source "arch/arm/mach-snapdragon/Kconfig"
926
7865f4b0
MY
927source "arch/arm/mach-socfpga/Kconfig"
928
0a61ee88
VM
929source "arch/arm/mach-stm32/Kconfig"
930
09f455dc 931source "arch/arm/mach-tegra/Kconfig"
ddd960e6 932
4c425570 933source "arch/arm/mach-uniphier/Kconfig"
66cba041 934
0107f240 935source "arch/arm/mach-zynq/Kconfig"
ddd960e6 936
ea624e19
HG
937source "arch/arm/cpu/armv7/Kconfig"
938
75580007
SDPP
939source "arch/arm/cpu/armv8/zynqmp/Kconfig"
940
23b5877c
LW
941source "arch/arm/cpu/armv8/Kconfig"
942
a05a6045
BB
943source "arch/arm/imx-common/Kconfig"
944
d8ccbe93 945source "board/bosch/shc/Kconfig"
a4d79993 946source "board/BuR/brxre1/Kconfig"
2290fe06 947source "board/BuR/brppt1/Kconfig"
dd84058d 948source "board/CarMediaLab/flea3/Kconfig"
dd84058d 949source "board/Marvell/aspenite/Kconfig"
dd84058d 950source "board/Marvell/gplugd/Kconfig"
dd84058d 951source "board/armadeus/apf27/Kconfig"
dd84058d
MY
952source "board/armltd/vexpress/Kconfig"
953source "board/armltd/vexpress64/Kconfig"
dd84058d 954source "board/bluegiga/apx4devkit/Kconfig"
43486e4c 955source "board/broadcom/bcm23550_w1d/Kconfig"
dd84058d 956source "board/broadcom/bcm28155_ap/Kconfig"
abb1678c
SR
957source "board/broadcom/bcmcygnus/Kconfig"
958source "board/broadcom/bcmnsp/Kconfig"
746f985a 959source "board/cavium/thunderx/Kconfig"
dd84058d 960source "board/cirrus/edb93xx/Kconfig"
dd84058d 961source "board/compulab/cm_t335/Kconfig"
345243ed 962source "board/compulab/cm_t43/Kconfig"
dd84058d 963source "board/creative/xfi3/Kconfig"
dd84058d
MY
964source "board/denx/m28evk/Kconfig"
965source "board/denx/m53evk/Kconfig"
44937214
PK
966source "board/freescale/ls2080a/Kconfig"
967source "board/freescale/ls2080aqds/Kconfig"
968source "board/freescale/ls2080ardb/Kconfig"
550e3dc0 969source "board/freescale/ls1021aqds/Kconfig"
02b5d2ed 970source "board/freescale/ls1043aqds/Kconfig"
c8a7d9da 971source "board/freescale/ls1021atwr/Kconfig"
20c700f8 972source "board/freescale/ls1021aiot/Kconfig"
126fe70d 973source "board/freescale/ls1046aqds/Kconfig"
f3a8e2b7 974source "board/freescale/ls1043ardb/Kconfig"
dd02936f 975source "board/freescale/ls1046ardb/Kconfig"
9d044fcb 976source "board/freescale/ls1012aqds/Kconfig"
3b6e3898 977source "board/freescale/ls1012ardb/Kconfig"
ff78aa2b 978source "board/freescale/ls1012afrdm/Kconfig"
dd84058d
MY
979source "board/freescale/mx23evk/Kconfig"
980source "board/freescale/mx25pdk/Kconfig"
981source "board/freescale/mx28evk/Kconfig"
982source "board/freescale/mx31ads/Kconfig"
983source "board/freescale/mx31pdk/Kconfig"
984source "board/freescale/mx35pdk/Kconfig"
985source "board/freescale/mx51evk/Kconfig"
986source "board/freescale/mx53ard/Kconfig"
987source "board/freescale/mx53evk/Kconfig"
988source "board/freescale/mx53loco/Kconfig"
989source "board/freescale/mx53smd/Kconfig"
9702ec00 990source "board/freescale/s32v234evb/Kconfig"
dd84058d 991source "board/freescale/vf610twr/Kconfig"
dd84058d
MY
992source "board/gumstix/pepper/Kconfig"
993source "board/h2200/Kconfig"
345243ed 994source "board/hisilicon/hikey/Kconfig"
dd84058d 995source "board/imx31_phycore/Kconfig"
dd84058d 996source "board/isee/igep0033/Kconfig"
dd84058d 997source "board/olimex/mx23_olinuxino/Kconfig"
dd84058d 998source "board/phytec/pcm051/Kconfig"
931a1d2a 999source "board/phytec/pcm052/Kconfig"
dd84058d 1000source "board/ppcag/bg0900/Kconfig"
dd84058d 1001source "board/sandisk/sansa_fuze_plus/Kconfig"
dd84058d 1002source "board/schulercontrol/sc_sps_1/Kconfig"
dd84058d
MY
1003source "board/siemens/draco/Kconfig"
1004source "board/siemens/pxm2/Kconfig"
1005source "board/siemens/rut/Kconfig"
dd84058d 1006source "board/silica/pengwyn/Kconfig"
dd84058d
MY
1007source "board/spear/spear300/Kconfig"
1008source "board/spear/spear310/Kconfig"
1009source "board/spear/spear320/Kconfig"
1010source "board/spear/spear600/Kconfig"
1011source "board/spear/x600/Kconfig"
9fa32b12 1012source "board/st/stv0991/Kconfig"
dd84058d 1013source "board/sunxi/Kconfig"
dd84058d 1014source "board/syteco/zmx25/Kconfig"
9d1b2987 1015source "board/tcl/sl50/Kconfig"
dd84058d 1016source "board/ti/am335x/Kconfig"
dd84058d 1017source "board/ti/am43xx/Kconfig"
a2bc4321 1018source "board/birdland/bav335x/Kconfig"
dd84058d
MY
1019source "board/ti/ti814x/Kconfig"
1020source "board/ti/ti816x/Kconfig"
dd84058d 1021source "board/timll/devkit3250/Kconfig"
dd84058d 1022source "board/toradex/colibri_pxa270/Kconfig"
e7b860fa 1023source "board/toradex/colibri_vf/Kconfig"
d9e268ed 1024source "board/technologic/ts4600/Kconfig"
9ee16897 1025source "board/technologic/ts4800/Kconfig"
6ce89324 1026source "board/vscom/baltos/Kconfig"
dd84058d 1027source "board/woodburn/Kconfig"
412ae53a 1028source "board/work-microwave/work_92105/Kconfig"
f19eb154 1029source "board/zipitz2/Kconfig"
dd84058d 1030
51b17d49
MY
1031source "arch/arm/Kconfig.debug"
1032
dd84058d 1033endmenu