]> git.ipfire.org Git - people/ms/u-boot.git/blame - arch/arm/Kconfig
da850: Add instructions to copy AIS image to NAND
[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
8dda2e2f
TR
22# If set, the workarounds for these ARM errata are applied early during U-Boot
23# startup. Note that in general these options force the workarounds to be
24# applied; no CPU-type/version detection exists, unlike the similar options in
25# the Linux kernel. Do not set these options unless they apply! Also note that
26# the following can be machine specific errata. These do have ability to
27# provide rudimentary version and machine specific checks, but expect no
28# product checks:
29# CONFIG_ARM_ERRATA_430973
30# CONFIG_ARM_ERRATA_454179
31# CONFIG_ARM_ERRATA_621766
32# CONFIG_ARM_ERRATA_798870
33# CONFIG_ARM_ERRATA_801819
34config ARM_ERRATA_430973
35 bool
36
37config ARM_ERRATA_454179
38 bool
39
40config ARM_ERRATA_621766
41 bool
42
43config ARM_ERRATA_716044
44 bool
45
19a75b8c
SS
46config ARM_ERRATA_725233
47 bool
48
8dda2e2f
TR
49config ARM_ERRATA_742230
50 bool
51
52config ARM_ERRATA_743622
53 bool
54
55config ARM_ERRATA_751472
56 bool
57
58config ARM_ERRATA_761320
59 bool
60
61config ARM_ERRATA_773022
62 bool
63
64config ARM_ERRATA_774769
65 bool
66
67config ARM_ERRATA_794072
68 bool
69
70config ARM_ERRATA_798870
71 bool
72
73config ARM_ERRATA_801819
74 bool
75
76config ARM_ERRATA_826974
77 bool
78
79config ARM_ERRATA_828024
80 bool
81
82config ARM_ERRATA_829520
83 bool
84
85config ARM_ERRATA_833069
86 bool
87
88config ARM_ERRATA_833471
89 bool
90
2e07c249 91config CPU_ARM720T
e009bfa4 92 bool
067716ba 93 select SYS_CACHE_SHIFT_5
2e07c249
GS
94
95config CPU_ARM920T
e009bfa4 96 bool
067716ba 97 select SYS_CACHE_SHIFT_5
2e07c249
GS
98
99config CPU_ARM926EJS
e009bfa4 100 bool
067716ba 101 select SYS_CACHE_SHIFT_5
2e07c249
GS
102
103config CPU_ARM946ES
e009bfa4 104 bool
067716ba 105 select SYS_CACHE_SHIFT_5
2e07c249
GS
106
107config CPU_ARM1136
e009bfa4 108 bool
067716ba 109 select SYS_CACHE_SHIFT_5
2e07c249
GS
110
111config CPU_ARM1176
e009bfa4
TR
112 bool
113 select HAS_VBAR
067716ba 114 select SYS_CACHE_SHIFT_5
2e07c249
GS
115
116config CPU_V7
e009bfa4
TR
117 bool
118 select HAS_VBAR
119 select HAS_THUMB2
067716ba 120 select SYS_CACHE_SHIFT_6
2e07c249 121
12d8a729 122config CPU_V7M
123 bool
e009bfa4 124 select HAS_THUMB2
067716ba 125 select SYS_CACHE_SHIFT_5
12d8a729 126
2e07c249 127config CPU_PXA
e009bfa4 128 bool
067716ba 129 select SYS_CACHE_SHIFT_5
2e07c249
GS
130
131config CPU_SA1100
e009bfa4 132 bool
067716ba 133 select SYS_CACHE_SHIFT_5
2e07c249
GS
134
135config SYS_CPU
e009bfa4
TR
136 default "arm720t" if CPU_ARM720T
137 default "arm920t" if CPU_ARM920T
138 default "arm926ejs" if CPU_ARM926EJS
139 default "arm946es" if CPU_ARM946ES
140 default "arm1136" if CPU_ARM1136
141 default "arm1176" if CPU_ARM1176
142 default "armv7" if CPU_V7
143 default "armv7m" if CPU_V7M
144 default "pxa" if CPU_PXA
145 default "sa1100" if CPU_SA1100
01541eec 146 default "armv8" if ARM64
2e07c249 147
66020a67
MV
148config SYS_ARM_ARCH
149 int
150 default 4 if CPU_ARM720T
151 default 4 if CPU_ARM920T
152 default 5 if CPU_ARM926EJS
153 default 5 if CPU_ARM946ES
154 default 6 if CPU_ARM1136
155 default 6 if CPU_ARM1176
156 default 7 if CPU_V7
157 default 7 if CPU_V7M
158 default 5 if CPU_PXA
159 default 4 if CPU_SA1100
160 default 8 if ARM64
161
067716ba
TR
162config SYS_CACHE_SHIFT_5
163 bool
164
165config SYS_CACHE_SHIFT_6
166 bool
167
168config SYS_CACHE_SHIFT_7
169 bool
170
171config SYS_CACHELINE_SIZE
172 int
173 default 128 if SYS_CACHE_SHIFT_7
174 default 64 if SYS_CACHE_SHIFT_6
175 default 32 if SYS_CACHE_SHIFT_5
176
f91afc4d
LW
177config SEMIHOSTING
178 bool "support boot from semihosting"
179 help
180 In emulated environments, semihosting is a way for
181 the hosted environment to call out to the emulator to
182 retrieve files from the host machine.
183
3a649407
TR
184config SYS_THUMB_BUILD
185 bool "Build U-Boot using the Thumb instruction set"
186 depends on !ARM64
187 help
188 Use this flag to build U-Boot using the Thumb instruction set for
189 ARM architectures. Thumb instruction set provides better code
190 density. For ARM architectures that support Thumb2 this flag will
191 result in Thumb2 code generated by GCC.
192
193config SPL_SYS_THUMB_BUILD
194 bool "Build SPL using the Thumb instruction set"
195 default y if SYS_THUMB_BUILD
196 depends on !ARM64
197 help
198 Use this flag to build SPL using the Thumb instruction set for
199 ARM architectures. Thumb instruction set provides better code
200 density. For ARM architectures that support Thumb2 this flag will
201 result in Thumb2 code generated by GCC.
202
f3e9bec8
PF
203config SYS_L2CACHE_OFF
204 bool "L2cache off"
205 help
206 If SoC does not support L2CACHE or one do not want to enable
207 L2CACHE, choose this option.
208
cdaa633f
AP
209config ENABLE_ARM_SOC_BOOT0_HOOK
210 bool "prepare BOOT0 header"
211 help
212 If the SoC's BOOT0 requires a header area filled with (magic)
213 values, then choose this option, and create a define called
214 ARM_SOC_BOOT0_HOOK which contains the required assembler
215 preprocessor code.
216
be72591b
FE
217config USE_ARCH_MEMCPY
218 bool "Use an assembly optimized implementation of memcpy"
40d5534c
TR
219 default y
220 depends on !ARM64
221 help
222 Enable the generation of an optimized version of memcpy.
223 Such implementation may be faster under some conditions
224 but may increase the binary size.
225
226config SPL_USE_ARCH_MEMCPY
227 bool "Use an assembly optimized implementation of memcpy"
228 default y if USE_ARCH_MEMCPY
085be482 229 depends on !ARM64
be72591b
FE
230 help
231 Enable the generation of an optimized version of memcpy.
232 Such implementation may be faster under some conditions
233 but may increase the binary size.
234
235config USE_ARCH_MEMSET
236 bool "Use an assembly optimized implementation of memset"
40d5534c
TR
237 default y
238 depends on !ARM64
239 help
240 Enable the generation of an optimized version of memset.
241 Such implementation may be faster under some conditions
242 but may increase the binary size.
243
244config SPL_USE_ARCH_MEMSET
245 bool "Use an assembly optimized implementation of memset"
246 default y if USE_ARCH_MEMSET
085be482 247 depends on !ARM64
be72591b
FE
248 help
249 Enable the generation of an optimized version of memset.
250 Such implementation may be faster under some conditions
251 but may increase the binary size.
252
272686eb
TR
253config ARCH_OMAP2
254 bool
255 select CPU_V7
256 select SUPPORT_SPL
257
ec6617c3
AW
258config ARM64_SUPPORT_AARCH32
259 bool "ARM64 system support AArch32 execution state"
260 default y if ARM64 && !TARGET_THUNDERX_88XX
261 help
262 This ARM64 system supports AArch32 execution state.
263
dd84058d
MY
264choice
265 prompt "Target select"
b928e658 266 default TARGET_HIKEY
dd84058d 267
4614b891
MY
268config ARCH_AT91
269 bool "Atmel AT91"
dd84058d
MY
270
271config TARGET_EDB93XX
272 bool "Support edb93xx"
2e07c249 273 select CPU_ARM920T
dd84058d 274
dd84058d
MY
275config TARGET_ASPENITE
276 bool "Support aspenite"
2e07c249 277 select CPU_ARM926EJS
dd84058d
MY
278
279config TARGET_GPLUGD
280 bool "Support gplugd"
2e07c249 281 select CPU_ARM926EJS
dd84058d 282
3491ba63
MY
283config ARCH_DAVINCI
284 bool "TI DaVinci"
2e07c249 285 select CPU_ARM926EJS
3491ba63
MY
286 help
287 Support for TI's DaVinci platform.
dd84058d 288
47539e23
MY
289config KIRKWOOD
290 bool "Marvell Kirkwood"
2e07c249 291 select CPU_ARM926EJS
a5d67547 292 select BOARD_EARLY_INIT_F
4585601a 293 select ARCH_MISC_INIT
dd84058d 294
c3d89140 295config ARCH_MVEBU
21b29fc6 296 bool "Marvell MVEBU family (Armada XP/375/38x/3700/7K/8K)"
9cffb233
SR
297 select OF_CONTROL
298 select OF_SEPARATE
299 select DM
e3b9c98a 300 select DM_ETH
1d51ea19 301 select DM_SERIAL
09a54c00
SR
302 select DM_SPI
303 select DM_SPI_FLASH
a4884831 304
dd84058d
MY
305config TARGET_DEVKIT3250
306 bool "Support devkit3250"
2e07c249 307 select CPU_ARM926EJS
e9b3ce3f 308 select SUPPORT_SPL
dd84058d 309
412ae53a
AA
310config TARGET_WORK_92105
311 bool "Support work_92105"
312 select CPU_ARM926EJS
313 select SUPPORT_SPL
314
dd84058d
MY
315config TARGET_MX25PDK
316 bool "Support mx25pdk"
e5ec4815 317 select BOARD_LATE_INIT
2e07c249 318 select CPU_ARM926EJS
a5d67547 319 select BOARD_EARLY_INIT_F
dd84058d 320
dd84058d
MY
321config TARGET_ZMX25
322 bool "Support zmx25"
e5ec4815 323 select BOARD_LATE_INIT
2e07c249 324 select CPU_ARM926EJS
dd84058d
MY
325
326config TARGET_APF27
327 bool "Support apf27"
2e07c249 328 select CPU_ARM926EJS
02627356 329 select SUPPORT_SPL
dd84058d 330
dd84058d
MY
331config TARGET_APX4DEVKIT
332 bool "Support apx4devkit"
2e07c249 333 select CPU_ARM926EJS
02627356 334 select SUPPORT_SPL
dd84058d
MY
335
336config TARGET_XFI3
337 bool "Support xfi3"
2e07c249 338 select CPU_ARM926EJS
02627356 339 select SUPPORT_SPL
dd84058d
MY
340
341config TARGET_M28EVK
342 bool "Support m28evk"
2e07c249 343 select CPU_ARM926EJS
02627356 344 select SUPPORT_SPL
dd84058d
MY
345
346config TARGET_MX23EVK
347 bool "Support mx23evk"
2e07c249 348 select CPU_ARM926EJS
02627356 349 select SUPPORT_SPL
a5d67547 350 select BOARD_EARLY_INIT_F
dd84058d
MY
351
352config TARGET_MX28EVK
353 bool "Support mx28evk"
2e07c249 354 select CPU_ARM926EJS
02627356 355 select SUPPORT_SPL
a5d67547 356 select BOARD_EARLY_INIT_F
dd84058d
MY
357
358config TARGET_MX23_OLINUXINO
359 bool "Support mx23_olinuxino"
2e07c249 360 select CPU_ARM926EJS
02627356 361 select SUPPORT_SPL
a5d67547 362 select BOARD_EARLY_INIT_F
dd84058d
MY
363
364config TARGET_BG0900
365 bool "Support bg0900"
2e07c249 366 select CPU_ARM926EJS
02627356 367 select SUPPORT_SPL
dd84058d
MY
368
369config TARGET_SANSA_FUZE_PLUS
370 bool "Support sansa_fuze_plus"
2e07c249 371 select CPU_ARM926EJS
02627356 372 select SUPPORT_SPL
dd84058d
MY
373
374config TARGET_SC_SPS_1
375 bool "Support sc_sps_1"
2e07c249 376 select CPU_ARM926EJS
02627356 377 select SUPPORT_SPL
dd84058d 378
22f2be7a
MY
379config ORION5X
380 bool "Marvell Orion"
2e07c249 381 select CPU_ARM926EJS
dd84058d 382
dd84058d
MY
383config TARGET_SPEAR300
384 bool "Support spear300"
2e07c249 385 select CPU_ARM926EJS
a5d67547 386 select BOARD_EARLY_INIT_F
dd84058d
MY
387
388config TARGET_SPEAR310
389 bool "Support spear310"
2e07c249 390 select CPU_ARM926EJS
a5d67547 391 select BOARD_EARLY_INIT_F
dd84058d
MY
392
393config TARGET_SPEAR320
394 bool "Support spear320"
2e07c249 395 select CPU_ARM926EJS
a5d67547 396 select BOARD_EARLY_INIT_F
dd84058d
MY
397
398config TARGET_SPEAR600
399 bool "Support spear600"
2e07c249 400 select CPU_ARM926EJS
a5d67547 401 select BOARD_EARLY_INIT_F
dd84058d 402
9fa32b12
VM
403config TARGET_STV0991
404 bool "Support stv0991"
405 select CPU_V7
cac0ca76
MY
406 select DM
407 select DM_SERIAL
e67abcaa
VM
408 select DM_SPI
409 select DM_SPI_FLASH
410 select SPI_FLASH
9fa32b12 411
dd84058d
MY
412config TARGET_X600
413 bool "Support x600"
e5ec4815 414 select BOARD_LATE_INIT
2e07c249 415 select CPU_ARM926EJS
02627356 416 select SUPPORT_SPL
dd84058d 417
dd84058d 418config TARGET_IMX31_PHYCORE
f428268a
TR
419 bool "Support imx31_phycore_eet"
420 select CPU_ARM1136
a5d67547 421 select BOARD_EARLY_INIT_F
f428268a
TR
422
423config TARGET_IMX31_PHYCORE_EET
424 bool "Support imx31_phycore_eet"
e5ec4815 425 select BOARD_LATE_INIT
2e07c249 426 select CPU_ARM1136
a5d67547 427 select BOARD_EARLY_INIT_F
dd84058d 428
dd84058d
MY
429config TARGET_MX31ADS
430 bool "Support mx31ads"
2e07c249 431 select CPU_ARM1136
a5d67547 432 select BOARD_EARLY_INIT_F
dd84058d
MY
433
434config TARGET_MX31PDK
435 bool "Support mx31pdk"
e5ec4815 436 select BOARD_LATE_INIT
2e07c249 437 select CPU_ARM1136
02627356 438 select SUPPORT_SPL
a5d67547 439 select BOARD_EARLY_INIT_F
dd84058d 440
dd84058d
MY
441config TARGET_WOODBURN
442 bool "Support woodburn"
2e07c249 443 select CPU_ARM1136
dd84058d
MY
444
445config TARGET_WOODBURN_SD
446 bool "Support woodburn_sd"
2e07c249 447 select CPU_ARM1136
02627356 448 select SUPPORT_SPL
dd84058d
MY
449
450config TARGET_FLEA3
451 bool "Support flea3"
2e07c249 452 select CPU_ARM1136
dd84058d
MY
453
454config TARGET_MX35PDK
455 bool "Support mx35pdk"
e5ec4815 456 select BOARD_LATE_INIT
2e07c249 457 select CPU_ARM1136
dd84058d 458
ddf6bd48
MY
459config ARCH_BCM283X
460 bool "Broadcom BCM283X family"
58d423b8
MY
461 select DM
462 select DM_SERIAL
463 select DM_GPIO
76709096 464 select OF_CONTROL
46414296 465
dd84058d
MY
466config TARGET_VEXPRESS_CA15_TC2
467 bool "Support vexpress_ca15_tc2"
2e07c249 468 select CPU_V7
ea624e19
HG
469 select CPU_V7_HAS_NONSEC
470 select CPU_V7_HAS_VIRT
dd84058d
MY
471
472config TARGET_VEXPRESS_CA5X2
473 bool "Support vexpress_ca5x2"
2e07c249 474 select CPU_V7
dd84058d
MY
475
476config TARGET_VEXPRESS_CA9X4
477 bool "Support vexpress_ca9x4"
2e07c249 478 select CPU_V7
dd84058d 479
a4d79993
HS
480config TARGET_BRXRE1
481 bool "Support BRXRE1"
272686eb 482 select ARCH_OMAP2
e5ec4815 483 select BOARD_LATE_INIT
dd84058d 484
2290fe06
HS
485config TARGET_BRPPT1
486 bool "Support BRPPT1"
272686eb 487 select ARCH_OMAP2
e5ec4815 488 select BOARD_LATE_INIT
dd84058d 489
dd84058d
MY
490config TARGET_DRACO
491 bool "Support draco"
272686eb 492 select ARCH_OMAP2
e5ec4815 493 select BOARD_LATE_INIT
71423435
HS
494 select DM
495 select DM_SERIAL
496 select DM_GPIO
dd84058d 497
8c65a2fa
HS
498config TARGET_THUBAN
499 bool "Support thuban"
272686eb 500 select ARCH_OMAP2
e5ec4815 501 select BOARD_LATE_INIT
71423435
HS
502 select DM
503 select DM_SERIAL
504 select DM_GPIO
dd84058d 505
578056c3
HS
506config TARGET_RASTABAN
507 bool "Support rastaban"
272686eb 508 select ARCH_OMAP2
e5ec4815 509 select BOARD_LATE_INIT
71423435
HS
510 select DM
511 select DM_SERIAL
512 select DM_GPIO
578056c3 513
6b3943f1 514config TARGET_ETAMIN
e009bfa4 515 bool "Support etamin"
272686eb 516 select ARCH_OMAP2
e5ec4815 517 select BOARD_LATE_INIT
71423435
HS
518 select DM
519 select DM_SERIAL
520 select DM_GPIO
6b3943f1 521
dd84058d
MY
522config TARGET_PXM2
523 bool "Support pxm2"
272686eb 524 select ARCH_OMAP2
e5ec4815 525 select BOARD_LATE_INIT
71423435
HS
526 select DM
527 select DM_SERIAL
528 select DM_GPIO
dd84058d
MY
529
530config TARGET_RUT
531 bool "Support rut"
272686eb 532 select ARCH_OMAP2
e5ec4815 533 select BOARD_LATE_INIT
71423435
HS
534 select DM
535 select DM_SERIAL
536 select DM_GPIO
dd84058d 537
dd84058d
MY
538config TARGET_TI814X_EVM
539 bool "Support ti814x_evm"
272686eb 540 select ARCH_OMAP2
dd84058d
MY
541
542config TARGET_TI816X_EVM
543 bool "Support ti816x_evm"
272686eb 544 select ARCH_OMAP2
dd84058d 545
43486e4c
SR
546config TARGET_BCM23550_W1D
547 bool "Support bcm23550_w1d"
548 select CPU_V7
549
dd84058d
MY
550config TARGET_BCM28155_AP
551 bool "Support bcm28155_ap"
2e07c249 552 select CPU_V7
dd84058d 553
abb1678c
SR
554config TARGET_BCMCYGNUS
555 bool "Support bcmcygnus"
2e07c249 556 select CPU_V7
9dec5270 557
abb1678c
SR
558config TARGET_BCMNSP
559 bool "Support bcmnsp"
2e07c249 560 select CPU_V7
9dec5270 561
72df68cc
MY
562config ARCH_EXYNOS
563 bool "Samsung EXYNOS"
58d423b8 564 select DM
fc47cf9d 565 select DM_I2C
58d423b8
MY
566 select DM_SPI_FLASH
567 select DM_SERIAL
568 select DM_SPI
569 select DM_GPIO
1fa4bfde 570 select DM_KEYBOARD
dd84058d 571
311757be
SG
572config ARCH_S5PC1XX
573 bool "Samsung S5PC1XX"
2e07c249 574 select CPU_V7
58d423b8
MY
575 select DM
576 select DM_SERIAL
577 select DM_GPIO
08848e9c 578 select DM_I2C
311757be 579
ef2b694c
MY
580config ARCH_HIGHBANK
581 bool "Calxeda Highbank"
2e07c249 582 select CPU_V7
dd84058d 583
5cbbd9bd
MY
584config ARCH_INTEGRATOR
585 bool "ARM Ltd. Integrator family"
3f394e70
LW
586 select DM
587 select DM_SERIAL
5cbbd9bd 588
c338f09e
MY
589config ARCH_KEYSTONE
590 bool "TI Keystone"
2e07c249 591 select CPU_V7
02627356 592 select SUPPORT_SPL
3a649407 593 select SYS_THUMB_BUILD
534bc70e 594 select CMD_POWEROFF
dd84058d 595
bfcef28a
BG
596config ARCH_MESON
597 bool "Amlogic Meson"
598 help
599 Support for the Meson SoC family developed by Amlogic Inc.,
600 targeted at media players and tablet computers. We currently
601 support the S905 (GXBaby) 64-bit SoC.
602
e90a08da
PF
603config ARCH_MX7ULP
604 bool "NXP MX7ULP"
605 select CPU_V7
606 select ROM_UNIFIED_SECTIONS
607
1a8150d4
AA
608config ARCH_MX7
609 bool "Freescale MX7"
610 select CPU_V7
2c2e2c9e
YS
611 select SYS_FSL_HAS_SEC if SECURE_BOOT
612 select SYS_FSL_SEC_COMPAT_4
90b80386 613 select SYS_FSL_SEC_LE
a5d67547 614 select BOARD_EARLY_INIT_F
4585601a 615 select ARCH_MISC_INIT
1a8150d4 616
89ebc821
BB
617config ARCH_MX6
618 bool "Freescale MX6"
619 select CPU_V7
2c2e2c9e
YS
620 select SYS_FSL_HAS_SEC if SECURE_BOOT
621 select SYS_FSL_SEC_COMPAT_4
90b80386 622 select SYS_FSL_SEC_LE
3a649407 623 select SYS_THUMB_BUILD if SPL
89ebc821 624
424ee3d1
AR
625config ARCH_MX5
626 bool "Freescale MX5"
627 select CPU_V7
a5d67547 628 select BOARD_EARLY_INIT_F
424ee3d1 629
dd84058d
MY
630config TARGET_M53EVK
631 bool "Support m53evk"
2e07c249 632 select CPU_V7
02627356 633 select SUPPORT_SPL
a5d67547 634 select BOARD_EARLY_INIT_F
dd84058d 635
dd84058d
MY
636config TARGET_MX51EVK
637 bool "Support mx51evk"
e5ec4815 638 select BOARD_LATE_INIT
2e07c249 639 select CPU_V7
a5d67547 640 select BOARD_EARLY_INIT_F
dd84058d
MY
641
642config TARGET_MX53ARD
643 bool "Support mx53ard"
2e07c249 644 select CPU_V7
a5d67547 645 select BOARD_EARLY_INIT_F
dd84058d
MY
646
647config TARGET_MX53EVK
648 bool "Support mx53evk"
e5ec4815 649 select BOARD_LATE_INIT
2e07c249 650 select CPU_V7
a5d67547 651 select BOARD_EARLY_INIT_F
dd84058d
MY
652
653config TARGET_MX53LOCO
654 bool "Support mx53loco"
e5ec4815 655 select BOARD_LATE_INIT
2e07c249 656 select CPU_V7
a5d67547 657 select BOARD_EARLY_INIT_F
dd84058d
MY
658
659config TARGET_MX53SMD
660 bool "Support mx53smd"
2e07c249 661 select CPU_V7
a5d67547 662 select BOARD_EARLY_INIT_F
dd84058d 663
3cfbcb58
MY
664config OMAP34XX
665 bool "OMAP34XX SoC"
272686eb 666 select ARCH_OMAP2
8dda2e2f
TR
667 select ARM_ERRATA_430973
668 select ARM_ERRATA_454179
669 select ARM_ERRATA_621766
19a75b8c 670 select ARM_ERRATA_725233
7d106242 671 select USE_TINY_PRINTF
7551dcf9
TR
672 imply SPL_EXT_SUPPORT
673 imply SPL_FAT_SUPPORT
674 imply SPL_GPIO_SUPPORT
675 imply SPL_I2C_SUPPORT
676 imply SPL_LIBCOMMON_SUPPORT
677 imply SPL_LIBDISK_SUPPORT
678 imply SPL_LIBGENERIC_SUPPORT
679 imply SPL_MMC_SUPPORT
680 imply SPL_NAND_SUPPORT
681 imply SPL_POWER_SUPPORT
682 imply SPL_SERIAL_SUPPORT
3a649407 683 imply SYS_THUMB_BUILD
dd84058d 684
d08215a5
MY
685config OMAP44XX
686 bool "OMAP44XX SoC"
272686eb 687 select ARCH_OMAP2
7d106242 688 select USE_TINY_PRINTF
0f12f101
TR
689 imply SPL_DISPLAY_PRINT
690 imply SPL_EXT_SUPPORT
691 imply SPL_FAT_SUPPORT
692 imply SPL_GPIO_SUPPORT
693 imply SPL_I2C_SUPPORT
694 imply SPL_LIBCOMMON_SUPPORT
695 imply SPL_LIBDISK_SUPPORT
696 imply SPL_LIBGENERIC_SUPPORT
697 imply SPL_MMC_SUPPORT
698 imply SPL_NAND_SUPPORT
699 imply SPL_POWER_SUPPORT
700 imply SPL_SERIAL_SUPPORT
3a649407 701 imply SYS_THUMB_BUILD
dd84058d 702
6c5431ac
MY
703config OMAP54XX
704 bool "OMAP54XX SoC"
272686eb 705 select ARCH_OMAP2
8dda2e2f 706 select ARM_ERRATA_798870
3a649407 707 select SYS_THUMB_BUILD
9d4f7a31
TR
708 imply SPL_DISPLAY_PRINT
709 imply SPL_ENV_SUPPORT
710 imply SPL_EXT_SUPPORT
711 imply SPL_FAT_SUPPORT
712 imply SPL_GPIO_SUPPORT
713 imply SPL_I2C_SUPPORT
714 imply SPL_LIBCOMMON_SUPPORT
715 imply SPL_LIBDISK_SUPPORT
716 imply SPL_LIBGENERIC_SUPPORT
717 imply SPL_MMC_SUPPORT
718 imply SPL_NAND_SUPPORT
719 imply SPL_POWER_SUPPORT
720 imply SPL_SERIAL_SUPPORT
dd84058d 721
6384726d
MS
722config AM43XX
723 bool "AM43XX SoC"
272686eb 724 select ARCH_OMAP2
3a649407 725 imply SYS_THUMB_BUILD
6384726d
MS
726 help
727 Support for AM43xx SOC from Texas Instruments.
728 The AM43xx high performance SOC features a Cortex-A9
729 ARM core, a quad core PRU-ICSS for industrial Ethernet
730 protocols, dual camera support, optional 3D graphics
731 and an optional customer programmable secure boot.
732
b39a9ade
AD
733config AM33XX
734 bool "AM33XX SoC"
272686eb 735 select ARCH_OMAP2
3a649407 736 imply SYS_THUMB_BUILD
b39a9ade
AD
737 help
738 Support for AM335x SOC from Texas Instruments.
739 The AM335x high performance SOC features a Cortex-A8
740 ARM core, a dual core PRU-ICSS for industrial Ethernet
741 protocols, optional 3D graphics and an optional customer
742 programmable secure boot.
743
1cc95f6e 744config ARCH_RMOBILE
f40b9898 745 bool "Renesas ARM SoCs"
1cc95f6e
NI
746 select DM
747 select DM_SERIAL
a5d67547 748 select BOARD_EARLY_INIT_F
3a649407 749 imply SYS_THUMB_BUILD
dd84058d 750
9702ec00
EP
751config TARGET_S32V234EVB
752 bool "Support s32v234evb"
753 select ARM64
c01e4a1a 754 select SYS_FSL_ERRATUM_ESDHC111
9702ec00 755
08592136
MK
756config ARCH_SNAPDRAGON
757 bool "Qualcomm Snapdragon SoCs"
758 select ARM64
759 select DM
760 select DM_GPIO
761 select DM_SERIAL
762 select SPMI
763 select OF_CONTROL
764 select OF_SEPARATE
765
7865f4b0
MY
766config ARCH_SOCFPGA
767 bool "Altera SOCFPGA family"
2e07c249 768 select CPU_V7
02627356 769 select SUPPORT_SPL
dfd3dff5
MV
770 select OF_CONTROL
771 select SPL_OF_CONTROL
1d9aa3e5
MY
772 select DM
773 select DM_SPI_FLASH
774 select DM_SPI
beee6a30 775 select ENABLE_ARM_SOC_BOOT0_HOOK
a421192f 776 select ARCH_EARLY_INIT_R
4585601a 777 select ARCH_MISC_INIT
949123e3 778 select SYS_MMCSD_RAW_MODE_U_BOOT_USE_PARTITION
3a649407 779 select SYS_THUMB_BUILD
dd84058d 780
8883ddaf
NK
781config TARGET_CM_T43
782 bool "Support cm_t43"
983e3700 783 select ARCH_OMAP2
8883ddaf 784
2c7e3b90
IC
785config ARCH_SUNXI
786 bool "Support sunxi (Allwinner) SoCs"
88bb800d 787 select CMD_GPIO
0878a8a7 788 select CMD_MMC if MMC
2997ee50 789 select CMD_USB if DISTRO_DEFAULTS
b6006baf 790 select DM
45368827 791 select DM_ETH
211d57a4
HG
792 select DM_GPIO
793 select DM_KEYBOARD
45368827 794 select DM_SERIAL
2997ee50 795 select DM_USB if DISTRO_DEFAULTS
d75111a7 796 select OF_BOARD_SETUP
b6006baf
HG
797 select OF_CONTROL
798 select OF_SEPARATE
8434f035
AG
799 select SPL_STACK_R if SUPPORT_SPL
800 select SPL_SYS_MALLOC_SIMPLE if SUPPORT_SPL
6edf6a21 801 select SYS_NS16550
3a649407 802 select SPL_SYS_THUMB_BUILD if !ARM64
2997ee50
YM
803 select USB if DISTRO_DEFAULTS
804 select USB_STORAGE if DISTRO_DEFAULTS
805 select USB_KEYBOARD if DISTRO_DEFAULTS
8c7d2296 806 select USE_TINY_PRINTF
8ebe4f42 807
d9e268ed
SB
808config TARGET_TS4600
809 bool "Support TS4600"
810 select CPU_ARM926EJS
811 select SUPPORT_SPL
812
9ee16897
LQ
813config TARGET_TS4800
814 bool "Support TS4800"
815 select CPU_V7
c01e4a1a 816 select SYS_FSL_ERRATUM_ESDHC_A001
9ee16897 817
7966b437
SA
818config ARCH_VF610
819 bool "Freescale Vybrid"
e7b860fa 820 select CPU_V7
c01e4a1a 821 select SYS_FSL_ERRATUM_ESDHC111
e7b860fa 822
5ca269a4 823config ARCH_ZYNQ
44dcb403 824 bool "Xilinx Zynq Platform"
e5ec4815 825 select BOARD_LATE_INIT
2e07c249 826 select CPU_V7
02627356 827 select SUPPORT_SPL
d065cfd9 828 select OF_CONTROL
eb04ab34 829 select SPL_OF_CONTROL if SPL
8981f05c 830 select DM
6889ca71 831 select DM_ETH
2978ae23 832 select DM_GPIO
eb04ab34 833 select SPL_DM if SPL
d9ae52c8 834 select DM_MMC
329a449f 835 select DM_MMC_OPS
9f7a4502 836 select DM_SPI
42800ffa 837 select DM_SERIAL
9f7a4502 838 select DM_SPI_FLASH
eb04ab34 839 select SPL_SEPARATE_BSS if SPL
dec49e86 840 select DM_USB if USB
329a449f 841 select BLK
781745bd
SH
842 select CLK
843 select SPL_CLK
844 select CLK_ZYNQ
dd84058d 845
0b54a9dd 846config ARCH_ZYNQMP
84c7204b
MS
847 bool "Support Xilinx ZynqMP Platform"
848 select ARM64
e5ec4815 849 select BOARD_LATE_INIT
c2490bf5
MS
850 select DM
851 select OF_CONTROL
852 select DM_SERIAL
e6a9ed04 853 select SUPPORT_SPL
1f29738a
MS
854 select CLK
855 select SPL_CLK
dec49e86 856 select DM_USB if USB
84c7204b 857
ddd960e6
MY
858config TEGRA
859 bool "NVIDIA Tegra"
dd84058d 860
f91afc4d 861config TARGET_VEXPRESS64_AEMV8A
dd84058d 862 bool "Support vexpress_aemv8a"
016a954e 863 select ARM64
dd84058d 864
f91afc4d
LW
865config TARGET_VEXPRESS64_BASE_FVP
866 bool "Support Versatile Express ARMv8a FVP BASE model"
867 select ARM64
868 select SEMIHOSTING
869
fc04b923
RH
870config TARGET_VEXPRESS64_BASE_FVP_DRAM
871 bool "Support Versatile Express ARMv8a FVP BASE model booting from DRAM"
872 select ARM64
873 help
874 This target is derived from TARGET_VEXPRESS64_BASE_FVP and over-rides
875 the default config to allow the user to load the images directly into
876 DRAM using model parameters rather than by using semi-hosting to load
877 the files from the host filesystem.
878
ffc10373
LW
879config TARGET_VEXPRESS64_JUNO
880 bool "Support Versatile Express Juno Development Platform"
881 select ARM64
882
44937214
PK
883config TARGET_LS2080A_EMU
884 bool "Support ls2080a_emu"
fb2bf8c2 885 select ARCH_LS2080A
016a954e 886 select ARM64
23b5877c 887 select ARMV8_MULTIENTRY
4585601a 888 select ARCH_MISC_INIT
44937214
PK
889 help
890 Support for Freescale LS2080A_EMU platform
891 The LS2080A Development System (EMULATOR) is a pre silicon
892 development platform that supports the QorIQ LS2080A
893 Layerscape Architecture processor.
dd84058d 894
44937214
PK
895config TARGET_LS2080A_SIMU
896 bool "Support ls2080a_simu"
fb2bf8c2 897 select ARCH_LS2080A
016a954e 898 select ARM64
23b5877c 899 select ARMV8_MULTIENTRY
4585601a 900 select ARCH_MISC_INIT
44937214
PK
901 help
902 Support for Freescale LS2080A_SIMU platform
903 The LS2080A Development System (QDS) is a pre silicon
904 development platform that supports the QorIQ LS2080A
905 Layerscape Architecture processor.
dd84058d 906
44937214
PK
907config TARGET_LS2080AQDS
908 bool "Support ls2080aqds"
fb2bf8c2 909 select ARCH_LS2080A
7288c2c2
YS
910 select ARM64
911 select ARMV8_MULTIENTRY
e5ec4815 912 select BOARD_LATE_INIT
b2d5ac59 913 select SUPPORT_SPL
4585601a 914 select ARCH_MISC_INIT
7288c2c2 915 help
44937214
PK
916 Support for Freescale LS2080AQDS platform
917 The LS2080A Development System (QDS) is a high-performance
918 development platform that supports the QorIQ LS2080A
7288c2c2
YS
919 Layerscape Architecture processor.
920
44937214
PK
921config TARGET_LS2080ARDB
922 bool "Support ls2080ardb"
fb2bf8c2 923 select ARCH_LS2080A
e2b65ea9
YS
924 select ARM64
925 select ARMV8_MULTIENTRY
e5ec4815 926 select BOARD_LATE_INIT
32eda7cc 927 select SUPPORT_SPL
4585601a 928 select ARCH_MISC_INIT
e2b65ea9 929 help
44937214
PK
930 Support for Freescale LS2080ARDB platform.
931 The LS2080A Reference design board (RDB) is a high-performance
932 development platform that supports the QorIQ LS2080A
e2b65ea9
YS
933 Layerscape Architecture processor.
934
11ac2363
PG
935config TARGET_HIKEY
936 bool "Support HiKey 96boards Consumer Edition Platform"
937 select ARM64
efd7b60a
PG
938 select DM
939 select DM_GPIO
9c71bcdc 940 select DM_SERIAL
cd593ed6 941 select OF_CONTROL
11ac2363
PG
942 help
943 Support for HiKey 96boards platform. It features a HI6220
944 SoC, with 8xA53 CPU, mali450 gpu, and 1GB RAM.
945
9d044fcb
PK
946config TARGET_LS1012AQDS
947 bool "Support ls1012aqds"
9533acf3 948 select ARCH_LS1012A
9d044fcb 949 select ARM64
e5ec4815 950 select BOARD_LATE_INIT
9d044fcb
PK
951 help
952 Support for Freescale LS1012AQDS platform.
953 The LS1012A Development System (QDS) is a high-performance
954 development platform that supports the QorIQ LS1012A
955 Layerscape Architecture processor.
956
3b6e3898
PK
957config TARGET_LS1012ARDB
958 bool "Support ls1012ardb"
9533acf3 959 select ARCH_LS1012A
3b6e3898 960 select ARM64
e5ec4815 961 select BOARD_LATE_INIT
3b6e3898
PK
962 help
963 Support for Freescale LS1012ARDB platform.
964 The LS1012A Reference design board (RDB) is a high-performance
965 development platform that supports the QorIQ LS1012A
966 Layerscape Architecture processor.
967
ff78aa2b
PK
968config TARGET_LS1012AFRDM
969 bool "Support ls1012afrdm"
9533acf3 970 select ARCH_LS1012A
ff78aa2b
PK
971 select ARM64
972 help
973 Support for Freescale LS1012AFRDM platform.
974 The LS1012A Freedom board (FRDM) is a high-performance
975 development platform that supports the QorIQ LS1012A
976 Layerscape Architecture processor.
977
550e3dc0 978config TARGET_LS1021AQDS
0de15707 979 bool "Support ls1021aqds"
e5ec4815 980 select BOARD_LATE_INIT
2e07c249 981 select CPU_V7
adee1d4c
HZ
982 select CPU_V7_HAS_NONSEC
983 select CPU_V7_HAS_VIRT
50f0c663 984 select SUPPORT_SPL
0a37cf8f 985 select ARCH_LS1021A
217f92bb 986 select ARCH_SUPPORT_PSCI
5e8bd7e1 987 select LS1_DEEP_SLEEP
d26e34c4 988 select SYS_FSL_DDR
a5d67547 989 select BOARD_EARLY_INIT_F
217f92bb 990
c8a7d9da 991config TARGET_LS1021ATWR
0de15707 992 bool "Support ls1021atwr"
e5ec4815 993 select BOARD_LATE_INIT
2e07c249 994 select CPU_V7
adee1d4c
HZ
995 select CPU_V7_HAS_NONSEC
996 select CPU_V7_HAS_VIRT
50f0c663 997 select SUPPORT_SPL
0a37cf8f 998 select ARCH_LS1021A
217f92bb 999 select ARCH_SUPPORT_PSCI
5e8bd7e1 1000 select LS1_DEEP_SLEEP
a5d67547 1001 select BOARD_EARLY_INIT_F
c8a7d9da 1002
20c700f8
FL
1003config TARGET_LS1021AIOT
1004 bool "Support ls1021aiot"
e5ec4815 1005 select BOARD_LATE_INIT
20c700f8
FL
1006 select CPU_V7
1007 select CPU_V7_HAS_NONSEC
1008 select CPU_V7_HAS_VIRT
1009 select SUPPORT_SPL
1010 select ARCH_LS1021A
1011 select ARCH_SUPPORT_PSCI
1012 help
1013 Support for Freescale LS1021AIOT platform.
1014 The LS1021A Freescale board (IOT) is a high-performance
1015 development platform that supports the QorIQ LS1021A
1016 Layerscape Architecture processor.
1017
02b5d2ed
SX
1018config TARGET_LS1043AQDS
1019 bool "Support ls1043aqds"
0a37cf8f 1020 select ARCH_LS1043A
02b5d2ed
SX
1021 select ARM64
1022 select ARMV8_MULTIENTRY
e5ec4815 1023 select BOARD_LATE_INIT
02b5d2ed 1024 select SUPPORT_SPL
a5d67547 1025 select BOARD_EARLY_INIT_F
02b5d2ed
SX
1026 help
1027 Support for Freescale LS1043AQDS platform.
1028
f3a8e2b7
MH
1029config TARGET_LS1043ARDB
1030 bool "Support ls1043ardb"
0a37cf8f 1031 select ARCH_LS1043A
f3a8e2b7 1032 select ARM64
831c068f 1033 select ARMV8_MULTIENTRY
e5ec4815 1034 select BOARD_LATE_INIT
3ad44729 1035 select SUPPORT_SPL
a5d67547 1036 select BOARD_EARLY_INIT_F
f3a8e2b7
MH
1037 help
1038 Support for Freescale LS1043ARDB platform.
1039
126fe70d
SX
1040config TARGET_LS1046AQDS
1041 bool "Support ls1046aqds"
da28e58a 1042 select ARCH_LS1046A
126fe70d
SX
1043 select ARM64
1044 select ARMV8_MULTIENTRY
e5ec4815 1045 select BOARD_LATE_INIT
126fe70d
SX
1046 select SUPPORT_SPL
1047 select DM_SPI_FLASH if DM_SPI
a5d67547 1048 select BOARD_EARLY_INIT_F
126fe70d
SX
1049 help
1050 Support for Freescale LS1046AQDS platform.
1051 The LS1046A Development System (QDS) is a high-performance
1052 development platform that supports the QorIQ LS1046A
1053 Layerscape Architecture processor.
1054
dd02936f
MH
1055config TARGET_LS1046ARDB
1056 bool "Support ls1046ardb"
da28e58a 1057 select ARCH_LS1046A
dd02936f
MH
1058 select ARM64
1059 select ARMV8_MULTIENTRY
e5ec4815 1060 select BOARD_LATE_INIT
dd02936f
MH
1061 select SUPPORT_SPL
1062 select DM_SPI_FLASH if DM_SPI
dccef2ec 1063 select POWER_MC34VR500
a5d67547 1064 select BOARD_EARLY_INIT_F
dd02936f
MH
1065 help
1066 Support for Freescale LS1046ARDB platform.
1067 The LS1046A Reference Design Board (RDB) is a high-performance
1068 development platform that supports the QorIQ LS1046A
1069 Layerscape Architecture processor.
1070
dd84058d
MY
1071config TARGET_H2200
1072 bool "Support h2200"
2e07c249 1073 select CPU_PXA
dd84058d 1074
f19eb154
VK
1075config TARGET_ZIPITZ2
1076 bool "Support zipitz2"
1077 select CPU_PXA
1078
dd84058d
MY
1079config TARGET_COLIBRI_PXA270
1080 bool "Support colibri_pxa270"
2e07c249 1081 select CPU_PXA
dd84058d 1082
66cba041 1083config ARCH_UNIPHIER
b6ef3a3f 1084 bool "Socionext UniPhier SoCs"
e5ec4815 1085 select BOARD_LATE_INIT
48264d9b 1086 select CLK_UNIPHIER
4e819950 1087 select DM
b800cbde 1088 select DM_GPIO
4e819950 1089 select DM_I2C
4aceb3f8 1090 select DM_MMC
4fb96c48 1091 select DM_RESET
b5550e49 1092 select DM_SERIAL
47a79f65 1093 select DM_USB
b5550e49
MY
1094 select OF_CONTROL
1095 select OF_LIBFDT
27350c92 1096 select PINCTRL
561ca649
MY
1097 select SPL_DM if SPL
1098 select SPL_LIBCOMMON_SUPPORT if SPL
1099 select SPL_LIBGENERIC_SUPPORT if SPL
1100 select SPL_OF_CONTROL if SPL
1101 select SPL_PINCTRL if SPL
b5550e49 1102 select SUPPORT_SPL
b6ef3a3f
MY
1103 help
1104 Support for UniPhier SoC family developed by Socionext Inc.
1105 (formerly, System LSI Business Division of Panasonic Corporation)
66cba041 1106
0a61ee88
VM
1107config STM32
1108 bool "Support STM32"
ed09a554 1109 select CPU_V7M
66562414
KL
1110 select DM
1111 select DM_SERIAL
3a649407 1112 select SYS_THUMB_BUILD
ed09a554 1113
94e9a4ef
PC
1114config ARCH_STI
1115 bool "Support STMicrolectronics SoCs"
1116 select CPU_V7
214a17e6
PC
1117 select DM
1118 select DM_SERIAL
eee20f81
PC
1119 select BLK
1120 select DM_MMC
94e9a4ef
PC
1121 help
1122 Support for STMicroelectronics STiH407/10 SoC family.
1123 This SoC is used on Linaro 96Board STiH410-B2260
1124
2444dae5
SG
1125config ARCH_ROCKCHIP
1126 bool "Support Rockchip SoCs"
2444dae5 1127 select OF_CONTROL
aa15038c 1128 select BLK
2444dae5 1129 select DM
a381bcf5 1130 select SPL_DM if SPL
aa15038c 1131 select SYS_MALLOC_F
3a649407 1132 select SYS_THUMB_BUILD if !ARM64
a381bcf5 1133 select SPL_SYS_MALLOC_SIMPLE if SPL
aa15038c
SG
1134 select DM_GPIO
1135 select DM_I2C
1136 select DM_MMC
42b37d8d 1137 select DM_MMC_OPS
aa15038c
SG
1138 select DM_SERIAL
1139 select DM_SPI
1140 select DM_SPI_FLASH
892742df 1141 select DM_USB if USB
8d29e3a4
KY
1142 select DM_PWM
1143 select DM_REGULATOR
2444dae5 1144
746f985a
ST
1145config TARGET_THUNDERX_88XX
1146 bool "Support ThunderX 88xx"
b4ba1693 1147 select ARM64
746f985a 1148 select OF_CONTROL
067716ba 1149 select SYS_CACHE_SHIFT_7
746f985a 1150
4697abea 1151config ARCH_ASPEED
1152 bool "Support Aspeed SoCs"
1153 select OF_CONTROL
1154 select DM
1155
dd84058d
MY
1156endchoice
1157
4697abea 1158source "arch/arm/mach-aspeed/Kconfig"
1159
4614b891
MY
1160source "arch/arm/mach-at91/Kconfig"
1161
ddf6bd48 1162source "arch/arm/mach-bcm283x/Kconfig"
3491ba63 1163
ddf6bd48 1164source "arch/arm/mach-davinci/Kconfig"
34e609ca 1165
77b55e8c 1166source "arch/arm/mach-exynos/Kconfig"
72df68cc 1167
72a8ff4b 1168source "arch/arm/mach-highbank/Kconfig"
ef2b694c 1169
5cbbd9bd
MY
1170source "arch/arm/mach-integrator/Kconfig"
1171
39a72345 1172source "arch/arm/mach-keystone/Kconfig"
c338f09e 1173
56f86e39 1174source "arch/arm/mach-kirkwood/Kconfig"
47539e23 1175
c3d89140
SR
1176source "arch/arm/mach-mvebu/Kconfig"
1177
0a37cf8f
YS
1178source "arch/arm/cpu/armv7/ls102xa/Kconfig"
1179
e90a08da
PF
1180source "arch/arm/cpu/armv7/mx7ulp/Kconfig"
1181
1a8150d4
AA
1182source "arch/arm/cpu/armv7/mx7/Kconfig"
1183
89ebc821
BB
1184source "arch/arm/cpu/armv7/mx6/Kconfig"
1185
424ee3d1
AR
1186source "arch/arm/cpu/armv7/mx5/Kconfig"
1187
983e3700 1188source "arch/arm/mach-omap2/Kconfig"
6384726d 1189
da28e58a
YS
1190source "arch/arm/cpu/armv8/fsl-layerscape/Kconfig"
1191
3e93b4e6 1192source "arch/arm/mach-orion5x/Kconfig"
22f2be7a 1193
badbb63c 1194source "arch/arm/mach-rmobile/Kconfig"
f40b9898 1195
bfcef28a
BG
1196source "arch/arm/mach-meson/Kconfig"
1197
2444dae5
SG
1198source "arch/arm/mach-rockchip/Kconfig"
1199
225f5eec 1200source "arch/arm/mach-s5pc1xx/Kconfig"
311757be 1201
08592136
MK
1202source "arch/arm/mach-snapdragon/Kconfig"
1203
7865f4b0
MY
1204source "arch/arm/mach-socfpga/Kconfig"
1205
94e9a4ef
PC
1206source "arch/arm/mach-sti/Kconfig"
1207
0a61ee88
VM
1208source "arch/arm/mach-stm32/Kconfig"
1209
09f455dc 1210source "arch/arm/mach-tegra/Kconfig"
ddd960e6 1211
4c425570 1212source "arch/arm/mach-uniphier/Kconfig"
66cba041 1213
7966b437
SA
1214source "arch/arm/cpu/armv7/vf610/Kconfig"
1215
0107f240 1216source "arch/arm/mach-zynq/Kconfig"
ddd960e6 1217
ea624e19
HG
1218source "arch/arm/cpu/armv7/Kconfig"
1219
75580007
SDPP
1220source "arch/arm/cpu/armv8/zynqmp/Kconfig"
1221
23b5877c
LW
1222source "arch/arm/cpu/armv8/Kconfig"
1223
a05a6045
BB
1224source "arch/arm/imx-common/Kconfig"
1225
d8ccbe93 1226source "board/bosch/shc/Kconfig"
a4d79993 1227source "board/BuR/brxre1/Kconfig"
2290fe06 1228source "board/BuR/brppt1/Kconfig"
dd84058d 1229source "board/CarMediaLab/flea3/Kconfig"
dd84058d 1230source "board/Marvell/aspenite/Kconfig"
dd84058d 1231source "board/Marvell/gplugd/Kconfig"
dd84058d 1232source "board/armadeus/apf27/Kconfig"
dd84058d
MY
1233source "board/armltd/vexpress/Kconfig"
1234source "board/armltd/vexpress64/Kconfig"
dd84058d 1235source "board/bluegiga/apx4devkit/Kconfig"
43486e4c 1236source "board/broadcom/bcm23550_w1d/Kconfig"
dd84058d 1237source "board/broadcom/bcm28155_ap/Kconfig"
abb1678c
SR
1238source "board/broadcom/bcmcygnus/Kconfig"
1239source "board/broadcom/bcmnsp/Kconfig"
746f985a 1240source "board/cavium/thunderx/Kconfig"
dd84058d 1241source "board/cirrus/edb93xx/Kconfig"
dd84058d 1242source "board/compulab/cm_t335/Kconfig"
345243ed 1243source "board/compulab/cm_t43/Kconfig"
dd84058d 1244source "board/creative/xfi3/Kconfig"
dd84058d
MY
1245source "board/denx/m28evk/Kconfig"
1246source "board/denx/m53evk/Kconfig"
44937214
PK
1247source "board/freescale/ls2080a/Kconfig"
1248source "board/freescale/ls2080aqds/Kconfig"
1249source "board/freescale/ls2080ardb/Kconfig"
550e3dc0 1250source "board/freescale/ls1021aqds/Kconfig"
02b5d2ed 1251source "board/freescale/ls1043aqds/Kconfig"
c8a7d9da 1252source "board/freescale/ls1021atwr/Kconfig"
20c700f8 1253source "board/freescale/ls1021aiot/Kconfig"
126fe70d 1254source "board/freescale/ls1046aqds/Kconfig"
f3a8e2b7 1255source "board/freescale/ls1043ardb/Kconfig"
dd02936f 1256source "board/freescale/ls1046ardb/Kconfig"
9d044fcb 1257source "board/freescale/ls1012aqds/Kconfig"
3b6e3898 1258source "board/freescale/ls1012ardb/Kconfig"
ff78aa2b 1259source "board/freescale/ls1012afrdm/Kconfig"
dd84058d
MY
1260source "board/freescale/mx23evk/Kconfig"
1261source "board/freescale/mx25pdk/Kconfig"
1262source "board/freescale/mx28evk/Kconfig"
1263source "board/freescale/mx31ads/Kconfig"
1264source "board/freescale/mx31pdk/Kconfig"
1265source "board/freescale/mx35pdk/Kconfig"
1266source "board/freescale/mx51evk/Kconfig"
1267source "board/freescale/mx53ard/Kconfig"
1268source "board/freescale/mx53evk/Kconfig"
1269source "board/freescale/mx53loco/Kconfig"
1270source "board/freescale/mx53smd/Kconfig"
9702ec00 1271source "board/freescale/s32v234evb/Kconfig"
ab38bf6a 1272source "board/grinn/chiliboard/Kconfig"
dd84058d
MY
1273source "board/gumstix/pepper/Kconfig"
1274source "board/h2200/Kconfig"
345243ed 1275source "board/hisilicon/hikey/Kconfig"
dd84058d 1276source "board/imx31_phycore/Kconfig"
dd84058d 1277source "board/isee/igep0033/Kconfig"
dd84058d 1278source "board/olimex/mx23_olinuxino/Kconfig"
dd84058d
MY
1279source "board/phytec/pcm051/Kconfig"
1280source "board/ppcag/bg0900/Kconfig"
dd84058d 1281source "board/sandisk/sansa_fuze_plus/Kconfig"
dd84058d 1282source "board/schulercontrol/sc_sps_1/Kconfig"
dd84058d
MY
1283source "board/siemens/draco/Kconfig"
1284source "board/siemens/pxm2/Kconfig"
1285source "board/siemens/rut/Kconfig"
dd84058d 1286source "board/silica/pengwyn/Kconfig"
dd84058d
MY
1287source "board/spear/spear300/Kconfig"
1288source "board/spear/spear310/Kconfig"
1289source "board/spear/spear320/Kconfig"
1290source "board/spear/spear600/Kconfig"
1291source "board/spear/x600/Kconfig"
9fa32b12 1292source "board/st/stv0991/Kconfig"
dd84058d 1293source "board/sunxi/Kconfig"
dd84058d 1294source "board/syteco/zmx25/Kconfig"
9d1b2987 1295source "board/tcl/sl50/Kconfig"
dd84058d 1296source "board/ti/am335x/Kconfig"
dd84058d 1297source "board/ti/am43xx/Kconfig"
a2bc4321 1298source "board/birdland/bav335x/Kconfig"
dd84058d
MY
1299source "board/ti/ti814x/Kconfig"
1300source "board/ti/ti816x/Kconfig"
dd84058d 1301source "board/timll/devkit3250/Kconfig"
dd84058d 1302source "board/toradex/colibri_pxa270/Kconfig"
d9e268ed 1303source "board/technologic/ts4600/Kconfig"
9ee16897 1304source "board/technologic/ts4800/Kconfig"
6ce89324 1305source "board/vscom/baltos/Kconfig"
dd84058d 1306source "board/woodburn/Kconfig"
412ae53a 1307source "board/work-microwave/work_92105/Kconfig"
f19eb154 1308source "board/zipitz2/Kconfig"
dd84058d 1309
51b17d49
MY
1310source "arch/arm/Kconfig.debug"
1311
dd84058d 1312endmenu