]> git.ipfire.org Git - people/ms/u-boot.git/blame - arch/arm/Kconfig
armv8/ls1043ardb: Add sd boot support
[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
9
2e07c249
GS
10config HAS_VBAR
11 bool
12
13config CPU_ARM720T
14 bool
15
16config CPU_ARM920T
17 bool
18
19config CPU_ARM926EJS
20 bool
21
22config CPU_ARM946ES
23 bool
24
25config CPU_ARM1136
26 bool
27
28config CPU_ARM1176
29 bool
30 select HAS_VBAR
31
32config CPU_V7
33 bool
34 select HAS_VBAR
35
12d8a729 36config CPU_V7M
37 bool
38
2e07c249
GS
39config CPU_PXA
40 bool
41
42config CPU_SA1100
43 bool
44
45config SYS_CPU
46 default "arm720t" if CPU_ARM720T
47 default "arm920t" if CPU_ARM920T
48 default "arm926ejs" if CPU_ARM926EJS
49 default "arm946es" if CPU_ARM946ES
50 default "arm1136" if CPU_ARM1136
51 default "arm1176" if CPU_ARM1176
52 default "armv7" if CPU_V7
12d8a729 53 default "armv7m" if CPU_V7M
2e07c249
GS
54 default "pxa" if CPU_PXA
55 default "sa1100" if CPU_SA1100
01541eec 56 default "armv8" if ARM64
2e07c249 57
f91afc4d
LW
58config SEMIHOSTING
59 bool "support boot from semihosting"
60 help
61 In emulated environments, semihosting is a way for
62 the hosted environment to call out to the emulator to
63 retrieve files from the host machine.
64
f3e9bec8
PF
65config SYS_L2CACHE_OFF
66 bool "L2cache off"
67 help
68 If SoC does not support L2CACHE or one do not want to enable
69 L2CACHE, choose this option.
70
dd84058d
MY
71choice
72 prompt "Target select"
b928e658 73 default TARGET_HIKEY
dd84058d 74
4614b891
MY
75config ARCH_AT91
76 bool "Atmel AT91"
dd84058d
MY
77
78config TARGET_EDB93XX
79 bool "Support edb93xx"
2e07c249 80 select CPU_ARM920T
dd84058d 81
dd84058d
MY
82config TARGET_VCMA9
83 bool "Support VCMA9"
2e07c249 84 select CPU_ARM920T
dd84058d
MY
85
86config TARGET_SMDK2410
87 bool "Support smdk2410"
2e07c249 88 select CPU_ARM920T
dd84058d 89
dd84058d
MY
90config TARGET_ASPENITE
91 bool "Support aspenite"
2e07c249 92 select CPU_ARM926EJS
dd84058d
MY
93
94config TARGET_GPLUGD
95 bool "Support gplugd"
2e07c249 96 select CPU_ARM926EJS
dd84058d 97
3491ba63
MY
98config ARCH_DAVINCI
99 bool "TI DaVinci"
2e07c249 100 select CPU_ARM926EJS
3491ba63
MY
101 help
102 Support for TI's DaVinci platform.
dd84058d 103
47539e23
MY
104config KIRKWOOD
105 bool "Marvell Kirkwood"
2e07c249 106 select CPU_ARM926EJS
dd84058d 107
c3d89140
SR
108config ARCH_MVEBU
109 bool "Marvell MVEBU family (Armada XP/38x)"
790f70c7 110 select CPU_V7
e7778ec1 111 select SUPPORT_SPL
9cffb233
SR
112 select OF_CONTROL
113 select OF_SEPARATE
114 select DM
1d51ea19 115 select DM_SERIAL
a4884831 116
dd84058d
MY
117config TARGET_DEVKIT3250
118 bool "Support devkit3250"
2e07c249 119 select CPU_ARM926EJS
e9b3ce3f 120 select SUPPORT_SPL
dd84058d 121
412ae53a
AA
122config TARGET_WORK_92105
123 bool "Support work_92105"
124 select CPU_ARM926EJS
125 select SUPPORT_SPL
126
dd84058d
MY
127config TARGET_MX25PDK
128 bool "Support mx25pdk"
2e07c249 129 select CPU_ARM926EJS
dd84058d 130
dd84058d
MY
131config TARGET_ZMX25
132 bool "Support zmx25"
2e07c249 133 select CPU_ARM926EJS
dd84058d
MY
134
135config TARGET_APF27
136 bool "Support apf27"
2e07c249 137 select CPU_ARM926EJS
02627356 138 select SUPPORT_SPL
dd84058d 139
dd84058d
MY
140config TARGET_APX4DEVKIT
141 bool "Support apx4devkit"
2e07c249 142 select CPU_ARM926EJS
02627356 143 select SUPPORT_SPL
dd84058d
MY
144
145config TARGET_XFI3
146 bool "Support xfi3"
2e07c249 147 select CPU_ARM926EJS
02627356 148 select SUPPORT_SPL
dd84058d
MY
149
150config TARGET_M28EVK
151 bool "Support m28evk"
2e07c249 152 select CPU_ARM926EJS
02627356 153 select SUPPORT_SPL
dd84058d
MY
154
155config TARGET_MX23EVK
156 bool "Support mx23evk"
2e07c249 157 select CPU_ARM926EJS
02627356 158 select SUPPORT_SPL
dd84058d
MY
159
160config TARGET_MX28EVK
161 bool "Support mx28evk"
2e07c249 162 select CPU_ARM926EJS
02627356 163 select SUPPORT_SPL
dd84058d
MY
164
165config TARGET_MX23_OLINUXINO
166 bool "Support mx23_olinuxino"
2e07c249 167 select CPU_ARM926EJS
02627356 168 select SUPPORT_SPL
dd84058d
MY
169
170config TARGET_BG0900
171 bool "Support bg0900"
2e07c249 172 select CPU_ARM926EJS
02627356 173 select SUPPORT_SPL
dd84058d
MY
174
175config TARGET_SANSA_FUZE_PLUS
176 bool "Support sansa_fuze_plus"
2e07c249 177 select CPU_ARM926EJS
02627356 178 select SUPPORT_SPL
dd84058d
MY
179
180config TARGET_SC_SPS_1
181 bool "Support sc_sps_1"
2e07c249 182 select CPU_ARM926EJS
02627356 183 select SUPPORT_SPL
dd84058d 184
22f2be7a
MY
185config ORION5X
186 bool "Marvell Orion"
2e07c249 187 select CPU_ARM926EJS
dd84058d 188
dd84058d
MY
189config TARGET_SPEAR300
190 bool "Support spear300"
2e07c249 191 select CPU_ARM926EJS
dd84058d
MY
192
193config TARGET_SPEAR310
194 bool "Support spear310"
2e07c249 195 select CPU_ARM926EJS
dd84058d
MY
196
197config TARGET_SPEAR320
198 bool "Support spear320"
2e07c249 199 select CPU_ARM926EJS
dd84058d
MY
200
201config TARGET_SPEAR600
202 bool "Support spear600"
2e07c249 203 select CPU_ARM926EJS
dd84058d 204
9fa32b12
VM
205config TARGET_STV0991
206 bool "Support stv0991"
207 select CPU_V7
cac0ca76
MY
208 select DM
209 select DM_SERIAL
e67abcaa
VM
210 select DM_SPI
211 select DM_SPI_FLASH
212 select SPI_FLASH
9fa32b12 213
dd84058d
MY
214config TARGET_X600
215 bool "Support x600"
2e07c249 216 select CPU_ARM926EJS
02627356 217 select SUPPORT_SPL
dd84058d 218
dd84058d
MY
219config TARGET_IMX31_PHYCORE
220 bool "Support imx31_phycore"
2e07c249 221 select CPU_ARM1136
dd84058d 222
dd84058d
MY
223config TARGET_MX31ADS
224 bool "Support mx31ads"
2e07c249 225 select CPU_ARM1136
dd84058d
MY
226
227config TARGET_MX31PDK
228 bool "Support mx31pdk"
2e07c249 229 select CPU_ARM1136
02627356 230 select SUPPORT_SPL
dd84058d 231
dd84058d
MY
232config TARGET_WOODBURN
233 bool "Support woodburn"
2e07c249 234 select CPU_ARM1136
dd84058d
MY
235
236config TARGET_WOODBURN_SD
237 bool "Support woodburn_sd"
2e07c249 238 select CPU_ARM1136
02627356 239 select SUPPORT_SPL
dd84058d
MY
240
241config TARGET_FLEA3
242 bool "Support flea3"
2e07c249 243 select CPU_ARM1136
dd84058d
MY
244
245config TARGET_MX35PDK
246 bool "Support mx35pdk"
2e07c249 247 select CPU_ARM1136
dd84058d 248
ddf6bd48
MY
249config ARCH_BCM283X
250 bool "Broadcom BCM283X family"
58d423b8
MY
251 select DM
252 select DM_SERIAL
253 select DM_GPIO
46414296 254
dd84058d
MY
255config TARGET_VEXPRESS_CA15_TC2
256 bool "Support vexpress_ca15_tc2"
2e07c249 257 select CPU_V7
ea624e19
HG
258 select CPU_V7_HAS_NONSEC
259 select CPU_V7_HAS_VIRT
dd84058d
MY
260
261config TARGET_VEXPRESS_CA5X2
262 bool "Support vexpress_ca5x2"
2e07c249 263 select CPU_V7
dd84058d
MY
264
265config TARGET_VEXPRESS_CA9X4
266 bool "Support vexpress_ca9x4"
2e07c249 267 select CPU_V7
dd84058d
MY
268
269config TARGET_KWB
270 bool "Support kwb"
2e07c249 271 select CPU_V7
02627356 272 select SUPPORT_SPL
dd84058d
MY
273
274config TARGET_TSERIES
275 bool "Support tseries"
2e07c249 276 select CPU_V7
02627356 277 select SUPPORT_SPL
dd84058d
MY
278
279config TARGET_CM_T335
280 bool "Support cm_t335"
2e07c249 281 select CPU_V7
02627356 282 select SUPPORT_SPL
58d423b8
MY
283 select DM
284 select DM_SERIAL
285 select DM_GPIO
dd84058d
MY
286
287config TARGET_PEPPER
288 bool "Support pepper"
2e07c249 289 select CPU_V7
02627356 290 select SUPPORT_SPL
58d423b8
MY
291 select DM
292 select DM_SERIAL
293 select DM_GPIO
dd84058d
MY
294
295config TARGET_AM335X_IGEP0033
296 bool "Support am335x_igep0033"
2e07c249 297 select CPU_V7
02627356 298 select SUPPORT_SPL
58d423b8
MY
299 select DM
300 select DM_SERIAL
301 select DM_GPIO
dd84058d
MY
302
303config TARGET_PCM051
304 bool "Support pcm051"
2e07c249 305 select CPU_V7
02627356 306 select SUPPORT_SPL
58d423b8
MY
307 select DM
308 select DM_SERIAL
309 select DM_GPIO
dd84058d
MY
310
311config TARGET_DRACO
312 bool "Support draco"
2e07c249 313 select CPU_V7
02627356 314 select SUPPORT_SPL
dd84058d 315
8c65a2fa
HS
316config TARGET_THUBAN
317 bool "Support thuban"
2e07c249 318 select CPU_V7
02627356 319 select SUPPORT_SPL
dd84058d 320
578056c3
HS
321config TARGET_RASTABAN
322 bool "Support rastaban"
323 select CPU_V7
324 select SUPPORT_SPL
325
dd84058d
MY
326config TARGET_PXM2
327 bool "Support pxm2"
2e07c249 328 select CPU_V7
02627356 329 select SUPPORT_SPL
dd84058d
MY
330
331config TARGET_RUT
332 bool "Support rut"
2e07c249 333 select CPU_V7
02627356 334 select SUPPORT_SPL
dd84058d
MY
335
336config TARGET_PENGWYN
337 bool "Support pengwyn"
2e07c249 338 select CPU_V7
02627356 339 select SUPPORT_SPL
58d423b8
MY
340 select DM
341 select DM_SERIAL
342 select DM_GPIO
dd84058d 343
6ce89324
YY
344config TARGET_AM335X_BALTOS
345 bool "Support am335x_baltos"
346 select CPU_V7
347 select SUPPORT_SPL
348 select DM
349 select DM_SERIAL
350 select DM_GPIO
351
dd84058d
MY
352config TARGET_AM335X_EVM
353 bool "Support am335x_evm"
2e07c249 354 select CPU_V7
02627356 355 select SUPPORT_SPL
58d423b8
MY
356 select DM
357 select DM_SERIAL
358 select DM_GPIO
dd84058d 359
9d1b2987
EBS
360config TARGET_AM335X_SL50
361 bool "Support am335x_sl50"
362 select CPU_V7
363 select SUPPORT_SPL
364 select DM
365 select DM_SERIAL
366
dd84058d
MY
367config TARGET_AM43XX_EVM
368 bool "Support am43xx_evm"
2e07c249 369 select CPU_V7
02627356 370 select SUPPORT_SPL
dd84058d 371
a2bc4321
GG
372config TARGET_BAV335X
373 bool "Support bav335x"
374 select CPU_V7
375 select SUPPORT_SPL
93a35382
MY
376 select DM
377 select DM_SERIAL
a2bc4321
GG
378 help
379 The BAV335x OEM Network Processor integrates all the functions of an
380 embedded network computer in a small, easy to use SODIMM module which
381 incorporates the popular Texas Instruments Sitara 32bit ARM Coretex-A8
382 processor, with fast DDR3 512MB SDRAM, 4GB of embedded MMC and a Gigabit
383 ethernet with simple connection to external connectors.
384
385 For more information, visit: http://birdland.com/oem
386
dd84058d
MY
387config TARGET_TI814X_EVM
388 bool "Support ti814x_evm"
2e07c249 389 select CPU_V7
02627356 390 select SUPPORT_SPL
dd84058d
MY
391
392config TARGET_TI816X_EVM
393 bool "Support ti816x_evm"
2e07c249 394 select CPU_V7
02627356 395 select SUPPORT_SPL
dd84058d 396
dd84058d
MY
397config TARGET_BCM28155_AP
398 bool "Support bcm28155_ap"
2e07c249 399 select CPU_V7
dd84058d 400
abb1678c
SR
401config TARGET_BCMCYGNUS
402 bool "Support bcmcygnus"
2e07c249 403 select CPU_V7
9dec5270 404
abb1678c
SR
405config TARGET_BCMNSP
406 bool "Support bcmnsp"
2e07c249 407 select CPU_V7
9dec5270 408
72df68cc
MY
409config ARCH_EXYNOS
410 bool "Samsung EXYNOS"
2e07c249 411 select CPU_V7
58d423b8
MY
412 select DM
413 select DM_SPI_FLASH
414 select DM_SERIAL
415 select DM_SPI
416 select DM_GPIO
dd84058d 417
311757be
SG
418config ARCH_S5PC1XX
419 bool "Samsung S5PC1XX"
2e07c249 420 select CPU_V7
58d423b8
MY
421 select DM
422 select DM_SERIAL
423 select DM_GPIO
311757be 424
ef2b694c
MY
425config ARCH_HIGHBANK
426 bool "Calxeda Highbank"
2e07c249 427 select CPU_V7
dd84058d 428
5cbbd9bd
MY
429config ARCH_INTEGRATOR
430 bool "ARM Ltd. Integrator family"
3f394e70
LW
431 select DM
432 select DM_SERIAL
5cbbd9bd 433
c338f09e
MY
434config ARCH_KEYSTONE
435 bool "TI Keystone"
2e07c249 436 select CPU_V7
02627356 437 select SUPPORT_SPL
dd84058d 438
1a8150d4
AA
439config ARCH_MX7
440 bool "Freescale MX7"
441 select CPU_V7
442
89ebc821
BB
443config ARCH_MX6
444 bool "Freescale MX6"
445 select CPU_V7
446
424ee3d1
AR
447config ARCH_MX5
448 bool "Freescale MX5"
449 select CPU_V7
450
dd84058d
MY
451config TARGET_M53EVK
452 bool "Support m53evk"
2e07c249 453 select CPU_V7
02627356 454 select SUPPORT_SPL
dd84058d 455
dd84058d
MY
456config TARGET_MX51EVK
457 bool "Support mx51evk"
2e07c249 458 select CPU_V7
dd84058d
MY
459
460config TARGET_MX53ARD
461 bool "Support mx53ard"
2e07c249 462 select CPU_V7
dd84058d
MY
463
464config TARGET_MX53EVK
465 bool "Support mx53evk"
2e07c249 466 select CPU_V7
dd84058d
MY
467
468config TARGET_MX53LOCO
469 bool "Support mx53loco"
2e07c249 470 select CPU_V7
dd84058d
MY
471
472config TARGET_MX53SMD
473 bool "Support mx53smd"
2e07c249 474 select CPU_V7
dd84058d 475
3cfbcb58
MY
476config OMAP34XX
477 bool "OMAP34XX SoC"
2e07c249 478 select CPU_V7
dd84058d 479
d08215a5
MY
480config OMAP44XX
481 bool "OMAP44XX SoC"
2e07c249 482 select CPU_V7
02627356 483 select SUPPORT_SPL
dd84058d 484
6c5431ac
MY
485config OMAP54XX
486 bool "OMAP54XX SoC"
2e07c249 487 select CPU_V7
02627356 488 select SUPPORT_SPL
dd84058d 489
f40b9898
MY
490config RMOBILE
491 bool "Renesas ARM SoCs"
2e07c249 492 select CPU_V7
dd84058d 493
7865f4b0
MY
494config ARCH_SOCFPGA
495 bool "Altera SOCFPGA family"
2e07c249 496 select CPU_V7
02627356 497 select SUPPORT_SPL
dfd3dff5
MV
498 select OF_CONTROL
499 select SPL_OF_CONTROL
1d9aa3e5
MY
500 select DM
501 select DM_SPI_FLASH
502 select DM_SPI
dd84058d 503
8883ddaf
NK
504config TARGET_CM_T43
505 bool "Support cm_t43"
506 select CPU_V7
507 select SUPPORT_SPL
508
2c7e3b90
IC
509config ARCH_SUNXI
510 bool "Support sunxi (Allwinner) SoCs"
de1502c9 511 select CMD_USB
b6006baf
HG
512 select DM
513 select DM_GPIO
45368827
TR
514 select DM_ETH
515 select DM_SERIAL
91183bab 516 select DM_USB
b6006baf
HG
517 select OF_CONTROL
518 select OF_SEPARATE
ff42d107 519 select SPL_STACK_R if !MACH_SUN9I
6d0bdfdd 520 select SPL_SYS_MALLOC_SIMPLE if !MACH_SUN9I
45368827 521 select USB
de1502c9 522 select USB_STORAGE
ab27f30b 523 select USB_KEYBOARD
8ebe4f42 524
9ee16897
LQ
525config TARGET_TS4800
526 bool "Support TS4800"
527 select CPU_V7
528
dd84058d
MY
529config TARGET_VF610TWR
530 bool "Support vf610twr"
2e07c249 531 select CPU_V7
dd84058d 532
e7b860fa
SM
533config TARGET_COLIBRI_VF
534 bool "Support Colibri VF50/61"
535 select CPU_V7
536
931a1d2a
AA
537config TARGET_PCM052
538 bool "Support pcm-052"
539 select CPU_V7
540
5ca269a4 541config ARCH_ZYNQ
44dcb403 542 bool "Xilinx Zynq Platform"
2e07c249 543 select CPU_V7
02627356 544 select SUPPORT_SPL
d065cfd9 545 select OF_CONTROL
8981f05c 546 select DM
9f7a4502
JT
547 select DM_SPI
548 select DM_SPI_FLASH
dd84058d 549
0b54a9dd 550config ARCH_ZYNQMP
84c7204b
MS
551 bool "Support Xilinx ZynqMP Platform"
552 select ARM64
553
ddd960e6
MY
554config TEGRA
555 bool "NVIDIA Tegra"
dd84058d 556
f91afc4d 557config TARGET_VEXPRESS64_AEMV8A
dd84058d 558 bool "Support vexpress_aemv8a"
016a954e 559 select ARM64
dd84058d 560
f91afc4d
LW
561config TARGET_VEXPRESS64_BASE_FVP
562 bool "Support Versatile Express ARMv8a FVP BASE model"
563 select ARM64
564 select SEMIHOSTING
565
fc04b923
RH
566config TARGET_VEXPRESS64_BASE_FVP_DRAM
567 bool "Support Versatile Express ARMv8a FVP BASE model booting from DRAM"
568 select ARM64
569 help
570 This target is derived from TARGET_VEXPRESS64_BASE_FVP and over-rides
571 the default config to allow the user to load the images directly into
572 DRAM using model parameters rather than by using semi-hosting to load
573 the files from the host filesystem.
574
ffc10373
LW
575config TARGET_VEXPRESS64_JUNO
576 bool "Support Versatile Express Juno Development Platform"
577 select ARM64
578
dd84058d
MY
579config TARGET_LS2085A_EMU
580 bool "Support ls2085a_emu"
016a954e 581 select ARM64
23b5877c 582 select ARMV8_MULTIENTRY
dd84058d
MY
583
584config TARGET_LS2085A_SIMU
585 bool "Support ls2085a_simu"
016a954e 586 select ARM64
23b5877c 587 select ARMV8_MULTIENTRY
dd84058d 588
7288c2c2
YS
589config TARGET_LS2085AQDS
590 bool "Support ls2085aqds"
591 select ARM64
592 select ARMV8_MULTIENTRY
b2d5ac59 593 select SUPPORT_SPL
7288c2c2
YS
594 help
595 Support for Freescale LS2085AQDS platform
596 The LS2085A Development System (QDS) is a high-performance
597 development platform that supports the QorIQ LS2085A
598 Layerscape Architecture processor.
599
e2b65ea9
YS
600config TARGET_LS2085ARDB
601 bool "Support ls2085ardb"
602 select ARM64
603 select ARMV8_MULTIENTRY
32eda7cc 604 select SUPPORT_SPL
e2b65ea9
YS
605 help
606 Support for Freescale LS2085ARDB platform.
607 The LS2085A Reference design board (RDB) is a high-performance
608 development platform that supports the QorIQ LS2085A
609 Layerscape Architecture processor.
610
11ac2363
PG
611config TARGET_HIKEY
612 bool "Support HiKey 96boards Consumer Edition Platform"
613 select ARM64
efd7b60a
PG
614 select DM
615 select DM_GPIO
9c71bcdc 616 select DM_SERIAL
11ac2363
PG
617 help
618 Support for HiKey 96boards platform. It features a HI6220
619 SoC, with 8xA53 CPU, mali450 gpu, and 1GB RAM.
620
550e3dc0 621config TARGET_LS1021AQDS
0de15707 622 bool "Support ls1021aqds"
2e07c249 623 select CPU_V7
50f0c663 624 select SUPPORT_SPL
c8a7d9da 625config TARGET_LS1021ATWR
0de15707 626 bool "Support ls1021atwr"
2e07c249 627 select CPU_V7
50f0c663 628 select SUPPORT_SPL
c8a7d9da 629
f3a8e2b7
MH
630config TARGET_LS1043ARDB
631 bool "Support ls1043ardb"
632 select ARM64
3ad44729 633 select SUPPORT_SPL
f3a8e2b7
MH
634 help
635 Support for Freescale LS1043ARDB platform.
636
dd84058d
MY
637config TARGET_H2200
638 bool "Support h2200"
2e07c249 639 select CPU_PXA
dd84058d 640
dd84058d
MY
641config TARGET_COLIBRI_PXA270
642 bool "Support colibri_pxa270"
2e07c249 643 select CPU_PXA
dd84058d 644
66cba041 645config ARCH_UNIPHIER
b6ef3a3f 646 bool "Socionext UniPhier SoCs"
2e07c249 647 select CPU_V7
02627356 648 select SUPPORT_SPL
992e8748 649 select SPL
d648964f 650 select OF_CONTROL
f4e190e3 651 select SPL_OF_CONTROL
4e819950 652 select DM
9271614e 653 select SPL_DM
4e819950
MY
654 select DM_SERIAL
655 select DM_I2C
b6ef3a3f
MY
656 help
657 Support for UniPhier SoC family developed by Socionext Inc.
658 (formerly, System LSI Business Division of Panasonic Corporation)
66cba041 659
ed09a554 660config TARGET_STM32F429_DISCOVERY
661 bool "Support STM32F429 Discovery"
662 select CPU_V7M
663
2444dae5
SG
664config ARCH_ROCKCHIP
665 bool "Support Rockchip SoCs"
666 select SUPPORT_SPL
667 select SPL
668 select OF_CONTROL
669 select CPU_V7
670 select DM
671
dd84058d
MY
672endchoice
673
4614b891
MY
674source "arch/arm/mach-at91/Kconfig"
675
ddf6bd48 676source "arch/arm/mach-bcm283x/Kconfig"
3491ba63 677
ddf6bd48 678source "arch/arm/mach-davinci/Kconfig"
34e609ca 679
77b55e8c 680source "arch/arm/mach-exynos/Kconfig"
72df68cc 681
72a8ff4b 682source "arch/arm/mach-highbank/Kconfig"
ef2b694c 683
5cbbd9bd
MY
684source "arch/arm/mach-integrator/Kconfig"
685
39a72345 686source "arch/arm/mach-keystone/Kconfig"
c338f09e 687
56f86e39 688source "arch/arm/mach-kirkwood/Kconfig"
47539e23 689
c3d89140
SR
690source "arch/arm/mach-mvebu/Kconfig"
691
1a8150d4
AA
692source "arch/arm/cpu/armv7/mx7/Kconfig"
693
89ebc821
BB
694source "arch/arm/cpu/armv7/mx6/Kconfig"
695
424ee3d1
AR
696source "arch/arm/cpu/armv7/mx5/Kconfig"
697
3cfbcb58
MY
698source "arch/arm/cpu/armv7/omap3/Kconfig"
699
d08215a5
MY
700source "arch/arm/cpu/armv7/omap4/Kconfig"
701
6c5431ac
MY
702source "arch/arm/cpu/armv7/omap5/Kconfig"
703
3e93b4e6 704source "arch/arm/mach-orion5x/Kconfig"
22f2be7a 705
f40b9898
MY
706source "arch/arm/cpu/armv7/rmobile/Kconfig"
707
2444dae5
SG
708source "arch/arm/mach-rockchip/Kconfig"
709
311757be
SG
710source "arch/arm/cpu/armv7/s5pc1xx/Kconfig"
711
7865f4b0
MY
712source "arch/arm/mach-socfpga/Kconfig"
713
09f455dc 714source "arch/arm/mach-tegra/Kconfig"
ddd960e6 715
4c425570 716source "arch/arm/mach-uniphier/Kconfig"
66cba041 717
0107f240 718source "arch/arm/mach-zynq/Kconfig"
ddd960e6 719
ea624e19
HG
720source "arch/arm/cpu/armv7/Kconfig"
721
75580007
SDPP
722source "arch/arm/cpu/armv8/zynqmp/Kconfig"
723
23b5877c
LW
724source "arch/arm/cpu/armv8/Kconfig"
725
a05a6045
BB
726source "arch/arm/imx-common/Kconfig"
727
dd84058d
MY
728source "board/BuR/kwb/Kconfig"
729source "board/BuR/tseries/Kconfig"
dd84058d 730source "board/CarMediaLab/flea3/Kconfig"
dd84058d 731source "board/Marvell/aspenite/Kconfig"
2bae75a4 732source "board/Marvell/db-88f6820-gp/Kconfig"
dd580801 733source "board/Marvell/db-mv784mp-gp/Kconfig"
dd84058d 734source "board/Marvell/gplugd/Kconfig"
dd84058d 735source "board/armadeus/apf27/Kconfig"
dd84058d
MY
736source "board/armltd/vexpress/Kconfig"
737source "board/armltd/vexpress64/Kconfig"
dd84058d 738source "board/bluegiga/apx4devkit/Kconfig"
dd84058d 739source "board/broadcom/bcm28155_ap/Kconfig"
abb1678c
SR
740source "board/broadcom/bcmcygnus/Kconfig"
741source "board/broadcom/bcmnsp/Kconfig"
dd84058d 742source "board/cirrus/edb93xx/Kconfig"
dd84058d 743source "board/compulab/cm_t335/Kconfig"
345243ed 744source "board/compulab/cm_t43/Kconfig"
dd84058d 745source "board/creative/xfi3/Kconfig"
dd84058d
MY
746source "board/denx/m28evk/Kconfig"
747source "board/denx/m53evk/Kconfig"
dd84058d 748source "board/freescale/ls2085a/Kconfig"
7288c2c2 749source "board/freescale/ls2085aqds/Kconfig"
e2b65ea9 750source "board/freescale/ls2085ardb/Kconfig"
550e3dc0 751source "board/freescale/ls1021aqds/Kconfig"
c8a7d9da 752source "board/freescale/ls1021atwr/Kconfig"
f3a8e2b7 753source "board/freescale/ls1043ardb/Kconfig"
dd84058d
MY
754source "board/freescale/mx23evk/Kconfig"
755source "board/freescale/mx25pdk/Kconfig"
756source "board/freescale/mx28evk/Kconfig"
757source "board/freescale/mx31ads/Kconfig"
758source "board/freescale/mx31pdk/Kconfig"
759source "board/freescale/mx35pdk/Kconfig"
760source "board/freescale/mx51evk/Kconfig"
761source "board/freescale/mx53ard/Kconfig"
762source "board/freescale/mx53evk/Kconfig"
763source "board/freescale/mx53loco/Kconfig"
764source "board/freescale/mx53smd/Kconfig"
dd84058d 765source "board/freescale/vf610twr/Kconfig"
dd84058d
MY
766source "board/gumstix/pepper/Kconfig"
767source "board/h2200/Kconfig"
345243ed 768source "board/hisilicon/hikey/Kconfig"
dd84058d 769source "board/imx31_phycore/Kconfig"
dd84058d 770source "board/isee/igep0033/Kconfig"
a4884831 771source "board/maxbcm/Kconfig"
dd84058d 772source "board/mpl/vcma9/Kconfig"
dd84058d 773source "board/olimex/mx23_olinuxino/Kconfig"
dd84058d 774source "board/phytec/pcm051/Kconfig"
931a1d2a 775source "board/phytec/pcm052/Kconfig"
dd84058d 776source "board/ppcag/bg0900/Kconfig"
dd84058d 777source "board/samsung/smdk2410/Kconfig"
dd84058d 778source "board/sandisk/sansa_fuze_plus/Kconfig"
dd84058d 779source "board/schulercontrol/sc_sps_1/Kconfig"
dd84058d
MY
780source "board/siemens/draco/Kconfig"
781source "board/siemens/pxm2/Kconfig"
782source "board/siemens/rut/Kconfig"
dd84058d 783source "board/silica/pengwyn/Kconfig"
dd84058d
MY
784source "board/spear/spear300/Kconfig"
785source "board/spear/spear310/Kconfig"
786source "board/spear/spear320/Kconfig"
787source "board/spear/spear600/Kconfig"
788source "board/spear/x600/Kconfig"
ed09a554 789source "board/st/stm32f429-discovery/Kconfig"
9fa32b12 790source "board/st/stv0991/Kconfig"
dd84058d 791source "board/sunxi/Kconfig"
dd84058d 792source "board/syteco/zmx25/Kconfig"
9d1b2987 793source "board/tcl/sl50/Kconfig"
dd84058d 794source "board/ti/am335x/Kconfig"
dd84058d 795source "board/ti/am43xx/Kconfig"
a2bc4321 796source "board/birdland/bav335x/Kconfig"
dd84058d
MY
797source "board/ti/ti814x/Kconfig"
798source "board/ti/ti816x/Kconfig"
dd84058d 799source "board/timll/devkit3250/Kconfig"
dd84058d 800source "board/toradex/colibri_pxa270/Kconfig"
e7b860fa 801source "board/toradex/colibri_vf/Kconfig"
9ee16897 802source "board/technologic/ts4800/Kconfig"
6ce89324 803source "board/vscom/baltos/Kconfig"
dd84058d 804source "board/woodburn/Kconfig"
412ae53a 805source "board/work-microwave/work_92105/Kconfig"
dd84058d 806
51b17d49
MY
807source "arch/arm/Kconfig.debug"
808
dd84058d 809endmenu