]> git.ipfire.org Git - people/ms/u-boot.git/blame - arch/arm/Kconfig
ARM: omap2+: rename config to ARCH_OMAP2PLUS and consolidate Kconfig
[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
c54bcf68
MY
177config ARM_SMCCC
178 bool "Support for ARM SMC Calling Convention (SMCCC)"
179 depends on CPU_V7 || ARM64
573a3811 180 select ARM_PSCI_FW
c54bcf68
MY
181 help
182 Say Y here if you want to enable ARM SMC Calling Convention.
183 This should be enabled if U-Boot needs to communicate with system
184 firmware (for example, PSCI) according to SMCCC.
185
f91afc4d
LW
186config SEMIHOSTING
187 bool "support boot from semihosting"
188 help
189 In emulated environments, semihosting is a way for
190 the hosted environment to call out to the emulator to
191 retrieve files from the host machine.
192
3a649407
TR
193config SYS_THUMB_BUILD
194 bool "Build U-Boot using the Thumb instruction set"
195 depends on !ARM64
196 help
197 Use this flag to build U-Boot using the Thumb instruction set for
198 ARM architectures. Thumb instruction set provides better code
199 density. For ARM architectures that support Thumb2 this flag will
200 result in Thumb2 code generated by GCC.
201
202config SPL_SYS_THUMB_BUILD
203 bool "Build SPL using the Thumb instruction set"
204 default y if SYS_THUMB_BUILD
205 depends on !ARM64
206 help
207 Use this flag to build SPL using the Thumb instruction set for
208 ARM architectures. Thumb instruction set provides better code
209 density. For ARM architectures that support Thumb2 this flag will
210 result in Thumb2 code generated by GCC.
211
f3e9bec8
PF
212config SYS_L2CACHE_OFF
213 bool "L2cache off"
214 help
215 If SoC does not support L2CACHE or one do not want to enable
216 L2CACHE, choose this option.
217
cdaa633f
AP
218config ENABLE_ARM_SOC_BOOT0_HOOK
219 bool "prepare BOOT0 header"
220 help
221 If the SoC's BOOT0 requires a header area filled with (magic)
222 values, then choose this option, and create a define called
223 ARM_SOC_BOOT0_HOOK which contains the required assembler
224 preprocessor code.
225
85db5831
AP
226config ARM_CORTEX_CPU_IS_UP
227 bool
228 default n
229
be72591b
FE
230config USE_ARCH_MEMCPY
231 bool "Use an assembly optimized implementation of memcpy"
40d5534c
TR
232 default y
233 depends on !ARM64
234 help
235 Enable the generation of an optimized version of memcpy.
236 Such implementation may be faster under some conditions
237 but may increase the binary size.
238
239config SPL_USE_ARCH_MEMCPY
240 bool "Use an assembly optimized implementation of memcpy"
241 default y if USE_ARCH_MEMCPY
085be482 242 depends on !ARM64
be72591b
FE
243 help
244 Enable the generation of an optimized version of memcpy.
245 Such implementation may be faster under some conditions
246 but may increase the binary size.
247
248config USE_ARCH_MEMSET
249 bool "Use an assembly optimized implementation of memset"
40d5534c
TR
250 default y
251 depends on !ARM64
252 help
253 Enable the generation of an optimized version of memset.
254 Such implementation may be faster under some conditions
255 but may increase the binary size.
256
257config SPL_USE_ARCH_MEMSET
258 bool "Use an assembly optimized implementation of memset"
259 default y if USE_ARCH_MEMSET
085be482 260 depends on !ARM64
be72591b
FE
261 help
262 Enable the generation of an optimized version of memset.
263 Such implementation may be faster under some conditions
264 but may increase the binary size.
265
ec6617c3
AW
266config ARM64_SUPPORT_AARCH32
267 bool "ARM64 system support AArch32 execution state"
268 default y if ARM64 && !TARGET_THUNDERX_88XX
269 help
270 This ARM64 system supports AArch32 execution state.
271
dd84058d
MY
272choice
273 prompt "Target select"
b928e658 274 default TARGET_HIKEY
dd84058d 275
4614b891
MY
276config ARCH_AT91
277 bool "Atmel AT91"
dd84058d
MY
278
279config TARGET_EDB93XX
280 bool "Support edb93xx"
2e07c249 281 select CPU_ARM920T
dd84058d 282
dd84058d
MY
283config TARGET_ASPENITE
284 bool "Support aspenite"
2e07c249 285 select CPU_ARM926EJS
dd84058d
MY
286
287config TARGET_GPLUGD
288 bool "Support gplugd"
2e07c249 289 select CPU_ARM926EJS
dd84058d 290
3491ba63
MY
291config ARCH_DAVINCI
292 bool "TI DaVinci"
2e07c249 293 select CPU_ARM926EJS
3491ba63
MY
294 help
295 Support for TI's DaVinci platform.
dd84058d 296
47539e23
MY
297config KIRKWOOD
298 bool "Marvell Kirkwood"
2e07c249 299 select CPU_ARM926EJS
a5d67547 300 select BOARD_EARLY_INIT_F
4585601a 301 select ARCH_MISC_INIT
dd84058d 302
c3d89140 303config ARCH_MVEBU
21b29fc6 304 bool "Marvell MVEBU family (Armada XP/375/38x/3700/7K/8K)"
9cffb233
SR
305 select OF_CONTROL
306 select OF_SEPARATE
307 select DM
e3b9c98a 308 select DM_ETH
1d51ea19 309 select DM_SERIAL
09a54c00
SR
310 select DM_SPI
311 select DM_SPI_FLASH
a4884831 312
dd84058d
MY
313config TARGET_DEVKIT3250
314 bool "Support devkit3250"
2e07c249 315 select CPU_ARM926EJS
e9b3ce3f 316 select SUPPORT_SPL
dd84058d 317
412ae53a
AA
318config TARGET_WORK_92105
319 bool "Support work_92105"
320 select CPU_ARM926EJS
321 select SUPPORT_SPL
322
dd84058d
MY
323config TARGET_MX25PDK
324 bool "Support mx25pdk"
e5ec4815 325 select BOARD_LATE_INIT
2e07c249 326 select CPU_ARM926EJS
a5d67547 327 select BOARD_EARLY_INIT_F
dd84058d 328
dd84058d
MY
329config TARGET_ZMX25
330 bool "Support zmx25"
e5ec4815 331 select BOARD_LATE_INIT
2e07c249 332 select CPU_ARM926EJS
dd84058d
MY
333
334config TARGET_APF27
335 bool "Support apf27"
2e07c249 336 select CPU_ARM926EJS
02627356 337 select SUPPORT_SPL
dd84058d 338
dd84058d
MY
339config TARGET_APX4DEVKIT
340 bool "Support apx4devkit"
2e07c249 341 select CPU_ARM926EJS
02627356 342 select SUPPORT_SPL
dd84058d
MY
343
344config TARGET_XFI3
345 bool "Support xfi3"
2e07c249 346 select CPU_ARM926EJS
02627356 347 select SUPPORT_SPL
dd84058d
MY
348
349config TARGET_M28EVK
350 bool "Support m28evk"
2e07c249 351 select CPU_ARM926EJS
02627356 352 select SUPPORT_SPL
dd84058d
MY
353
354config TARGET_MX23EVK
355 bool "Support mx23evk"
2e07c249 356 select CPU_ARM926EJS
02627356 357 select SUPPORT_SPL
a5d67547 358 select BOARD_EARLY_INIT_F
dd84058d
MY
359
360config TARGET_MX28EVK
361 bool "Support mx28evk"
2e07c249 362 select CPU_ARM926EJS
02627356 363 select SUPPORT_SPL
a5d67547 364 select BOARD_EARLY_INIT_F
dd84058d
MY
365
366config TARGET_MX23_OLINUXINO
367 bool "Support mx23_olinuxino"
2e07c249 368 select CPU_ARM926EJS
02627356 369 select SUPPORT_SPL
a5d67547 370 select BOARD_EARLY_INIT_F
dd84058d
MY
371
372config TARGET_BG0900
373 bool "Support bg0900"
2e07c249 374 select CPU_ARM926EJS
02627356 375 select SUPPORT_SPL
dd84058d
MY
376
377config TARGET_SANSA_FUZE_PLUS
378 bool "Support sansa_fuze_plus"
2e07c249 379 select CPU_ARM926EJS
02627356 380 select SUPPORT_SPL
dd84058d
MY
381
382config TARGET_SC_SPS_1
383 bool "Support sc_sps_1"
2e07c249 384 select CPU_ARM926EJS
02627356 385 select SUPPORT_SPL
dd84058d 386
22f2be7a
MY
387config ORION5X
388 bool "Marvell Orion"
2e07c249 389 select CPU_ARM926EJS
dd84058d 390
dd84058d
MY
391config TARGET_SPEAR300
392 bool "Support spear300"
2e07c249 393 select CPU_ARM926EJS
a5d67547 394 select BOARD_EARLY_INIT_F
dd84058d
MY
395
396config TARGET_SPEAR310
397 bool "Support spear310"
2e07c249 398 select CPU_ARM926EJS
a5d67547 399 select BOARD_EARLY_INIT_F
dd84058d
MY
400
401config TARGET_SPEAR320
402 bool "Support spear320"
2e07c249 403 select CPU_ARM926EJS
a5d67547 404 select BOARD_EARLY_INIT_F
dd84058d
MY
405
406config TARGET_SPEAR600
407 bool "Support spear600"
2e07c249 408 select CPU_ARM926EJS
a5d67547 409 select BOARD_EARLY_INIT_F
dd84058d 410
9fa32b12
VM
411config TARGET_STV0991
412 bool "Support stv0991"
413 select CPU_V7
cac0ca76
MY
414 select DM
415 select DM_SERIAL
e67abcaa
VM
416 select DM_SPI
417 select DM_SPI_FLASH
418 select SPI_FLASH
9fa32b12 419
dd84058d
MY
420config TARGET_X600
421 bool "Support x600"
e5ec4815 422 select BOARD_LATE_INIT
2e07c249 423 select CPU_ARM926EJS
02627356 424 select SUPPORT_SPL
dd84058d 425
dd84058d 426config TARGET_IMX31_PHYCORE
f428268a
TR
427 bool "Support imx31_phycore_eet"
428 select CPU_ARM1136
a5d67547 429 select BOARD_EARLY_INIT_F
f428268a
TR
430
431config TARGET_IMX31_PHYCORE_EET
432 bool "Support imx31_phycore_eet"
e5ec4815 433 select BOARD_LATE_INIT
2e07c249 434 select CPU_ARM1136
a5d67547 435 select BOARD_EARLY_INIT_F
dd84058d 436
dd84058d
MY
437config TARGET_MX31ADS
438 bool "Support mx31ads"
2e07c249 439 select CPU_ARM1136
a5d67547 440 select BOARD_EARLY_INIT_F
dd84058d
MY
441
442config TARGET_MX31PDK
443 bool "Support mx31pdk"
e5ec4815 444 select BOARD_LATE_INIT
2e07c249 445 select CPU_ARM1136
02627356 446 select SUPPORT_SPL
a5d67547 447 select BOARD_EARLY_INIT_F
dd84058d 448
dd84058d
MY
449config TARGET_WOODBURN
450 bool "Support woodburn"
2e07c249 451 select CPU_ARM1136
dd84058d
MY
452
453config TARGET_WOODBURN_SD
454 bool "Support woodburn_sd"
2e07c249 455 select CPU_ARM1136
02627356 456 select SUPPORT_SPL
dd84058d
MY
457
458config TARGET_FLEA3
459 bool "Support flea3"
2e07c249 460 select CPU_ARM1136
dd84058d
MY
461
462config TARGET_MX35PDK
463 bool "Support mx35pdk"
e5ec4815 464 select BOARD_LATE_INIT
2e07c249 465 select CPU_ARM1136
dd84058d 466
ddf6bd48
MY
467config ARCH_BCM283X
468 bool "Broadcom BCM283X family"
58d423b8
MY
469 select DM
470 select DM_SERIAL
471 select DM_GPIO
76709096 472 select OF_CONTROL
46414296 473
dd84058d
MY
474config TARGET_VEXPRESS_CA15_TC2
475 bool "Support vexpress_ca15_tc2"
2e07c249 476 select CPU_V7
ea624e19
HG
477 select CPU_V7_HAS_NONSEC
478 select CPU_V7_HAS_VIRT
dd84058d
MY
479
480config TARGET_VEXPRESS_CA5X2
481 bool "Support vexpress_ca5x2"
2e07c249 482 select CPU_V7
dd84058d
MY
483
484config TARGET_VEXPRESS_CA9X4
485 bool "Support vexpress_ca9x4"
2e07c249 486 select CPU_V7
dd84058d 487
43486e4c
SR
488config TARGET_BCM23550_W1D
489 bool "Support bcm23550_w1d"
490 select CPU_V7
491
dd84058d
MY
492config TARGET_BCM28155_AP
493 bool "Support bcm28155_ap"
2e07c249 494 select CPU_V7
dd84058d 495
abb1678c
SR
496config TARGET_BCMCYGNUS
497 bool "Support bcmcygnus"
2e07c249 498 select CPU_V7
9dec5270 499
abb1678c
SR
500config TARGET_BCMNSP
501 bool "Support bcmnsp"
2e07c249 502 select CPU_V7
9dec5270 503
274bced8
JM
504config TARGET_BCMNS2
505 bool "Support Broadcom Northstar2"
506 select ARM64
507 help
508 Support for Broadcom Northstar 2 SoCs. NS2 is a quad-core 64-bit
509 ARMv8 Cortex-A57 processors targeting a broad range of networking
510 applications
511
72df68cc
MY
512config ARCH_EXYNOS
513 bool "Samsung EXYNOS"
58d423b8 514 select DM
fc47cf9d 515 select DM_I2C
58d423b8
MY
516 select DM_SPI_FLASH
517 select DM_SERIAL
518 select DM_SPI
519 select DM_GPIO
1fa4bfde 520 select DM_KEYBOARD
dd84058d 521
311757be
SG
522config ARCH_S5PC1XX
523 bool "Samsung S5PC1XX"
2e07c249 524 select CPU_V7
58d423b8
MY
525 select DM
526 select DM_SERIAL
527 select DM_GPIO
08848e9c 528 select DM_I2C
311757be 529
ef2b694c
MY
530config ARCH_HIGHBANK
531 bool "Calxeda Highbank"
2e07c249 532 select CPU_V7
dd84058d 533
5cbbd9bd
MY
534config ARCH_INTEGRATOR
535 bool "ARM Ltd. Integrator family"
3f394e70
LW
536 select DM
537 select DM_SERIAL
5cbbd9bd 538
c338f09e
MY
539config ARCH_KEYSTONE
540 bool "TI Keystone"
2e07c249 541 select CPU_V7
02627356 542 select SUPPORT_SPL
3a649407 543 select SYS_THUMB_BUILD
534bc70e 544 select CMD_POWEROFF
46f9ef18 545 imply FIT
dd84058d 546
a93fbf4a
MY
547config ARCH_OMAP2PLUS
548 bool "TI OMAP2+"
549 select CPU_V7
550 select SUPPORT_SPL
551 imply FIT
552
bfcef28a
BG
553config ARCH_MESON
554 bool "Amlogic Meson"
555 help
556 Support for the Meson SoC family developed by Amlogic Inc.,
557 targeted at media players and tablet computers. We currently
558 support the S905 (GXBaby) 64-bit SoC.
559
e90a08da
PF
560config ARCH_MX7ULP
561 bool "NXP MX7ULP"
562 select CPU_V7
563 select ROM_UNIFIED_SECTIONS
564
1a8150d4
AA
565config ARCH_MX7
566 bool "Freescale MX7"
567 select CPU_V7
2c2e2c9e
YS
568 select SYS_FSL_HAS_SEC if SECURE_BOOT
569 select SYS_FSL_SEC_COMPAT_4
90b80386 570 select SYS_FSL_SEC_LE
a5d67547 571 select BOARD_EARLY_INIT_F
4585601a 572 select ARCH_MISC_INIT
1a8150d4 573
89ebc821
BB
574config ARCH_MX6
575 bool "Freescale MX6"
576 select CPU_V7
2c2e2c9e
YS
577 select SYS_FSL_HAS_SEC if SECURE_BOOT
578 select SYS_FSL_SEC_COMPAT_4
90b80386 579 select SYS_FSL_SEC_LE
3a649407 580 select SYS_THUMB_BUILD if SPL
89ebc821 581
424ee3d1
AR
582config ARCH_MX5
583 bool "Freescale MX5"
584 select CPU_V7
a5d67547 585 select BOARD_EARLY_INIT_F
424ee3d1 586
dd84058d
MY
587config TARGET_M53EVK
588 bool "Support m53evk"
2e07c249 589 select CPU_V7
02627356 590 select SUPPORT_SPL
a5d67547 591 select BOARD_EARLY_INIT_F
dd84058d 592
dd84058d
MY
593config TARGET_MX51EVK
594 bool "Support mx51evk"
e5ec4815 595 select BOARD_LATE_INIT
2e07c249 596 select CPU_V7
a5d67547 597 select BOARD_EARLY_INIT_F
dd84058d
MY
598
599config TARGET_MX53ARD
600 bool "Support mx53ard"
2e07c249 601 select CPU_V7
a5d67547 602 select BOARD_EARLY_INIT_F
dd84058d
MY
603
604config TARGET_MX53EVK
605 bool "Support mx53evk"
e5ec4815 606 select BOARD_LATE_INIT
2e07c249 607 select CPU_V7
a5d67547 608 select BOARD_EARLY_INIT_F
dd84058d
MY
609
610config TARGET_MX53LOCO
611 bool "Support mx53loco"
e5ec4815 612 select BOARD_LATE_INIT
2e07c249 613 select CPU_V7
a5d67547 614 select BOARD_EARLY_INIT_F
dd84058d
MY
615
616config TARGET_MX53SMD
617 bool "Support mx53smd"
2e07c249 618 select CPU_V7
a5d67547 619 select BOARD_EARLY_INIT_F
dd84058d 620
1cc95f6e 621config ARCH_RMOBILE
f40b9898 622 bool "Renesas ARM SoCs"
1cc95f6e
NI
623 select DM
624 select DM_SERIAL
a5d67547 625 select BOARD_EARLY_INIT_F
3a649407 626 imply SYS_THUMB_BUILD
dd84058d 627
9702ec00
EP
628config TARGET_S32V234EVB
629 bool "Support s32v234evb"
630 select ARM64
c01e4a1a 631 select SYS_FSL_ERRATUM_ESDHC111
9702ec00 632
08592136
MK
633config ARCH_SNAPDRAGON
634 bool "Qualcomm Snapdragon SoCs"
635 select ARM64
636 select DM
637 select DM_GPIO
638 select DM_SERIAL
639 select SPMI
640 select OF_CONTROL
641 select OF_SEPARATE
642
7865f4b0
MY
643config ARCH_SOCFPGA
644 bool "Altera SOCFPGA family"
2e07c249 645 select CPU_V7
02627356 646 select SUPPORT_SPL
dfd3dff5
MV
647 select OF_CONTROL
648 select SPL_OF_CONTROL
1d9aa3e5
MY
649 select DM
650 select DM_SPI_FLASH
651 select DM_SPI
beee6a30 652 select ENABLE_ARM_SOC_BOOT0_HOOK
a421192f 653 select ARCH_EARLY_INIT_R
4585601a 654 select ARCH_MISC_INIT
949123e3 655 select SYS_MMCSD_RAW_MODE_U_BOOT_USE_PARTITION
3a649407 656 select SYS_THUMB_BUILD
dd84058d 657
2c7e3b90
IC
658config ARCH_SUNXI
659 bool "Support sunxi (Allwinner) SoCs"
88bb800d 660 select CMD_GPIO
0878a8a7 661 select CMD_MMC if MMC
2997ee50 662 select CMD_USB if DISTRO_DEFAULTS
b6006baf 663 select DM
45368827 664 select DM_ETH
211d57a4
HG
665 select DM_GPIO
666 select DM_KEYBOARD
45368827 667 select DM_SERIAL
2997ee50 668 select DM_USB if DISTRO_DEFAULTS
d75111a7 669 select OF_BOARD_SETUP
b6006baf
HG
670 select OF_CONTROL
671 select OF_SEPARATE
8434f035
AG
672 select SPL_STACK_R if SUPPORT_SPL
673 select SPL_SYS_MALLOC_SIMPLE if SUPPORT_SPL
6edf6a21 674 select SYS_NS16550
3a649407 675 select SPL_SYS_THUMB_BUILD if !ARM64
2997ee50
YM
676 select USB if DISTRO_DEFAULTS
677 select USB_STORAGE if DISTRO_DEFAULTS
678 select USB_KEYBOARD if DISTRO_DEFAULTS
8c7d2296 679 select USE_TINY_PRINTF
8ebe4f42 680
d9e268ed
SB
681config TARGET_TS4600
682 bool "Support TS4600"
683 select CPU_ARM926EJS
684 select SUPPORT_SPL
685
9ee16897
LQ
686config TARGET_TS4800
687 bool "Support TS4800"
688 select CPU_V7
c01e4a1a 689 select SYS_FSL_ERRATUM_ESDHC_A001
9ee16897 690
7966b437
SA
691config ARCH_VF610
692 bool "Freescale Vybrid"
e7b860fa 693 select CPU_V7
c01e4a1a 694 select SYS_FSL_ERRATUM_ESDHC111
e7b860fa 695
5ca269a4 696config ARCH_ZYNQ
44dcb403 697 bool "Xilinx Zynq Platform"
e5ec4815 698 select BOARD_LATE_INIT
2e07c249 699 select CPU_V7
02627356 700 select SUPPORT_SPL
d065cfd9 701 select OF_CONTROL
eb04ab34 702 select SPL_OF_CONTROL if SPL
8981f05c 703 select DM
6889ca71 704 select DM_ETH
2978ae23 705 select DM_GPIO
eb04ab34 706 select SPL_DM if SPL
d9ae52c8 707 select DM_MMC
329a449f 708 select DM_MMC_OPS
9f7a4502 709 select DM_SPI
42800ffa 710 select DM_SERIAL
9f7a4502 711 select DM_SPI_FLASH
eb04ab34 712 select SPL_SEPARATE_BSS if SPL
dec49e86 713 select DM_USB if USB
329a449f 714 select BLK
781745bd
SH
715 select CLK
716 select SPL_CLK
717 select CLK_ZYNQ
dd84058d 718
0b54a9dd 719config ARCH_ZYNQMP
84c7204b
MS
720 bool "Support Xilinx ZynqMP Platform"
721 select ARM64
e5ec4815 722 select BOARD_LATE_INIT
c2490bf5
MS
723 select DM
724 select OF_CONTROL
725 select DM_SERIAL
e6a9ed04 726 select SUPPORT_SPL
1f29738a
MS
727 select CLK
728 select SPL_CLK
dec49e86 729 select DM_USB if USB
84c7204b 730
ddd960e6
MY
731config TEGRA
732 bool "NVIDIA Tegra"
dd84058d 733
f91afc4d 734config TARGET_VEXPRESS64_AEMV8A
dd84058d 735 bool "Support vexpress_aemv8a"
016a954e 736 select ARM64
dd84058d 737
f91afc4d
LW
738config TARGET_VEXPRESS64_BASE_FVP
739 bool "Support Versatile Express ARMv8a FVP BASE model"
740 select ARM64
741 select SEMIHOSTING
742
fc04b923
RH
743config TARGET_VEXPRESS64_BASE_FVP_DRAM
744 bool "Support Versatile Express ARMv8a FVP BASE model booting from DRAM"
745 select ARM64
746 help
747 This target is derived from TARGET_VEXPRESS64_BASE_FVP and over-rides
748 the default config to allow the user to load the images directly into
749 DRAM using model parameters rather than by using semi-hosting to load
750 the files from the host filesystem.
751
ffc10373
LW
752config TARGET_VEXPRESS64_JUNO
753 bool "Support Versatile Express Juno Development Platform"
754 select ARM64
755
44937214
PK
756config TARGET_LS2080A_EMU
757 bool "Support ls2080a_emu"
fb2bf8c2 758 select ARCH_LS2080A
016a954e 759 select ARM64
23b5877c 760 select ARMV8_MULTIENTRY
4585601a 761 select ARCH_MISC_INIT
44937214
PK
762 help
763 Support for Freescale LS2080A_EMU platform
764 The LS2080A Development System (EMULATOR) is a pre silicon
765 development platform that supports the QorIQ LS2080A
766 Layerscape Architecture processor.
dd84058d 767
44937214
PK
768config TARGET_LS2080A_SIMU
769 bool "Support ls2080a_simu"
fb2bf8c2 770 select ARCH_LS2080A
016a954e 771 select ARM64
23b5877c 772 select ARMV8_MULTIENTRY
4585601a 773 select ARCH_MISC_INIT
44937214
PK
774 help
775 Support for Freescale LS2080A_SIMU platform
776 The LS2080A Development System (QDS) is a pre silicon
777 development platform that supports the QorIQ LS2080A
778 Layerscape Architecture processor.
dd84058d 779
44937214
PK
780config TARGET_LS2080AQDS
781 bool "Support ls2080aqds"
fb2bf8c2 782 select ARCH_LS2080A
7288c2c2
YS
783 select ARM64
784 select ARMV8_MULTIENTRY
e5ec4815 785 select BOARD_LATE_INIT
b2d5ac59 786 select SUPPORT_SPL
4585601a 787 select ARCH_MISC_INIT
7288c2c2 788 help
44937214
PK
789 Support for Freescale LS2080AQDS platform
790 The LS2080A Development System (QDS) is a high-performance
791 development platform that supports the QorIQ LS2080A
7288c2c2
YS
792 Layerscape Architecture processor.
793
44937214
PK
794config TARGET_LS2080ARDB
795 bool "Support ls2080ardb"
fb2bf8c2 796 select ARCH_LS2080A
e2b65ea9
YS
797 select ARM64
798 select ARMV8_MULTIENTRY
e5ec4815 799 select BOARD_LATE_INIT
32eda7cc 800 select SUPPORT_SPL
4585601a 801 select ARCH_MISC_INIT
e2b65ea9 802 help
44937214
PK
803 Support for Freescale LS2080ARDB platform.
804 The LS2080A Reference design board (RDB) is a high-performance
805 development platform that supports the QorIQ LS2080A
e2b65ea9
YS
806 Layerscape Architecture processor.
807
11ac2363
PG
808config TARGET_HIKEY
809 bool "Support HiKey 96boards Consumer Edition Platform"
810 select ARM64
efd7b60a
PG
811 select DM
812 select DM_GPIO
9c71bcdc 813 select DM_SERIAL
cd593ed6 814 select OF_CONTROL
11ac2363
PG
815 help
816 Support for HiKey 96boards platform. It features a HI6220
817 SoC, with 8xA53 CPU, mali450 gpu, and 1GB RAM.
818
9d044fcb
PK
819config TARGET_LS1012AQDS
820 bool "Support ls1012aqds"
9533acf3 821 select ARCH_LS1012A
9d044fcb 822 select ARM64
e5ec4815 823 select BOARD_LATE_INIT
9d044fcb
PK
824 help
825 Support for Freescale LS1012AQDS platform.
826 The LS1012A Development System (QDS) is a high-performance
827 development platform that supports the QorIQ LS1012A
828 Layerscape Architecture processor.
829
3b6e3898
PK
830config TARGET_LS1012ARDB
831 bool "Support ls1012ardb"
9533acf3 832 select ARCH_LS1012A
3b6e3898 833 select ARM64
e5ec4815 834 select BOARD_LATE_INIT
3b6e3898
PK
835 help
836 Support for Freescale LS1012ARDB platform.
837 The LS1012A Reference design board (RDB) is a high-performance
838 development platform that supports the QorIQ LS1012A
839 Layerscape Architecture processor.
840
ff78aa2b
PK
841config TARGET_LS1012AFRDM
842 bool "Support ls1012afrdm"
9533acf3 843 select ARCH_LS1012A
ff78aa2b
PK
844 select ARM64
845 help
846 Support for Freescale LS1012AFRDM platform.
847 The LS1012A Freedom board (FRDM) is a high-performance
848 development platform that supports the QorIQ LS1012A
849 Layerscape Architecture processor.
850
550e3dc0 851config TARGET_LS1021AQDS
0de15707 852 bool "Support ls1021aqds"
e5ec4815 853 select BOARD_LATE_INIT
2e07c249 854 select CPU_V7
adee1d4c
HZ
855 select CPU_V7_HAS_NONSEC
856 select CPU_V7_HAS_VIRT
50f0c663 857 select SUPPORT_SPL
0a37cf8f 858 select ARCH_LS1021A
217f92bb 859 select ARCH_SUPPORT_PSCI
5e8bd7e1 860 select LS1_DEEP_SLEEP
d26e34c4 861 select SYS_FSL_DDR
a5d67547 862 select BOARD_EARLY_INIT_F
217f92bb 863
c8a7d9da 864config TARGET_LS1021ATWR
0de15707 865 bool "Support ls1021atwr"
e5ec4815 866 select BOARD_LATE_INIT
2e07c249 867 select CPU_V7
adee1d4c
HZ
868 select CPU_V7_HAS_NONSEC
869 select CPU_V7_HAS_VIRT
50f0c663 870 select SUPPORT_SPL
0a37cf8f 871 select ARCH_LS1021A
217f92bb 872 select ARCH_SUPPORT_PSCI
5e8bd7e1 873 select LS1_DEEP_SLEEP
a5d67547 874 select BOARD_EARLY_INIT_F
c8a7d9da 875
20c700f8
FL
876config TARGET_LS1021AIOT
877 bool "Support ls1021aiot"
e5ec4815 878 select BOARD_LATE_INIT
20c700f8
FL
879 select CPU_V7
880 select CPU_V7_HAS_NONSEC
881 select CPU_V7_HAS_VIRT
882 select SUPPORT_SPL
883 select ARCH_LS1021A
884 select ARCH_SUPPORT_PSCI
885 help
886 Support for Freescale LS1021AIOT platform.
887 The LS1021A Freescale board (IOT) is a high-performance
888 development platform that supports the QorIQ LS1021A
889 Layerscape Architecture processor.
890
02b5d2ed
SX
891config TARGET_LS1043AQDS
892 bool "Support ls1043aqds"
0a37cf8f 893 select ARCH_LS1043A
02b5d2ed
SX
894 select ARM64
895 select ARMV8_MULTIENTRY
e5ec4815 896 select BOARD_LATE_INIT
02b5d2ed 897 select SUPPORT_SPL
a5d67547 898 select BOARD_EARLY_INIT_F
02b5d2ed
SX
899 help
900 Support for Freescale LS1043AQDS platform.
901
f3a8e2b7
MH
902config TARGET_LS1043ARDB
903 bool "Support ls1043ardb"
0a37cf8f 904 select ARCH_LS1043A
f3a8e2b7 905 select ARM64
831c068f 906 select ARMV8_MULTIENTRY
e5ec4815 907 select BOARD_LATE_INIT
3ad44729 908 select SUPPORT_SPL
a5d67547 909 select BOARD_EARLY_INIT_F
f3a8e2b7
MH
910 help
911 Support for Freescale LS1043ARDB platform.
912
126fe70d
SX
913config TARGET_LS1046AQDS
914 bool "Support ls1046aqds"
da28e58a 915 select ARCH_LS1046A
126fe70d
SX
916 select ARM64
917 select ARMV8_MULTIENTRY
e5ec4815 918 select BOARD_LATE_INIT
126fe70d
SX
919 select SUPPORT_SPL
920 select DM_SPI_FLASH if DM_SPI
a5d67547 921 select BOARD_EARLY_INIT_F
126fe70d
SX
922 help
923 Support for Freescale LS1046AQDS platform.
924 The LS1046A Development System (QDS) is a high-performance
925 development platform that supports the QorIQ LS1046A
926 Layerscape Architecture processor.
927
dd02936f
MH
928config TARGET_LS1046ARDB
929 bool "Support ls1046ardb"
da28e58a 930 select ARCH_LS1046A
dd02936f
MH
931 select ARM64
932 select ARMV8_MULTIENTRY
e5ec4815 933 select BOARD_LATE_INIT
dd02936f
MH
934 select SUPPORT_SPL
935 select DM_SPI_FLASH if DM_SPI
dccef2ec 936 select POWER_MC34VR500
a5d67547 937 select BOARD_EARLY_INIT_F
dd02936f
MH
938 help
939 Support for Freescale LS1046ARDB platform.
940 The LS1046A Reference Design Board (RDB) is a high-performance
941 development platform that supports the QorIQ LS1046A
942 Layerscape Architecture processor.
943
dd84058d
MY
944config TARGET_H2200
945 bool "Support h2200"
2e07c249 946 select CPU_PXA
dd84058d 947
f19eb154
VK
948config TARGET_ZIPITZ2
949 bool "Support zipitz2"
950 select CPU_PXA
951
dd84058d
MY
952config TARGET_COLIBRI_PXA270
953 bool "Support colibri_pxa270"
2e07c249 954 select CPU_PXA
dd84058d 955
66cba041 956config ARCH_UNIPHIER
b6ef3a3f 957 bool "Socionext UniPhier SoCs"
e5ec4815 958 select BOARD_LATE_INIT
48264d9b 959 select CLK_UNIPHIER
4e819950 960 select DM
b800cbde 961 select DM_GPIO
4e819950 962 select DM_I2C
4aceb3f8 963 select DM_MMC
4fb96c48 964 select DM_RESET
b5550e49 965 select DM_SERIAL
47a79f65 966 select DM_USB
b5550e49
MY
967 select OF_CONTROL
968 select OF_LIBFDT
27350c92 969 select PINCTRL
561ca649
MY
970 select SPL_DM if SPL
971 select SPL_LIBCOMMON_SUPPORT if SPL
972 select SPL_LIBGENERIC_SUPPORT if SPL
973 select SPL_OF_CONTROL if SPL
974 select SPL_PINCTRL if SPL
b5550e49 975 select SUPPORT_SPL
b6ef3a3f
MY
976 help
977 Support for UniPhier SoC family developed by Socionext Inc.
978 (formerly, System LSI Business Division of Panasonic Corporation)
66cba041 979
0a61ee88
VM
980config STM32
981 bool "Support STM32"
ed09a554 982 select CPU_V7M
66562414
KL
983 select DM
984 select DM_SERIAL
3a649407 985 select SYS_THUMB_BUILD
ed09a554 986
94e9a4ef
PC
987config ARCH_STI
988 bool "Support STMicrolectronics SoCs"
989 select CPU_V7
214a17e6
PC
990 select DM
991 select DM_SERIAL
eee20f81
PC
992 select BLK
993 select DM_MMC
584861ff 994 select DM_RESET
94e9a4ef
PC
995 help
996 Support for STMicroelectronics STiH407/10 SoC family.
997 This SoC is used on Linaro 96Board STiH410-B2260
998
2444dae5
SG
999config ARCH_ROCKCHIP
1000 bool "Support Rockchip SoCs"
2444dae5 1001 select OF_CONTROL
aa15038c 1002 select BLK
2444dae5 1003 select DM
a381bcf5 1004 select SPL_DM if SPL
aa15038c 1005 select SYS_MALLOC_F
3a649407 1006 select SYS_THUMB_BUILD if !ARM64
a381bcf5 1007 select SPL_SYS_MALLOC_SIMPLE if SPL
aa15038c
SG
1008 select DM_GPIO
1009 select DM_I2C
1010 select DM_MMC
42b37d8d 1011 select DM_MMC_OPS
aa15038c
SG
1012 select DM_SERIAL
1013 select DM_SPI
1014 select DM_SPI_FLASH
892742df 1015 select DM_USB if USB
8d29e3a4
KY
1016 select DM_PWM
1017 select DM_REGULATOR
2444dae5 1018
746f985a
ST
1019config TARGET_THUNDERX_88XX
1020 bool "Support ThunderX 88xx"
b4ba1693 1021 select ARM64
746f985a 1022 select OF_CONTROL
067716ba 1023 select SYS_CACHE_SHIFT_7
746f985a 1024
4697abea 1025config ARCH_ASPEED
1026 bool "Support Aspeed SoCs"
1027 select OF_CONTROL
1028 select DM
1029
dd84058d
MY
1030endchoice
1031
4697abea 1032source "arch/arm/mach-aspeed/Kconfig"
1033
4614b891
MY
1034source "arch/arm/mach-at91/Kconfig"
1035
ddf6bd48 1036source "arch/arm/mach-bcm283x/Kconfig"
3491ba63 1037
ddf6bd48 1038source "arch/arm/mach-davinci/Kconfig"
34e609ca 1039
77b55e8c 1040source "arch/arm/mach-exynos/Kconfig"
72df68cc 1041
72a8ff4b 1042source "arch/arm/mach-highbank/Kconfig"
ef2b694c 1043
5cbbd9bd
MY
1044source "arch/arm/mach-integrator/Kconfig"
1045
39a72345 1046source "arch/arm/mach-keystone/Kconfig"
c338f09e 1047
56f86e39 1048source "arch/arm/mach-kirkwood/Kconfig"
47539e23 1049
c3d89140
SR
1050source "arch/arm/mach-mvebu/Kconfig"
1051
0a37cf8f
YS
1052source "arch/arm/cpu/armv7/ls102xa/Kconfig"
1053
e90a08da
PF
1054source "arch/arm/cpu/armv7/mx7ulp/Kconfig"
1055
1a8150d4
AA
1056source "arch/arm/cpu/armv7/mx7/Kconfig"
1057
89ebc821
BB
1058source "arch/arm/cpu/armv7/mx6/Kconfig"
1059
424ee3d1
AR
1060source "arch/arm/cpu/armv7/mx5/Kconfig"
1061
983e3700 1062source "arch/arm/mach-omap2/Kconfig"
6384726d 1063
da28e58a
YS
1064source "arch/arm/cpu/armv8/fsl-layerscape/Kconfig"
1065
3e93b4e6 1066source "arch/arm/mach-orion5x/Kconfig"
22f2be7a 1067
badbb63c 1068source "arch/arm/mach-rmobile/Kconfig"
f40b9898 1069
bfcef28a
BG
1070source "arch/arm/mach-meson/Kconfig"
1071
2444dae5
SG
1072source "arch/arm/mach-rockchip/Kconfig"
1073
225f5eec 1074source "arch/arm/mach-s5pc1xx/Kconfig"
311757be 1075
08592136
MK
1076source "arch/arm/mach-snapdragon/Kconfig"
1077
7865f4b0
MY
1078source "arch/arm/mach-socfpga/Kconfig"
1079
94e9a4ef
PC
1080source "arch/arm/mach-sti/Kconfig"
1081
0a61ee88
VM
1082source "arch/arm/mach-stm32/Kconfig"
1083
09f455dc 1084source "arch/arm/mach-tegra/Kconfig"
ddd960e6 1085
4c425570 1086source "arch/arm/mach-uniphier/Kconfig"
66cba041 1087
7966b437
SA
1088source "arch/arm/cpu/armv7/vf610/Kconfig"
1089
0107f240 1090source "arch/arm/mach-zynq/Kconfig"
ddd960e6 1091
ea624e19
HG
1092source "arch/arm/cpu/armv7/Kconfig"
1093
75580007
SDPP
1094source "arch/arm/cpu/armv8/zynqmp/Kconfig"
1095
23b5877c
LW
1096source "arch/arm/cpu/armv8/Kconfig"
1097
a05a6045
BB
1098source "arch/arm/imx-common/Kconfig"
1099
fcea480d 1100source "board/aries/m28evk/Kconfig"
2a4058c2 1101source "board/aries/m53evk/Kconfig"
d8ccbe93 1102source "board/bosch/shc/Kconfig"
dd84058d 1103source "board/CarMediaLab/flea3/Kconfig"
dd84058d 1104source "board/Marvell/aspenite/Kconfig"
dd84058d 1105source "board/Marvell/gplugd/Kconfig"
dd84058d 1106source "board/armadeus/apf27/Kconfig"
dd84058d
MY
1107source "board/armltd/vexpress/Kconfig"
1108source "board/armltd/vexpress64/Kconfig"
dd84058d 1109source "board/bluegiga/apx4devkit/Kconfig"
43486e4c 1110source "board/broadcom/bcm23550_w1d/Kconfig"
dd84058d 1111source "board/broadcom/bcm28155_ap/Kconfig"
abb1678c
SR
1112source "board/broadcom/bcmcygnus/Kconfig"
1113source "board/broadcom/bcmnsp/Kconfig"
274bced8 1114source "board/broadcom/bcmns2/Kconfig"
746f985a 1115source "board/cavium/thunderx/Kconfig"
dd84058d 1116source "board/cirrus/edb93xx/Kconfig"
dd84058d 1117source "board/creative/xfi3/Kconfig"
44937214
PK
1118source "board/freescale/ls2080a/Kconfig"
1119source "board/freescale/ls2080aqds/Kconfig"
1120source "board/freescale/ls2080ardb/Kconfig"
550e3dc0 1121source "board/freescale/ls1021aqds/Kconfig"
02b5d2ed 1122source "board/freescale/ls1043aqds/Kconfig"
c8a7d9da 1123source "board/freescale/ls1021atwr/Kconfig"
20c700f8 1124source "board/freescale/ls1021aiot/Kconfig"
126fe70d 1125source "board/freescale/ls1046aqds/Kconfig"
f3a8e2b7 1126source "board/freescale/ls1043ardb/Kconfig"
dd02936f 1127source "board/freescale/ls1046ardb/Kconfig"
9d044fcb 1128source "board/freescale/ls1012aqds/Kconfig"
3b6e3898 1129source "board/freescale/ls1012ardb/Kconfig"
ff78aa2b 1130source "board/freescale/ls1012afrdm/Kconfig"
dd84058d
MY
1131source "board/freescale/mx23evk/Kconfig"
1132source "board/freescale/mx25pdk/Kconfig"
1133source "board/freescale/mx28evk/Kconfig"
1134source "board/freescale/mx31ads/Kconfig"
1135source "board/freescale/mx31pdk/Kconfig"
1136source "board/freescale/mx35pdk/Kconfig"
1137source "board/freescale/mx51evk/Kconfig"
1138source "board/freescale/mx53ard/Kconfig"
1139source "board/freescale/mx53evk/Kconfig"
1140source "board/freescale/mx53loco/Kconfig"
1141source "board/freescale/mx53smd/Kconfig"
9702ec00 1142source "board/freescale/s32v234evb/Kconfig"
60083261 1143source "board/gdsys/a38x/Kconfig"
ab38bf6a 1144source "board/grinn/chiliboard/Kconfig"
dd84058d
MY
1145source "board/gumstix/pepper/Kconfig"
1146source "board/h2200/Kconfig"
345243ed 1147source "board/hisilicon/hikey/Kconfig"
dd84058d 1148source "board/imx31_phycore/Kconfig"
dd84058d 1149source "board/isee/igep0033/Kconfig"
dd84058d 1150source "board/olimex/mx23_olinuxino/Kconfig"
dd84058d
MY
1151source "board/phytec/pcm051/Kconfig"
1152source "board/ppcag/bg0900/Kconfig"
dd84058d 1153source "board/sandisk/sansa_fuze_plus/Kconfig"
dd84058d 1154source "board/schulercontrol/sc_sps_1/Kconfig"
dd84058d 1155source "board/silica/pengwyn/Kconfig"
dd84058d
MY
1156source "board/spear/spear300/Kconfig"
1157source "board/spear/spear310/Kconfig"
1158source "board/spear/spear320/Kconfig"
1159source "board/spear/spear600/Kconfig"
1160source "board/spear/x600/Kconfig"
9fa32b12 1161source "board/st/stv0991/Kconfig"
dd84058d 1162source "board/sunxi/Kconfig"
dd84058d 1163source "board/syteco/zmx25/Kconfig"
9d1b2987 1164source "board/tcl/sl50/Kconfig"
a2bc4321 1165source "board/birdland/bav335x/Kconfig"
dd84058d 1166source "board/timll/devkit3250/Kconfig"
dd84058d 1167source "board/toradex/colibri_pxa270/Kconfig"
d9e268ed 1168source "board/technologic/ts4600/Kconfig"
9ee16897 1169source "board/technologic/ts4800/Kconfig"
6ce89324 1170source "board/vscom/baltos/Kconfig"
dd84058d 1171source "board/woodburn/Kconfig"
412ae53a 1172source "board/work-microwave/work_92105/Kconfig"
f19eb154 1173source "board/zipitz2/Kconfig"
dd84058d 1174
51b17d49
MY
1175source "arch/arm/Kconfig.debug"
1176
dd84058d 1177endmenu