]> git.ipfire.org Git - people/ms/u-boot.git/blame - arch/arm/Kconfig
arm: Remove vision2 board
[people/ms/u-boot.git] / arch / arm / Kconfig
CommitLineData
dd84058d
MY
1menu "ARM architecture"
2 depends on ARM
3
4config SYS_ARCH
dd84058d
MY
5 default "arm"
6
016a954e
MY
7config ARM64
8 bool
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
2bae75a4
SR
108config TARGET_DB_88F6820_GP
109 bool "Support DB-88F6820-GP"
110 select CPU_V7
111 select SUPPORT_SPL
112
dd580801
SR
113config TARGET_DB_MV784MP_GP
114 bool "Support db-mv784mp-gp"
790f70c7 115 select CPU_V7
2554167c 116 select SUPPORT_SPL
dd580801 117
a4884831
SR
118config TARGET_MAXBCM
119 bool "Support maxbcm"
790f70c7 120 select CPU_V7
e7778ec1 121 select SUPPORT_SPL
a4884831 122
dd84058d
MY
123config TARGET_DEVKIT3250
124 bool "Support devkit3250"
2e07c249 125 select CPU_ARM926EJS
e9b3ce3f 126 select SUPPORT_SPL
dd84058d 127
412ae53a
AA
128config TARGET_WORK_92105
129 bool "Support work_92105"
130 select CPU_ARM926EJS
131 select SUPPORT_SPL
132
dd84058d
MY
133config TARGET_MX25PDK
134 bool "Support mx25pdk"
2e07c249 135 select CPU_ARM926EJS
dd84058d
MY
136
137config TARGET_TX25
138 bool "Support tx25"
2e07c249 139 select CPU_ARM926EJS
02627356 140 select SUPPORT_SPL
dd84058d
MY
141
142config TARGET_ZMX25
143 bool "Support zmx25"
2e07c249 144 select CPU_ARM926EJS
dd84058d
MY
145
146config TARGET_APF27
147 bool "Support apf27"
2e07c249 148 select CPU_ARM926EJS
02627356 149 select SUPPORT_SPL
dd84058d 150
dd84058d
MY
151config TARGET_APX4DEVKIT
152 bool "Support apx4devkit"
2e07c249 153 select CPU_ARM926EJS
02627356 154 select SUPPORT_SPL
dd84058d
MY
155
156config TARGET_XFI3
157 bool "Support xfi3"
2e07c249 158 select CPU_ARM926EJS
02627356 159 select SUPPORT_SPL
dd84058d
MY
160
161config TARGET_M28EVK
162 bool "Support m28evk"
2e07c249 163 select CPU_ARM926EJS
02627356 164 select SUPPORT_SPL
dd84058d
MY
165
166config TARGET_MX23EVK
167 bool "Support mx23evk"
2e07c249 168 select CPU_ARM926EJS
02627356 169 select SUPPORT_SPL
dd84058d
MY
170
171config TARGET_MX28EVK
172 bool "Support mx28evk"
2e07c249 173 select CPU_ARM926EJS
02627356 174 select SUPPORT_SPL
dd84058d
MY
175
176config TARGET_MX23_OLINUXINO
177 bool "Support mx23_olinuxino"
2e07c249 178 select CPU_ARM926EJS
02627356 179 select SUPPORT_SPL
dd84058d
MY
180
181config TARGET_BG0900
182 bool "Support bg0900"
2e07c249 183 select CPU_ARM926EJS
02627356 184 select SUPPORT_SPL
dd84058d
MY
185
186config TARGET_SANSA_FUZE_PLUS
187 bool "Support sansa_fuze_plus"
2e07c249 188 select CPU_ARM926EJS
02627356 189 select SUPPORT_SPL
dd84058d
MY
190
191config TARGET_SC_SPS_1
192 bool "Support sc_sps_1"
2e07c249 193 select CPU_ARM926EJS
02627356 194 select SUPPORT_SPL
dd84058d 195
22f2be7a
MY
196config ORION5X
197 bool "Marvell Orion"
2e07c249 198 select CPU_ARM926EJS
dd84058d 199
dd84058d
MY
200config TARGET_SPEAR300
201 bool "Support spear300"
2e07c249 202 select CPU_ARM926EJS
dd84058d
MY
203
204config TARGET_SPEAR310
205 bool "Support spear310"
2e07c249 206 select CPU_ARM926EJS
dd84058d
MY
207
208config TARGET_SPEAR320
209 bool "Support spear320"
2e07c249 210 select CPU_ARM926EJS
dd84058d
MY
211
212config TARGET_SPEAR600
213 bool "Support spear600"
2e07c249 214 select CPU_ARM926EJS
dd84058d 215
9fa32b12
VM
216config TARGET_STV0991
217 bool "Support stv0991"
218 select CPU_V7
cac0ca76
MY
219 select DM
220 select DM_SERIAL
e67abcaa
VM
221 select DM_SPI
222 select DM_SPI_FLASH
223 select SPI_FLASH
9fa32b12 224
dd84058d
MY
225config TARGET_X600
226 bool "Support x600"
2e07c249 227 select CPU_ARM926EJS
02627356 228 select SUPPORT_SPL
dd84058d 229
dd84058d
MY
230config TARGET_IMX31_PHYCORE
231 bool "Support imx31_phycore"
2e07c249 232 select CPU_ARM1136
dd84058d 233
dd84058d
MY
234config TARGET_MX31ADS
235 bool "Support mx31ads"
2e07c249 236 select CPU_ARM1136
dd84058d
MY
237
238config TARGET_MX31PDK
239 bool "Support mx31pdk"
2e07c249 240 select CPU_ARM1136
02627356 241 select SUPPORT_SPL
dd84058d 242
dd84058d
MY
243config TARGET_WOODBURN
244 bool "Support woodburn"
2e07c249 245 select CPU_ARM1136
dd84058d
MY
246
247config TARGET_WOODBURN_SD
248 bool "Support woodburn_sd"
2e07c249 249 select CPU_ARM1136
02627356 250 select SUPPORT_SPL
dd84058d
MY
251
252config TARGET_FLEA3
253 bool "Support flea3"
2e07c249 254 select CPU_ARM1136
dd84058d
MY
255
256config TARGET_MX35PDK
257 bool "Support mx35pdk"
2e07c249 258 select CPU_ARM1136
dd84058d 259
ddf6bd48
MY
260config ARCH_BCM283X
261 bool "Broadcom BCM283X family"
58d423b8
MY
262 select DM
263 select DM_SERIAL
264 select DM_GPIO
46414296 265
dd84058d
MY
266config TARGET_VEXPRESS_CA15_TC2
267 bool "Support vexpress_ca15_tc2"
2e07c249 268 select CPU_V7
ea624e19
HG
269 select CPU_V7_HAS_NONSEC
270 select CPU_V7_HAS_VIRT
dd84058d
MY
271
272config TARGET_VEXPRESS_CA5X2
273 bool "Support vexpress_ca5x2"
2e07c249 274 select CPU_V7
dd84058d
MY
275
276config TARGET_VEXPRESS_CA9X4
277 bool "Support vexpress_ca9x4"
2e07c249 278 select CPU_V7
dd84058d
MY
279
280config TARGET_KWB
281 bool "Support kwb"
2e07c249 282 select CPU_V7
02627356 283 select SUPPORT_SPL
dd84058d
MY
284
285config TARGET_TSERIES
286 bool "Support tseries"
2e07c249 287 select CPU_V7
02627356 288 select SUPPORT_SPL
dd84058d
MY
289
290config TARGET_CM_T335
291 bool "Support cm_t335"
2e07c249 292 select CPU_V7
02627356 293 select SUPPORT_SPL
58d423b8
MY
294 select DM
295 select DM_SERIAL
296 select DM_GPIO
dd84058d
MY
297
298config TARGET_PEPPER
299 bool "Support pepper"
2e07c249 300 select CPU_V7
02627356 301 select SUPPORT_SPL
58d423b8
MY
302 select DM
303 select DM_SERIAL
304 select DM_GPIO
dd84058d
MY
305
306config TARGET_AM335X_IGEP0033
307 bool "Support am335x_igep0033"
2e07c249 308 select CPU_V7
02627356 309 select SUPPORT_SPL
58d423b8
MY
310 select DM
311 select DM_SERIAL
312 select DM_GPIO
dd84058d
MY
313
314config TARGET_PCM051
315 bool "Support pcm051"
2e07c249 316 select CPU_V7
02627356 317 select SUPPORT_SPL
58d423b8
MY
318 select DM
319 select DM_SERIAL
320 select DM_GPIO
dd84058d
MY
321
322config TARGET_DRACO
323 bool "Support draco"
2e07c249 324 select CPU_V7
02627356 325 select SUPPORT_SPL
dd84058d 326
8c65a2fa
HS
327config TARGET_THUBAN
328 bool "Support thuban"
2e07c249 329 select CPU_V7
02627356 330 select SUPPORT_SPL
dd84058d 331
578056c3
HS
332config TARGET_RASTABAN
333 bool "Support rastaban"
334 select CPU_V7
335 select SUPPORT_SPL
336
dd84058d
MY
337config TARGET_PXM2
338 bool "Support pxm2"
2e07c249 339 select CPU_V7
02627356 340 select SUPPORT_SPL
dd84058d
MY
341
342config TARGET_RUT
343 bool "Support rut"
2e07c249 344 select CPU_V7
02627356 345 select SUPPORT_SPL
dd84058d
MY
346
347config TARGET_PENGWYN
348 bool "Support pengwyn"
2e07c249 349 select CPU_V7
02627356 350 select SUPPORT_SPL
58d423b8
MY
351 select DM
352 select DM_SERIAL
353 select DM_GPIO
dd84058d 354
6ce89324
YY
355config TARGET_AM335X_BALTOS
356 bool "Support am335x_baltos"
357 select CPU_V7
358 select SUPPORT_SPL
359 select DM
360 select DM_SERIAL
361 select DM_GPIO
362
dd84058d
MY
363config TARGET_AM335X_EVM
364 bool "Support am335x_evm"
2e07c249 365 select CPU_V7
02627356 366 select SUPPORT_SPL
58d423b8
MY
367 select DM
368 select DM_SERIAL
369 select DM_GPIO
dd84058d
MY
370
371config TARGET_AM43XX_EVM
372 bool "Support am43xx_evm"
2e07c249 373 select CPU_V7
02627356 374 select SUPPORT_SPL
dd84058d 375
a2bc4321
GG
376config TARGET_BAV335X
377 bool "Support bav335x"
378 select CPU_V7
379 select SUPPORT_SPL
93a35382
MY
380 select DM
381 select DM_SERIAL
a2bc4321
GG
382 help
383 The BAV335x OEM Network Processor integrates all the functions of an
384 embedded network computer in a small, easy to use SODIMM module which
385 incorporates the popular Texas Instruments Sitara 32bit ARM Coretex-A8
386 processor, with fast DDR3 512MB SDRAM, 4GB of embedded MMC and a Gigabit
387 ethernet with simple connection to external connectors.
388
389 For more information, visit: http://birdland.com/oem
390
dd84058d
MY
391config TARGET_TI814X_EVM
392 bool "Support ti814x_evm"
2e07c249 393 select CPU_V7
02627356 394 select SUPPORT_SPL
dd84058d
MY
395
396config TARGET_TI816X_EVM
397 bool "Support ti816x_evm"
2e07c249 398 select CPU_V7
02627356 399 select SUPPORT_SPL
dd84058d 400
dd84058d
MY
401config TARGET_BCM28155_AP
402 bool "Support bcm28155_ap"
2e07c249 403 select CPU_V7
dd84058d 404
abb1678c
SR
405config TARGET_BCMCYGNUS
406 bool "Support bcmcygnus"
2e07c249 407 select CPU_V7
9dec5270 408
abb1678c
SR
409config TARGET_BCMNSP
410 bool "Support bcmnsp"
2e07c249 411 select CPU_V7
9dec5270 412
72df68cc
MY
413config ARCH_EXYNOS
414 bool "Samsung EXYNOS"
2e07c249 415 select CPU_V7
58d423b8
MY
416 select DM
417 select DM_SPI_FLASH
418 select DM_SERIAL
419 select DM_SPI
420 select DM_GPIO
dd84058d 421
311757be
SG
422config ARCH_S5PC1XX
423 bool "Samsung S5PC1XX"
2e07c249 424 select CPU_V7
58d423b8
MY
425 select DM
426 select DM_SERIAL
427 select DM_GPIO
311757be 428
ef2b694c
MY
429config ARCH_HIGHBANK
430 bool "Calxeda Highbank"
2e07c249 431 select CPU_V7
dd84058d 432
5cbbd9bd
MY
433config ARCH_INTEGRATOR
434 bool "ARM Ltd. Integrator family"
3f394e70
LW
435 select DM
436 select DM_SERIAL
5cbbd9bd 437
c338f09e
MY
438config ARCH_KEYSTONE
439 bool "TI Keystone"
2e07c249 440 select CPU_V7
02627356 441 select SUPPORT_SPL
dd84058d 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
45368827 519 select USB
de1502c9 520 select USB_STORAGE
ab27f30b 521 select USB_KEYBOARD
8ebe4f42 522
9ee16897
LQ
523config TARGET_TS4800
524 bool "Support TS4800"
525 select CPU_V7
526
dd84058d
MY
527config TARGET_VF610TWR
528 bool "Support vf610twr"
2e07c249 529 select CPU_V7
dd84058d 530
e7b860fa
SM
531config TARGET_COLIBRI_VF
532 bool "Support Colibri VF50/61"
533 select CPU_V7
534
5ca269a4 535config ARCH_ZYNQ
44dcb403 536 bool "Xilinx Zynq Platform"
2e07c249 537 select CPU_V7
02627356 538 select SUPPORT_SPL
d065cfd9 539 select OF_CONTROL
8981f05c 540 select DM
9f7a4502
JT
541 select DM_SPI
542 select DM_SPI_FLASH
dd84058d 543
0b54a9dd 544config ARCH_ZYNQMP
84c7204b
MS
545 bool "Support Xilinx ZynqMP Platform"
546 select ARM64
547
ddd960e6
MY
548config TEGRA
549 bool "NVIDIA Tegra"
dd84058d 550
f91afc4d 551config TARGET_VEXPRESS64_AEMV8A
dd84058d 552 bool "Support vexpress_aemv8a"
016a954e 553 select ARM64
dd84058d 554
f91afc4d
LW
555config TARGET_VEXPRESS64_BASE_FVP
556 bool "Support Versatile Express ARMv8a FVP BASE model"
557 select ARM64
558 select SEMIHOSTING
559
ffc10373
LW
560config TARGET_VEXPRESS64_JUNO
561 bool "Support Versatile Express Juno Development Platform"
562 select ARM64
563
dd84058d
MY
564config TARGET_LS2085A_EMU
565 bool "Support ls2085a_emu"
016a954e 566 select ARM64
23b5877c 567 select ARMV8_MULTIENTRY
dd84058d
MY
568
569config TARGET_LS2085A_SIMU
570 bool "Support ls2085a_simu"
016a954e 571 select ARM64
23b5877c 572 select ARMV8_MULTIENTRY
dd84058d 573
7288c2c2
YS
574config TARGET_LS2085AQDS
575 bool "Support ls2085aqds"
576 select ARM64
577 select ARMV8_MULTIENTRY
b2d5ac59 578 select SUPPORT_SPL
7288c2c2
YS
579 help
580 Support for Freescale LS2085AQDS platform
581 The LS2085A Development System (QDS) is a high-performance
582 development platform that supports the QorIQ LS2085A
583 Layerscape Architecture processor.
584
e2b65ea9
YS
585config TARGET_LS2085ARDB
586 bool "Support ls2085ardb"
587 select ARM64
588 select ARMV8_MULTIENTRY
32eda7cc 589 select SUPPORT_SPL
e2b65ea9
YS
590 help
591 Support for Freescale LS2085ARDB platform.
592 The LS2085A Reference design board (RDB) is a high-performance
593 development platform that supports the QorIQ LS2085A
594 Layerscape Architecture processor.
595
11ac2363
PG
596config TARGET_HIKEY
597 bool "Support HiKey 96boards Consumer Edition Platform"
598 select ARM64
599 help
600 Support for HiKey 96boards platform. It features a HI6220
601 SoC, with 8xA53 CPU, mali450 gpu, and 1GB RAM.
602
550e3dc0 603config TARGET_LS1021AQDS
0de15707 604 bool "Support ls1021aqds"
2e07c249 605 select CPU_V7
50f0c663 606 select SUPPORT_SPL
550e3dc0 607
c8a7d9da 608config TARGET_LS1021ATWR
0de15707 609 bool "Support ls1021atwr"
2e07c249 610 select CPU_V7
50f0c663 611 select SUPPORT_SPL
c8a7d9da 612
dd84058d
MY
613config TARGET_H2200
614 bool "Support h2200"
2e07c249 615 select CPU_PXA
dd84058d 616
dd84058d
MY
617config TARGET_PALMTREO680
618 bool "Support palmtreo680"
2e07c249 619 select CPU_PXA
02627356 620 select SUPPORT_SPL
dd84058d 621
dd84058d
MY
622config TARGET_VPAC270
623 bool "Support vpac270"
2e07c249 624 select CPU_PXA
02627356 625 select SUPPORT_SPL
dd84058d
MY
626
627config TARGET_XAENIAX
628 bool "Support xaeniax"
2e07c249 629 select CPU_PXA
dd84058d 630
dd84058d
MY
631config TARGET_COLIBRI_PXA270
632 bool "Support colibri_pxa270"
2e07c249 633 select CPU_PXA
dd84058d 634
66cba041 635config ARCH_UNIPHIER
b6ef3a3f 636 bool "Socionext UniPhier SoCs"
2e07c249 637 select CPU_V7
02627356 638 select SUPPORT_SPL
992e8748 639 select SPL
d648964f 640 select OF_CONTROL
f4e190e3 641 select SPL_OF_CONTROL
4e819950 642 select DM
9271614e 643 select SPL_DM
4e819950
MY
644 select DM_SERIAL
645 select DM_I2C
b6ef3a3f
MY
646 help
647 Support for UniPhier SoC family developed by Socionext Inc.
648 (formerly, System LSI Business Division of Panasonic Corporation)
66cba041 649
ed09a554 650config TARGET_STM32F429_DISCOVERY
651 bool "Support STM32F429 Discovery"
652 select CPU_V7M
653
2444dae5
SG
654config ARCH_ROCKCHIP
655 bool "Support Rockchip SoCs"
656 select SUPPORT_SPL
657 select SPL
658 select OF_CONTROL
659 select CPU_V7
660 select DM
661
dd84058d
MY
662endchoice
663
4614b891
MY
664source "arch/arm/mach-at91/Kconfig"
665
ddf6bd48 666source "arch/arm/mach-bcm283x/Kconfig"
3491ba63 667
ddf6bd48 668source "arch/arm/mach-davinci/Kconfig"
34e609ca 669
77b55e8c 670source "arch/arm/mach-exynos/Kconfig"
72df68cc 671
72a8ff4b 672source "arch/arm/mach-highbank/Kconfig"
ef2b694c 673
5cbbd9bd
MY
674source "arch/arm/mach-integrator/Kconfig"
675
39a72345 676source "arch/arm/mach-keystone/Kconfig"
c338f09e 677
56f86e39 678source "arch/arm/mach-kirkwood/Kconfig"
47539e23 679
89ebc821
BB
680source "arch/arm/cpu/armv7/mx6/Kconfig"
681
424ee3d1
AR
682source "arch/arm/cpu/armv7/mx5/Kconfig"
683
3cfbcb58
MY
684source "arch/arm/cpu/armv7/omap3/Kconfig"
685
d08215a5
MY
686source "arch/arm/cpu/armv7/omap4/Kconfig"
687
6c5431ac
MY
688source "arch/arm/cpu/armv7/omap5/Kconfig"
689
3e93b4e6 690source "arch/arm/mach-orion5x/Kconfig"
22f2be7a 691
f40b9898
MY
692source "arch/arm/cpu/armv7/rmobile/Kconfig"
693
2444dae5
SG
694source "arch/arm/mach-rockchip/Kconfig"
695
311757be
SG
696source "arch/arm/cpu/armv7/s5pc1xx/Kconfig"
697
7865f4b0
MY
698source "arch/arm/mach-socfpga/Kconfig"
699
09f455dc 700source "arch/arm/mach-tegra/Kconfig"
ddd960e6 701
4c425570 702source "arch/arm/mach-uniphier/Kconfig"
66cba041 703
0107f240 704source "arch/arm/mach-zynq/Kconfig"
ddd960e6 705
ea624e19
HG
706source "arch/arm/cpu/armv7/Kconfig"
707
75580007
SDPP
708source "arch/arm/cpu/armv8/zynqmp/Kconfig"
709
23b5877c
LW
710source "arch/arm/cpu/armv8/Kconfig"
711
a05a6045
BB
712source "arch/arm/imx-common/Kconfig"
713
dd84058d
MY
714source "board/BuR/kwb/Kconfig"
715source "board/BuR/tseries/Kconfig"
dd84058d 716source "board/CarMediaLab/flea3/Kconfig"
dd84058d 717source "board/Marvell/aspenite/Kconfig"
2bae75a4 718source "board/Marvell/db-88f6820-gp/Kconfig"
dd580801 719source "board/Marvell/db-mv784mp-gp/Kconfig"
dd84058d 720source "board/Marvell/gplugd/Kconfig"
dd84058d 721source "board/armadeus/apf27/Kconfig"
dd84058d
MY
722source "board/armltd/vexpress/Kconfig"
723source "board/armltd/vexpress64/Kconfig"
dd84058d 724source "board/bluegiga/apx4devkit/Kconfig"
dd84058d 725source "board/broadcom/bcm28155_ap/Kconfig"
abb1678c
SR
726source "board/broadcom/bcmcygnus/Kconfig"
727source "board/broadcom/bcmnsp/Kconfig"
dd84058d 728source "board/cirrus/edb93xx/Kconfig"
dd84058d 729source "board/compulab/cm_t335/Kconfig"
345243ed 730source "board/compulab/cm_t43/Kconfig"
dd84058d 731source "board/creative/xfi3/Kconfig"
dd84058d
MY
732source "board/denx/m28evk/Kconfig"
733source "board/denx/m53evk/Kconfig"
dd84058d 734source "board/freescale/ls2085a/Kconfig"
7288c2c2 735source "board/freescale/ls2085aqds/Kconfig"
e2b65ea9 736source "board/freescale/ls2085ardb/Kconfig"
550e3dc0 737source "board/freescale/ls1021aqds/Kconfig"
c8a7d9da 738source "board/freescale/ls1021atwr/Kconfig"
dd84058d
MY
739source "board/freescale/mx23evk/Kconfig"
740source "board/freescale/mx25pdk/Kconfig"
741source "board/freescale/mx28evk/Kconfig"
742source "board/freescale/mx31ads/Kconfig"
743source "board/freescale/mx31pdk/Kconfig"
744source "board/freescale/mx35pdk/Kconfig"
745source "board/freescale/mx51evk/Kconfig"
746source "board/freescale/mx53ard/Kconfig"
747source "board/freescale/mx53evk/Kconfig"
748source "board/freescale/mx53loco/Kconfig"
749source "board/freescale/mx53smd/Kconfig"
dd84058d 750source "board/freescale/vf610twr/Kconfig"
dd84058d
MY
751source "board/gumstix/pepper/Kconfig"
752source "board/h2200/Kconfig"
345243ed 753source "board/hisilicon/hikey/Kconfig"
dd84058d 754source "board/imx31_phycore/Kconfig"
dd84058d 755source "board/isee/igep0033/Kconfig"
dd84058d 756source "board/karo/tx25/Kconfig"
a4884831 757source "board/maxbcm/Kconfig"
dd84058d 758source "board/mpl/vcma9/Kconfig"
dd84058d 759source "board/olimex/mx23_olinuxino/Kconfig"
dd84058d 760source "board/palmtreo680/Kconfig"
dd84058d
MY
761source "board/phytec/pcm051/Kconfig"
762source "board/ppcag/bg0900/Kconfig"
dd84058d 763source "board/samsung/smdk2410/Kconfig"
dd84058d 764source "board/sandisk/sansa_fuze_plus/Kconfig"
dd84058d 765source "board/schulercontrol/sc_sps_1/Kconfig"
dd84058d
MY
766source "board/siemens/draco/Kconfig"
767source "board/siemens/pxm2/Kconfig"
768source "board/siemens/rut/Kconfig"
dd84058d 769source "board/silica/pengwyn/Kconfig"
dd84058d
MY
770source "board/spear/spear300/Kconfig"
771source "board/spear/spear310/Kconfig"
772source "board/spear/spear320/Kconfig"
773source "board/spear/spear600/Kconfig"
774source "board/spear/x600/Kconfig"
ed09a554 775source "board/st/stm32f429-discovery/Kconfig"
9fa32b12 776source "board/st/stv0991/Kconfig"
dd84058d 777source "board/sunxi/Kconfig"
dd84058d 778source "board/syteco/zmx25/Kconfig"
dd84058d 779source "board/ti/am335x/Kconfig"
dd84058d 780source "board/ti/am43xx/Kconfig"
a2bc4321 781source "board/birdland/bav335x/Kconfig"
dd84058d
MY
782source "board/ti/ti814x/Kconfig"
783source "board/ti/ti816x/Kconfig"
dd84058d 784source "board/timll/devkit3250/Kconfig"
dd84058d 785source "board/toradex/colibri_pxa270/Kconfig"
e7b860fa 786source "board/toradex/colibri_vf/Kconfig"
9ee16897 787source "board/technologic/ts4800/Kconfig"
dd84058d 788source "board/vpac270/Kconfig"
6ce89324 789source "board/vscom/baltos/Kconfig"
dd84058d 790source "board/woodburn/Kconfig"
412ae53a 791source "board/work-microwave/work_92105/Kconfig"
dd84058d 792source "board/xaeniax/Kconfig"
dd84058d 793
51b17d49
MY
794source "arch/arm/Kconfig.debug"
795
dd84058d 796endmenu