]> git.ipfire.org Git - people/ms/u-boot.git/blob - arch/arm/Kconfig
armv8: ls1012a: Add support of ls1012ardb board
[people/ms/u-boot.git] / arch / arm / Kconfig
1 menu "ARM architecture"
2 depends on ARM
3
4 config SYS_ARCH
5 default "arm"
6
7 config ARM64
8 bool
9
10 config DMA_ADDR_T_64BIT
11 bool
12 default y if ARM64
13
14 config HAS_VBAR
15 bool
16
17 config HAS_THUMB2
18 bool
19
20 config CPU_ARM720T
21 bool
22
23 config CPU_ARM920T
24 bool
25
26 config CPU_ARM926EJS
27 bool
28
29 config CPU_ARM946ES
30 bool
31
32 config CPU_ARM1136
33 bool
34
35 config CPU_ARM1176
36 bool
37 select HAS_VBAR
38
39 config CPU_V7
40 bool
41 select HAS_VBAR
42 select HAS_THUMB2
43
44 config CPU_V7M
45 bool
46 select HAS_THUMB2
47
48 config CPU_PXA
49 bool
50
51 config CPU_SA1100
52 bool
53
54 config SYS_CPU
55 default "arm720t" if CPU_ARM720T
56 default "arm920t" if CPU_ARM920T
57 default "arm926ejs" if CPU_ARM926EJS
58 default "arm946es" if CPU_ARM946ES
59 default "arm1136" if CPU_ARM1136
60 default "arm1176" if CPU_ARM1176
61 default "armv7" if CPU_V7
62 default "armv7m" if CPU_V7M
63 default "pxa" if CPU_PXA
64 default "sa1100" if CPU_SA1100
65 default "armv8" if ARM64
66
67 config SEMIHOSTING
68 bool "support boot from semihosting"
69 help
70 In emulated environments, semihosting is a way for
71 the hosted environment to call out to the emulator to
72 retrieve files from the host machine.
73
74 config SYS_L2CACHE_OFF
75 bool "L2cache off"
76 help
77 If SoC does not support L2CACHE or one do not want to enable
78 L2CACHE, choose this option.
79
80 choice
81 prompt "Target select"
82 default TARGET_HIKEY
83
84 config ARCH_AT91
85 bool "Atmel AT91"
86
87 config TARGET_EDB93XX
88 bool "Support edb93xx"
89 select CPU_ARM920T
90
91 config TARGET_VCMA9
92 bool "Support VCMA9"
93 select CPU_ARM920T
94
95 config TARGET_SMDK2410
96 bool "Support smdk2410"
97 select CPU_ARM920T
98
99 config TARGET_ASPENITE
100 bool "Support aspenite"
101 select CPU_ARM926EJS
102
103 config TARGET_GPLUGD
104 bool "Support gplugd"
105 select CPU_ARM926EJS
106
107 config ARCH_DAVINCI
108 bool "TI DaVinci"
109 select CPU_ARM926EJS
110 help
111 Support for TI's DaVinci platform.
112
113 config KIRKWOOD
114 bool "Marvell Kirkwood"
115 select CPU_ARM926EJS
116
117 config ARCH_MVEBU
118 bool "Marvell MVEBU family (Armada XP/375/38x)"
119 select CPU_V7
120 select SUPPORT_SPL
121 select OF_CONTROL
122 select OF_SEPARATE
123 select DM
124 select DM_ETH
125 select DM_SERIAL
126 select DM_SPI
127 select DM_SPI_FLASH
128 select SPL_DM
129 select SPL_DM_SEQ_ALIAS
130 select SPL_OF_CONTROL
131 select SPL_SIMPLE_BUS
132
133 config TARGET_DEVKIT3250
134 bool "Support devkit3250"
135 select CPU_ARM926EJS
136 select SUPPORT_SPL
137
138 config TARGET_WORK_92105
139 bool "Support work_92105"
140 select CPU_ARM926EJS
141 select SUPPORT_SPL
142
143 config TARGET_MX25PDK
144 bool "Support mx25pdk"
145 select CPU_ARM926EJS
146
147 config TARGET_ZMX25
148 bool "Support zmx25"
149 select CPU_ARM926EJS
150
151 config TARGET_APF27
152 bool "Support apf27"
153 select CPU_ARM926EJS
154 select SUPPORT_SPL
155
156 config TARGET_APX4DEVKIT
157 bool "Support apx4devkit"
158 select CPU_ARM926EJS
159 select SUPPORT_SPL
160
161 config TARGET_XFI3
162 bool "Support xfi3"
163 select CPU_ARM926EJS
164 select SUPPORT_SPL
165
166 config TARGET_M28EVK
167 bool "Support m28evk"
168 select CPU_ARM926EJS
169 select SUPPORT_SPL
170
171 config TARGET_MX23EVK
172 bool "Support mx23evk"
173 select CPU_ARM926EJS
174 select SUPPORT_SPL
175
176 config TARGET_MX28EVK
177 bool "Support mx28evk"
178 select CPU_ARM926EJS
179 select SUPPORT_SPL
180
181 config TARGET_MX23_OLINUXINO
182 bool "Support mx23_olinuxino"
183 select CPU_ARM926EJS
184 select SUPPORT_SPL
185
186 config TARGET_BG0900
187 bool "Support bg0900"
188 select CPU_ARM926EJS
189 select SUPPORT_SPL
190
191 config TARGET_SANSA_FUZE_PLUS
192 bool "Support sansa_fuze_plus"
193 select CPU_ARM926EJS
194 select SUPPORT_SPL
195
196 config TARGET_SC_SPS_1
197 bool "Support sc_sps_1"
198 select CPU_ARM926EJS
199 select SUPPORT_SPL
200
201 config ORION5X
202 bool "Marvell Orion"
203 select CPU_ARM926EJS
204
205 config TARGET_SPEAR300
206 bool "Support spear300"
207 select CPU_ARM926EJS
208
209 config TARGET_SPEAR310
210 bool "Support spear310"
211 select CPU_ARM926EJS
212
213 config TARGET_SPEAR320
214 bool "Support spear320"
215 select CPU_ARM926EJS
216
217 config TARGET_SPEAR600
218 bool "Support spear600"
219 select CPU_ARM926EJS
220
221 config TARGET_STV0991
222 bool "Support stv0991"
223 select CPU_V7
224 select DM
225 select DM_SERIAL
226 select DM_SPI
227 select DM_SPI_FLASH
228 select SPI_FLASH
229
230 config TARGET_X600
231 bool "Support x600"
232 select CPU_ARM926EJS
233 select SUPPORT_SPL
234
235 config TARGET_IMX31_PHYCORE
236 bool "Support imx31_phycore"
237 select CPU_ARM1136
238
239 config TARGET_MX31ADS
240 bool "Support mx31ads"
241 select CPU_ARM1136
242
243 config TARGET_MX31PDK
244 bool "Support mx31pdk"
245 select CPU_ARM1136
246 select SUPPORT_SPL
247
248 config TARGET_WOODBURN
249 bool "Support woodburn"
250 select CPU_ARM1136
251
252 config TARGET_WOODBURN_SD
253 bool "Support woodburn_sd"
254 select CPU_ARM1136
255 select SUPPORT_SPL
256
257 config TARGET_FLEA3
258 bool "Support flea3"
259 select CPU_ARM1136
260
261 config TARGET_MX35PDK
262 bool "Support mx35pdk"
263 select CPU_ARM1136
264
265 config ARCH_BCM283X
266 bool "Broadcom BCM283X family"
267 select DM
268 select DM_SERIAL
269 select DM_GPIO
270
271 config TARGET_VEXPRESS_CA15_TC2
272 bool "Support vexpress_ca15_tc2"
273 select CPU_V7
274 select CPU_V7_HAS_NONSEC
275 select CPU_V7_HAS_VIRT
276
277 config TARGET_VEXPRESS_CA5X2
278 bool "Support vexpress_ca5x2"
279 select CPU_V7
280
281 config TARGET_VEXPRESS_CA9X4
282 bool "Support vexpress_ca9x4"
283 select CPU_V7
284
285 config TARGET_KWB
286 bool "Support kwb"
287 select CPU_V7
288 select SUPPORT_SPL
289
290 config TARGET_TSERIES
291 bool "Support tseries"
292 select CPU_V7
293 select SUPPORT_SPL
294
295 config TARGET_CM_T335
296 bool "Support cm_t335"
297 select CPU_V7
298 select SUPPORT_SPL
299 select DM
300 select DM_SERIAL
301 select DM_GPIO
302
303 config TARGET_PEPPER
304 bool "Support pepper"
305 select CPU_V7
306 select SUPPORT_SPL
307 select DM
308 select DM_SERIAL
309 select DM_GPIO
310
311 config TARGET_AM335X_IGEP0033
312 bool "Support am335x_igep0033"
313 select CPU_V7
314 select SUPPORT_SPL
315 select DM
316 select DM_SERIAL
317 select DM_GPIO
318
319 config TARGET_PCM051
320 bool "Support pcm051"
321 select CPU_V7
322 select SUPPORT_SPL
323 select DM
324 select DM_SERIAL
325 select DM_GPIO
326
327 config TARGET_DRACO
328 bool "Support draco"
329 select CPU_V7
330 select SUPPORT_SPL
331
332 config TARGET_THUBAN
333 bool "Support thuban"
334 select CPU_V7
335 select SUPPORT_SPL
336
337 config TARGET_RASTABAN
338 bool "Support rastaban"
339 select CPU_V7
340 select SUPPORT_SPL
341
342 config TARGET_PXM2
343 bool "Support pxm2"
344 select CPU_V7
345 select SUPPORT_SPL
346
347 config TARGET_RUT
348 bool "Support rut"
349 select CPU_V7
350 select SUPPORT_SPL
351
352 config TARGET_PENGWYN
353 bool "Support pengwyn"
354 select CPU_V7
355 select SUPPORT_SPL
356 select DM
357 select DM_SERIAL
358 select DM_GPIO
359
360 config TARGET_AM335X_BALTOS
361 bool "Support am335x_baltos"
362 select CPU_V7
363 select SUPPORT_SPL
364 select DM
365 select DM_SERIAL
366 select DM_GPIO
367
368 config TARGET_AM335X_EVM
369 bool "Support am335x_evm"
370 select CPU_V7
371 select SUPPORT_SPL
372 select DM
373 select DM_SERIAL
374 select DM_GPIO
375 select TI_I2C_BOARD_DETECT
376
377 config TARGET_AM335X_SL50
378 bool "Support am335x_sl50"
379 select CPU_V7
380 select SUPPORT_SPL
381 select DM
382 select DM_SERIAL
383
384 config TARGET_BAV335X
385 bool "Support bav335x"
386 select CPU_V7
387 select SUPPORT_SPL
388 select DM
389 select DM_SERIAL
390 help
391 The BAV335x OEM Network Processor integrates all the functions of an
392 embedded network computer in a small, easy to use SODIMM module which
393 incorporates the popular Texas Instruments Sitara 32bit ARM Coretex-A8
394 processor, with fast DDR3 512MB SDRAM, 4GB of embedded MMC and a Gigabit
395 ethernet with simple connection to external connectors.
396
397 For more information, visit: http://birdland.com/oem
398
399 config TARGET_TI814X_EVM
400 bool "Support ti814x_evm"
401 select CPU_V7
402 select SUPPORT_SPL
403
404 config TARGET_TI816X_EVM
405 bool "Support ti816x_evm"
406 select CPU_V7
407 select SUPPORT_SPL
408
409 config TARGET_BCM28155_AP
410 bool "Support bcm28155_ap"
411 select CPU_V7
412
413 config TARGET_BCMCYGNUS
414 bool "Support bcmcygnus"
415 select CPU_V7
416
417 config TARGET_BCMNSP
418 bool "Support bcmnsp"
419 select CPU_V7
420
421 config ARCH_EXYNOS
422 bool "Samsung EXYNOS"
423 select CPU_V7
424 select DM
425 select DM_SPI_FLASH
426 select DM_SERIAL
427 select DM_SPI
428 select DM_GPIO
429 select DM_KEYBOARD
430
431 config ARCH_S5PC1XX
432 bool "Samsung S5PC1XX"
433 select CPU_V7
434 select DM
435 select DM_SERIAL
436 select DM_GPIO
437
438 config ARCH_HIGHBANK
439 bool "Calxeda Highbank"
440 select CPU_V7
441
442 config ARCH_INTEGRATOR
443 bool "ARM Ltd. Integrator family"
444 select DM
445 select DM_SERIAL
446
447 config ARCH_KEYSTONE
448 bool "TI Keystone"
449 select CPU_V7
450 select SUPPORT_SPL
451 select CMD_POWEROFF
452
453 config ARCH_MESON
454 bool "Amlogic Meson"
455 help
456 Support for the Meson SoC family developed by Amlogic Inc.,
457 targeted at media players and tablet computers. We currently
458 support the S905 (GXBaby) 64-bit SoC.
459
460 config ARCH_MX7
461 bool "Freescale MX7"
462 select CPU_V7
463
464 config ARCH_MX6
465 bool "Freescale MX6"
466 select CPU_V7
467
468 config ARCH_MX5
469 bool "Freescale MX5"
470 select CPU_V7
471
472 config TARGET_M53EVK
473 bool "Support m53evk"
474 select CPU_V7
475 select SUPPORT_SPL
476
477 config TARGET_MX51EVK
478 bool "Support mx51evk"
479 select CPU_V7
480
481 config TARGET_MX53ARD
482 bool "Support mx53ard"
483 select CPU_V7
484
485 config TARGET_MX53EVK
486 bool "Support mx53evk"
487 select CPU_V7
488
489 config TARGET_MX53LOCO
490 bool "Support mx53loco"
491 select CPU_V7
492
493 config TARGET_MX53SMD
494 bool "Support mx53smd"
495 select CPU_V7
496
497 config OMAP34XX
498 bool "OMAP34XX SoC"
499 select CPU_V7
500
501 config OMAP44XX
502 bool "OMAP44XX SoC"
503 select CPU_V7
504 select SUPPORT_SPL
505
506 config OMAP54XX
507 bool "OMAP54XX SoC"
508 select CPU_V7
509 select SUPPORT_SPL
510
511 config AM43XX
512 bool "AM43XX SoC"
513 select CPU_V7
514 select SUPPORT_SPL
515 help
516 Support for AM43xx SOC from Texas Instruments.
517 The AM43xx high performance SOC features a Cortex-A9
518 ARM core, a quad core PRU-ICSS for industrial Ethernet
519 protocols, dual camera support, optional 3D graphics
520 and an optional customer programmable secure boot.
521
522 config RMOBILE
523 bool "Renesas ARM SoCs"
524 select CPU_V7
525
526 config ARCH_SNAPDRAGON
527 bool "Qualcomm Snapdragon SoCs"
528 select ARM64
529 select DM
530 select DM_GPIO
531 select DM_SERIAL
532 select SPMI
533 select OF_CONTROL
534 select OF_SEPARATE
535
536 config ARCH_SOCFPGA
537 bool "Altera SOCFPGA family"
538 select CPU_V7
539 select SUPPORT_SPL
540 select OF_CONTROL
541 select SPL_OF_CONTROL
542 select DM
543 select DM_SPI_FLASH
544 select DM_SPI
545
546 config TARGET_CM_T43
547 bool "Support cm_t43"
548 select CPU_V7
549 select SUPPORT_SPL
550
551 config ARCH_SUNXI
552 bool "Support sunxi (Allwinner) SoCs"
553 select CMD_BOOTZ
554 select CMD_DHCP
555 select CMD_EXT2
556 select CMD_EXT4
557 select CMD_FAT
558 select CMD_FS_GENERIC
559 select CMD_GPIO
560 select CMD_MII
561 select CMD_MMC if MMC
562 select CMD_PING
563 select CMD_USB
564 select DM
565 select DM_ETH
566 select DM_GPIO
567 select DM_KEYBOARD
568 select DM_SERIAL
569 select DM_USB
570 select HUSH_PARSER
571 select OF_BOARD_SETUP
572 select OF_CONTROL
573 select OF_SEPARATE
574 select SPL_STACK_R if SUPPORT_SPL
575 select SPL_SYS_MALLOC_SIMPLE if SUPPORT_SPL
576 select SYS_NS16550
577 select USB
578 select USB_STORAGE
579 select USB_KEYBOARD
580
581 config TARGET_TS4800
582 bool "Support TS4800"
583 select CPU_V7
584
585 config TARGET_VF610TWR
586 bool "Support vf610twr"
587 select CPU_V7
588
589 config TARGET_COLIBRI_VF
590 bool "Support Colibri VF50/61"
591 select CPU_V7
592
593 config TARGET_PCM052
594 bool "Support pcm-052"
595 select CPU_V7
596
597 config ARCH_ZYNQ
598 bool "Xilinx Zynq Platform"
599 select CPU_V7
600 select SUPPORT_SPL
601 select OF_CONTROL
602 select SPL_OF_CONTROL if SPL
603 select DM
604 select DM_ETH
605 select DM_GPIO
606 select SPL_DM if SPL
607 select DM_MMC
608 select DM_SPI
609 select DM_SERIAL
610 select DM_SPI_FLASH
611 select SPL_SEPARATE_BSS if SPL
612
613 config ARCH_ZYNQMP
614 bool "Support Xilinx ZynqMP Platform"
615 select ARM64
616 select DM
617 select OF_CONTROL
618 select DM_SERIAL
619 select SUPPORT_SPL
620
621 config TEGRA
622 bool "NVIDIA Tegra"
623
624 config TARGET_VEXPRESS64_AEMV8A
625 bool "Support vexpress_aemv8a"
626 select ARM64
627
628 config TARGET_VEXPRESS64_BASE_FVP
629 bool "Support Versatile Express ARMv8a FVP BASE model"
630 select ARM64
631 select SEMIHOSTING
632
633 config TARGET_VEXPRESS64_BASE_FVP_DRAM
634 bool "Support Versatile Express ARMv8a FVP BASE model booting from DRAM"
635 select ARM64
636 help
637 This target is derived from TARGET_VEXPRESS64_BASE_FVP and over-rides
638 the default config to allow the user to load the images directly into
639 DRAM using model parameters rather than by using semi-hosting to load
640 the files from the host filesystem.
641
642 config TARGET_VEXPRESS64_JUNO
643 bool "Support Versatile Express Juno Development Platform"
644 select ARM64
645
646 config TARGET_LS2080A_EMU
647 bool "Support ls2080a_emu"
648 select ARM64
649 select ARMV8_MULTIENTRY
650 help
651 Support for Freescale LS2080A_EMU platform
652 The LS2080A Development System (EMULATOR) is a pre silicon
653 development platform that supports the QorIQ LS2080A
654 Layerscape Architecture processor.
655
656 config TARGET_LS2080A_SIMU
657 bool "Support ls2080a_simu"
658 select ARM64
659 select ARMV8_MULTIENTRY
660 help
661 Support for Freescale LS2080A_SIMU platform
662 The LS2080A Development System (QDS) is a pre silicon
663 development platform that supports the QorIQ LS2080A
664 Layerscape Architecture processor.
665
666 config TARGET_LS2080AQDS
667 bool "Support ls2080aqds"
668 select ARM64
669 select ARMV8_MULTIENTRY
670 select SUPPORT_SPL
671 help
672 Support for Freescale LS2080AQDS platform
673 The LS2080A Development System (QDS) is a high-performance
674 development platform that supports the QorIQ LS2080A
675 Layerscape Architecture processor.
676
677 config TARGET_LS2080ARDB
678 bool "Support ls2080ardb"
679 select ARM64
680 select ARMV8_MULTIENTRY
681 select SUPPORT_SPL
682 help
683 Support for Freescale LS2080ARDB platform.
684 The LS2080A Reference design board (RDB) is a high-performance
685 development platform that supports the QorIQ LS2080A
686 Layerscape Architecture processor.
687
688 config TARGET_HIKEY
689 bool "Support HiKey 96boards Consumer Edition Platform"
690 select ARM64
691 select DM
692 select DM_GPIO
693 select DM_SERIAL
694 select OF_CONTROL
695 help
696 Support for HiKey 96boards platform. It features a HI6220
697 SoC, with 8xA53 CPU, mali450 gpu, and 1GB RAM.
698
699 config TARGET_LS1012AQDS
700 bool "Support ls1012aqds"
701 select ARM64
702 help
703 Support for Freescale LS1012AQDS platform.
704 The LS1012A Development System (QDS) is a high-performance
705 development platform that supports the QorIQ LS1012A
706 Layerscape Architecture processor.
707
708 config TARGET_LS1012ARDB
709 bool "Support ls1012ardb"
710 select ARM64
711 help
712 Support for Freescale LS1012ARDB platform.
713 The LS1012A Reference design board (RDB) is a high-performance
714 development platform that supports the QorIQ LS1012A
715 Layerscape Architecture processor.
716
717 config TARGET_LS1021AQDS
718 bool "Support ls1021aqds"
719 select CPU_V7
720 select SUPPORT_SPL
721 config TARGET_LS1021ATWR
722 bool "Support ls1021atwr"
723 select CPU_V7
724 select SUPPORT_SPL
725
726 config TARGET_LS1043AQDS
727 bool "Support ls1043aqds"
728 select ARM64
729 select ARMV8_MULTIENTRY
730 select SUPPORT_SPL
731 help
732 Support for Freescale LS1043AQDS platform.
733
734 config TARGET_LS1043ARDB
735 bool "Support ls1043ardb"
736 select ARM64
737 select ARMV8_MULTIENTRY
738 select SUPPORT_SPL
739 help
740 Support for Freescale LS1043ARDB platform.
741
742 config TARGET_H2200
743 bool "Support h2200"
744 select CPU_PXA
745
746 config TARGET_ZIPITZ2
747 bool "Support zipitz2"
748 select CPU_PXA
749
750 config TARGET_COLIBRI_PXA270
751 bool "Support colibri_pxa270"
752 select CPU_PXA
753
754 config ARCH_UNIPHIER
755 bool "Socionext UniPhier SoCs"
756 select CLK_UNIPHIER
757 select SUPPORT_SPL
758 select SPL
759 select OF_CONTROL
760 select SPL_OF_CONTROL
761 select DM
762 select SPL_DM
763 select DM_GPIO
764 select DM_SERIAL
765 select DM_I2C
766 select DM_MMC
767 help
768 Support for UniPhier SoC family developed by Socionext Inc.
769 (formerly, System LSI Business Division of Panasonic Corporation)
770
771 config STM32
772 bool "Support STM32"
773 select CPU_V7M
774 select DM
775 select DM_SERIAL
776
777 config ARCH_ROCKCHIP
778 bool "Support Rockchip SoCs"
779 select SUPPORT_SPL
780 select SPL
781 select OF_CONTROL
782 select CPU_V7
783 select DM
784
785 config TARGET_THUNDERX_88XX
786 bool "Support ThunderX 88xx"
787 select OF_CONTROL
788
789 endchoice
790
791 source "arch/arm/mach-at91/Kconfig"
792
793 source "arch/arm/mach-bcm283x/Kconfig"
794
795 source "arch/arm/mach-davinci/Kconfig"
796
797 source "arch/arm/mach-exynos/Kconfig"
798
799 source "arch/arm/mach-highbank/Kconfig"
800
801 source "arch/arm/mach-integrator/Kconfig"
802
803 source "arch/arm/mach-keystone/Kconfig"
804
805 source "arch/arm/mach-kirkwood/Kconfig"
806
807 source "arch/arm/mach-mvebu/Kconfig"
808
809 source "arch/arm/cpu/armv7/mx7/Kconfig"
810
811 source "arch/arm/cpu/armv7/mx6/Kconfig"
812
813 source "arch/arm/cpu/armv7/mx5/Kconfig"
814
815 source "arch/arm/cpu/armv7/omap-common/Kconfig"
816
817 source "arch/arm/mach-orion5x/Kconfig"
818
819 source "arch/arm/cpu/armv7/rmobile/Kconfig"
820
821 source "arch/arm/mach-meson/Kconfig"
822
823 source "arch/arm/mach-rockchip/Kconfig"
824
825 source "arch/arm/mach-s5pc1xx/Kconfig"
826
827 source "arch/arm/mach-snapdragon/Kconfig"
828
829 source "arch/arm/mach-socfpga/Kconfig"
830
831 source "arch/arm/mach-stm32/Kconfig"
832
833 source "arch/arm/mach-tegra/Kconfig"
834
835 source "arch/arm/mach-uniphier/Kconfig"
836
837 source "arch/arm/mach-zynq/Kconfig"
838
839 source "arch/arm/cpu/armv7/Kconfig"
840
841 source "arch/arm/cpu/armv8/zynqmp/Kconfig"
842
843 source "arch/arm/cpu/armv8/Kconfig"
844
845 source "arch/arm/imx-common/Kconfig"
846
847 source "board/BuR/kwb/Kconfig"
848 source "board/BuR/tseries/Kconfig"
849 source "board/CarMediaLab/flea3/Kconfig"
850 source "board/Marvell/aspenite/Kconfig"
851 source "board/Marvell/gplugd/Kconfig"
852 source "board/armadeus/apf27/Kconfig"
853 source "board/armltd/vexpress/Kconfig"
854 source "board/armltd/vexpress64/Kconfig"
855 source "board/bluegiga/apx4devkit/Kconfig"
856 source "board/broadcom/bcm28155_ap/Kconfig"
857 source "board/broadcom/bcmcygnus/Kconfig"
858 source "board/broadcom/bcmnsp/Kconfig"
859 source "board/cavium/thunderx/Kconfig"
860 source "board/cirrus/edb93xx/Kconfig"
861 source "board/compulab/cm_t335/Kconfig"
862 source "board/compulab/cm_t43/Kconfig"
863 source "board/creative/xfi3/Kconfig"
864 source "board/denx/m28evk/Kconfig"
865 source "board/denx/m53evk/Kconfig"
866 source "board/freescale/ls2080a/Kconfig"
867 source "board/freescale/ls2080aqds/Kconfig"
868 source "board/freescale/ls2080ardb/Kconfig"
869 source "board/freescale/ls1021aqds/Kconfig"
870 source "board/freescale/ls1043aqds/Kconfig"
871 source "board/freescale/ls1021atwr/Kconfig"
872 source "board/freescale/ls1043ardb/Kconfig"
873 source "board/freescale/ls1012aqds/Kconfig"
874 source "board/freescale/ls1012ardb/Kconfig"
875 source "board/freescale/mx23evk/Kconfig"
876 source "board/freescale/mx25pdk/Kconfig"
877 source "board/freescale/mx28evk/Kconfig"
878 source "board/freescale/mx31ads/Kconfig"
879 source "board/freescale/mx31pdk/Kconfig"
880 source "board/freescale/mx35pdk/Kconfig"
881 source "board/freescale/mx51evk/Kconfig"
882 source "board/freescale/mx53ard/Kconfig"
883 source "board/freescale/mx53evk/Kconfig"
884 source "board/freescale/mx53loco/Kconfig"
885 source "board/freescale/mx53smd/Kconfig"
886 source "board/freescale/vf610twr/Kconfig"
887 source "board/gumstix/pepper/Kconfig"
888 source "board/h2200/Kconfig"
889 source "board/hisilicon/hikey/Kconfig"
890 source "board/imx31_phycore/Kconfig"
891 source "board/isee/igep0033/Kconfig"
892 source "board/mpl/vcma9/Kconfig"
893 source "board/olimex/mx23_olinuxino/Kconfig"
894 source "board/phytec/pcm051/Kconfig"
895 source "board/phytec/pcm052/Kconfig"
896 source "board/ppcag/bg0900/Kconfig"
897 source "board/samsung/smdk2410/Kconfig"
898 source "board/sandisk/sansa_fuze_plus/Kconfig"
899 source "board/schulercontrol/sc_sps_1/Kconfig"
900 source "board/siemens/draco/Kconfig"
901 source "board/siemens/pxm2/Kconfig"
902 source "board/siemens/rut/Kconfig"
903 source "board/silica/pengwyn/Kconfig"
904 source "board/spear/spear300/Kconfig"
905 source "board/spear/spear310/Kconfig"
906 source "board/spear/spear320/Kconfig"
907 source "board/spear/spear600/Kconfig"
908 source "board/spear/x600/Kconfig"
909 source "board/st/stv0991/Kconfig"
910 source "board/sunxi/Kconfig"
911 source "board/syteco/zmx25/Kconfig"
912 source "board/tcl/sl50/Kconfig"
913 source "board/ti/am335x/Kconfig"
914 source "board/ti/am43xx/Kconfig"
915 source "board/birdland/bav335x/Kconfig"
916 source "board/ti/ti814x/Kconfig"
917 source "board/ti/ti816x/Kconfig"
918 source "board/timll/devkit3250/Kconfig"
919 source "board/toradex/colibri_pxa270/Kconfig"
920 source "board/toradex/colibri_vf/Kconfig"
921 source "board/technologic/ts4800/Kconfig"
922 source "board/vscom/baltos/Kconfig"
923 source "board/woodburn/Kconfig"
924 source "board/work-microwave/work_92105/Kconfig"
925 source "board/zipitz2/Kconfig"
926
927 source "arch/arm/Kconfig.debug"
928
929 endmenu