arm: Remove mx51_efikamx, mx51_efikasb boards
[oweals/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 HAS_VBAR
11         bool
12
13 config CPU_ARM720T
14         bool
15
16 config CPU_ARM920T
17         bool
18
19 config CPU_ARM926EJS
20         bool
21
22 config CPU_ARM946ES
23         bool
24
25 config CPU_ARM1136
26         bool
27
28 config CPU_ARM1176
29         bool
30         select HAS_VBAR
31
32 config CPU_V7
33         bool
34         select HAS_VBAR
35
36 config CPU_V7M
37         bool
38
39 config CPU_PXA
40         bool
41
42 config CPU_SA1100
43         bool
44
45 config 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
53         default "armv7m" if CPU_V7M
54         default "pxa" if CPU_PXA
55         default "sa1100" if CPU_SA1100
56         default "armv8" if ARM64
57
58 config 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
65 config 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
71 choice
72         prompt "Target select"
73         default ARCH_VERSATILE
74
75 config ARCH_AT91
76         bool "Atmel AT91"
77
78 config TARGET_EDB93XX
79         bool "Support edb93xx"
80         select CPU_ARM920T
81
82 config TARGET_SCB9328
83         bool "Support scb9328"
84         select CPU_ARM920T
85
86 config TARGET_VCMA9
87         bool "Support VCMA9"
88         select CPU_ARM920T
89
90 config TARGET_SMDK2410
91         bool "Support smdk2410"
92         select CPU_ARM920T
93
94 config TARGET_ASPENITE
95         bool "Support aspenite"
96         select CPU_ARM926EJS
97
98 config TARGET_GPLUGD
99         bool "Support gplugd"
100         select CPU_ARM926EJS
101
102 config ARCH_DAVINCI
103         bool "TI DaVinci"
104         select CPU_ARM926EJS
105         help
106           Support for TI's DaVinci platform.
107
108 config KIRKWOOD
109         bool "Marvell Kirkwood"
110         select CPU_ARM926EJS
111
112 config TARGET_DB_88F6820_GP
113         bool "Support DB-88F6820-GP"
114         select CPU_V7
115         select SUPPORT_SPL
116
117 config TARGET_DB_MV784MP_GP
118         bool "Support db-mv784mp-gp"
119         select CPU_V7
120         select SUPPORT_SPL
121
122 config TARGET_MAXBCM
123         bool "Support maxbcm"
124         select CPU_V7
125         select SUPPORT_SPL
126
127 config TARGET_DEVKIT3250
128         bool "Support devkit3250"
129         select CPU_ARM926EJS
130         select SUPPORT_SPL
131
132 config TARGET_WORK_92105
133         bool "Support work_92105"
134         select CPU_ARM926EJS
135         select SUPPORT_SPL
136
137 config TARGET_MX25PDK
138         bool "Support mx25pdk"
139         select CPU_ARM926EJS
140
141 config TARGET_TX25
142         bool "Support tx25"
143         select CPU_ARM926EJS
144         select SUPPORT_SPL
145
146 config TARGET_ZMX25
147         bool "Support zmx25"
148         select CPU_ARM926EJS
149
150 config TARGET_APF27
151         bool "Support apf27"
152         select CPU_ARM926EJS
153         select SUPPORT_SPL
154
155 config TARGET_APX4DEVKIT
156         bool "Support apx4devkit"
157         select CPU_ARM926EJS
158         select SUPPORT_SPL
159
160 config TARGET_XFI3
161         bool "Support xfi3"
162         select CPU_ARM926EJS
163         select SUPPORT_SPL
164
165 config TARGET_M28EVK
166         bool "Support m28evk"
167         select CPU_ARM926EJS
168         select SUPPORT_SPL
169
170 config TARGET_MX23EVK
171         bool "Support mx23evk"
172         select CPU_ARM926EJS
173         select SUPPORT_SPL
174
175 config TARGET_MX28EVK
176         bool "Support mx28evk"
177         select CPU_ARM926EJS
178         select SUPPORT_SPL
179
180 config TARGET_MX23_OLINUXINO
181         bool "Support mx23_olinuxino"
182         select CPU_ARM926EJS
183         select SUPPORT_SPL
184
185 config TARGET_BG0900
186         bool "Support bg0900"
187         select CPU_ARM926EJS
188         select SUPPORT_SPL
189
190 config TARGET_SANSA_FUZE_PLUS
191         bool "Support sansa_fuze_plus"
192         select CPU_ARM926EJS
193         select SUPPORT_SPL
194
195 config TARGET_SC_SPS_1
196         bool "Support sc_sps_1"
197         select CPU_ARM926EJS
198         select SUPPORT_SPL
199
200 config ARCH_NOMADIK
201         bool "ST-Ericsson Nomadik"
202         select CPU_ARM926EJS
203
204 config ORION5X
205         bool "Marvell Orion"
206         select CPU_ARM926EJS
207
208 config TARGET_SPEAR300
209         bool "Support spear300"
210         select CPU_ARM926EJS
211
212 config TARGET_SPEAR310
213         bool "Support spear310"
214         select CPU_ARM926EJS
215
216 config TARGET_SPEAR320
217         bool "Support spear320"
218         select CPU_ARM926EJS
219
220 config TARGET_SPEAR600
221         bool "Support spear600"
222         select CPU_ARM926EJS
223
224 config TARGET_STV0991
225         bool "Support stv0991"
226         select CPU_V7
227         select DM
228         select DM_SERIAL
229         select DM_SPI
230         select DM_SPI_FLASH
231         select SPI_FLASH
232
233 config TARGET_X600
234         bool "Support x600"
235         select CPU_ARM926EJS
236         select SUPPORT_SPL
237
238 config ARCH_VERSATILE
239         bool "ARM Ltd. Versatile family"
240         select CPU_ARM926EJS
241
242 config TARGET_IMX31_PHYCORE
243         bool "Support imx31_phycore"
244         select CPU_ARM1136
245
246 config TARGET_QONG
247         bool "Support qong"
248         select CPU_ARM1136
249
250 config TARGET_MX31ADS
251         bool "Support mx31ads"
252         select CPU_ARM1136
253
254 config TARGET_MX31PDK
255         bool "Support mx31pdk"
256         select CPU_ARM1136
257         select SUPPORT_SPL
258
259 config TARGET_TT01
260         bool "Support tt01"
261         select CPU_ARM1136
262
263 config TARGET_WOODBURN
264         bool "Support woodburn"
265         select CPU_ARM1136
266
267 config TARGET_WOODBURN_SD
268         bool "Support woodburn_sd"
269         select CPU_ARM1136
270         select SUPPORT_SPL
271
272 config TARGET_FLEA3
273         bool "Support flea3"
274         select CPU_ARM1136
275
276 config TARGET_MX35PDK
277         bool "Support mx35pdk"
278         select CPU_ARM1136
279
280 config ARCH_BCM283X
281         bool "Broadcom BCM283X family"
282         select DM
283         select DM_SERIAL
284         select DM_GPIO
285
286 config TARGET_VEXPRESS_CA15_TC2
287         bool "Support vexpress_ca15_tc2"
288         select CPU_V7
289         select CPU_V7_HAS_NONSEC
290         select CPU_V7_HAS_VIRT
291
292 config TARGET_VEXPRESS_CA5X2
293         bool "Support vexpress_ca5x2"
294         select CPU_V7
295
296 config TARGET_VEXPRESS_CA9X4
297         bool "Support vexpress_ca9x4"
298         select CPU_V7
299
300 config TARGET_KWB
301         bool "Support kwb"
302         select CPU_V7
303         select SUPPORT_SPL
304
305 config TARGET_TSERIES
306         bool "Support tseries"
307         select CPU_V7
308         select SUPPORT_SPL
309
310 config TARGET_CM_T335
311         bool "Support cm_t335"
312         select CPU_V7
313         select SUPPORT_SPL
314         select DM
315         select DM_SERIAL
316         select DM_GPIO
317
318 config TARGET_PEPPER
319         bool "Support pepper"
320         select CPU_V7
321         select SUPPORT_SPL
322         select DM
323         select DM_SERIAL
324         select DM_GPIO
325
326 config TARGET_AM335X_IGEP0033
327         bool "Support am335x_igep0033"
328         select CPU_V7
329         select SUPPORT_SPL
330         select DM
331         select DM_SERIAL
332         select DM_GPIO
333
334 config TARGET_PCM051
335         bool "Support pcm051"
336         select CPU_V7
337         select SUPPORT_SPL
338         select DM
339         select DM_SERIAL
340         select DM_GPIO
341
342 config TARGET_DRACO
343         bool "Support draco"
344         select CPU_V7
345         select SUPPORT_SPL
346
347 config TARGET_THUBAN
348         bool "Support thuban"
349         select CPU_V7
350         select SUPPORT_SPL
351
352 config TARGET_RASTABAN
353         bool "Support rastaban"
354         select CPU_V7
355         select SUPPORT_SPL
356
357 config TARGET_PXM2
358         bool "Support pxm2"
359         select CPU_V7
360         select SUPPORT_SPL
361
362 config TARGET_RUT
363         bool "Support rut"
364         select CPU_V7
365         select SUPPORT_SPL
366
367 config TARGET_PENGWYN
368         bool "Support pengwyn"
369         select CPU_V7
370         select SUPPORT_SPL
371         select DM
372         select DM_SERIAL
373         select DM_GPIO
374
375 config TARGET_AM335X_BALTOS
376         bool "Support am335x_baltos"
377         select CPU_V7
378         select SUPPORT_SPL
379         select DM
380         select DM_SERIAL
381         select DM_GPIO
382
383 config TARGET_AM335X_EVM
384         bool "Support am335x_evm"
385         select CPU_V7
386         select SUPPORT_SPL
387         select DM
388         select DM_SERIAL
389         select DM_GPIO
390
391 config TARGET_AM43XX_EVM
392         bool "Support am43xx_evm"
393         select CPU_V7
394         select SUPPORT_SPL
395
396 config TARGET_BAV335X
397         bool "Support bav335x"
398         select CPU_V7
399         select SUPPORT_SPL
400         select DM
401         select DM_SERIAL
402         help
403           The BAV335x OEM Network Processor integrates all the functions of an
404           embedded network computer in a small, easy to use SODIMM module which
405           incorporates the popular Texas Instruments Sitara 32bit ARM Coretex-A8
406           processor, with fast DDR3 512MB SDRAM, 4GB of embedded MMC and a Gigabit
407           ethernet with simple connection to external connectors.
408
409           For more information, visit: http://birdland.com/oem
410
411 config TARGET_TI814X_EVM
412         bool "Support ti814x_evm"
413         select CPU_V7
414         select SUPPORT_SPL
415
416 config TARGET_TI816X_EVM
417         bool "Support ti816x_evm"
418         select CPU_V7
419         select SUPPORT_SPL
420
421 config TARGET_BCM28155_AP
422         bool "Support bcm28155_ap"
423         select CPU_V7
424
425 config TARGET_BCMCYGNUS
426         bool "Support bcmcygnus"
427         select CPU_V7
428
429 config TARGET_BCMNSP
430         bool "Support bcmnsp"
431         select CPU_V7
432
433 config ARCH_EXYNOS
434         bool "Samsung EXYNOS"
435         select CPU_V7
436         select DM
437         select DM_SPI_FLASH
438         select DM_SERIAL
439         select DM_SPI
440         select DM_GPIO
441
442 config ARCH_S5PC1XX
443         bool "Samsung S5PC1XX"
444         select CPU_V7
445         select DM
446         select DM_SERIAL
447         select DM_GPIO
448
449 config ARCH_HIGHBANK
450         bool "Calxeda Highbank"
451         select CPU_V7
452
453 config ARCH_INTEGRATOR
454         bool "ARM Ltd. Integrator family"
455         select DM
456         select DM_SERIAL
457
458 config ARCH_KEYSTONE
459         bool "TI Keystone"
460         select CPU_V7
461         select SUPPORT_SPL
462
463 config ARCH_MX6
464         bool "Freescale MX6"
465         select CPU_V7
466
467 config ARCH_MX5
468         bool "Freescale MX5"
469         select CPU_V7
470
471 config TARGET_M53EVK
472         bool "Support m53evk"
473         select CPU_V7
474         select SUPPORT_SPL
475
476 config TARGET_MX51EVK
477         bool "Support mx51evk"
478         select CPU_V7
479
480 config TARGET_MX53ARD
481         bool "Support mx53ard"
482         select CPU_V7
483
484 config TARGET_MX53EVK
485         bool "Support mx53evk"
486         select CPU_V7
487
488 config TARGET_MX53LOCO
489         bool "Support mx53loco"
490         select CPU_V7
491
492 config TARGET_MX53SMD
493         bool "Support mx53smd"
494         select CPU_V7
495
496 config TARGET_VISION2
497         bool "Support vision2"
498         select CPU_V7
499
500 config OMAP34XX
501         bool "OMAP34XX SoC"
502         select CPU_V7
503
504 config OMAP44XX
505         bool "OMAP44XX SoC"
506         select CPU_V7
507         select SUPPORT_SPL
508
509 config OMAP54XX
510         bool "OMAP54XX SoC"
511         select CPU_V7
512         select SUPPORT_SPL
513
514 config RMOBILE
515         bool "Renesas ARM SoCs"
516         select CPU_V7
517
518 config ARCH_SOCFPGA
519         bool "Altera SOCFPGA family"
520         select CPU_V7
521         select SUPPORT_SPL
522         select OF_CONTROL
523         select SPL_OF_CONTROL
524         select DM
525         select DM_SPI_FLASH
526         select DM_SPI
527
528 config TARGET_CM_T43
529         bool "Support cm_t43"
530         select CPU_V7
531         select SUPPORT_SPL
532
533 config ARCH_SUNXI
534         bool "Support sunxi (Allwinner) SoCs"
535         select CMD_USB
536         select DM
537         select DM_GPIO
538         select DM_ETH
539         select DM_SERIAL
540         select DM_USB
541         select OF_CONTROL
542         select OF_SEPARATE
543         select USB
544         select USB_STORAGE
545         select USB_KEYBOARD
546
547 config TARGET_TS4800
548         bool "Support TS4800"
549         select CPU_V7
550
551 config TARGET_VF610TWR
552         bool "Support vf610twr"
553         select CPU_V7
554
555 config TARGET_COLIBRI_VF
556         bool "Support Colibri VF50/61"
557         select CPU_V7
558
559 config ARCH_ZYNQ
560         bool "Xilinx Zynq Platform"
561         select CPU_V7
562         select SUPPORT_SPL
563         select OF_CONTROL
564         select DM
565         select DM_SPI
566         select DM_SPI_FLASH
567
568 config ARCH_ZYNQMP
569         bool "Support Xilinx ZynqMP Platform"
570         select ARM64
571
572 config TEGRA
573         bool "NVIDIA Tegra"
574
575 config TARGET_VEXPRESS64_AEMV8A
576         bool "Support vexpress_aemv8a"
577         select ARM64
578
579 config TARGET_VEXPRESS64_BASE_FVP
580         bool "Support Versatile Express ARMv8a FVP BASE model"
581         select ARM64
582         select SEMIHOSTING
583
584 config TARGET_VEXPRESS64_JUNO
585         bool "Support Versatile Express Juno Development Platform"
586         select ARM64
587
588 config TARGET_LS2085A_EMU
589         bool "Support ls2085a_emu"
590         select ARM64
591         select ARMV8_MULTIENTRY
592
593 config TARGET_LS2085A_SIMU
594         bool "Support ls2085a_simu"
595         select ARM64
596         select ARMV8_MULTIENTRY
597
598 config TARGET_LS2085AQDS
599         bool "Support ls2085aqds"
600         select ARM64
601         select ARMV8_MULTIENTRY
602         select SUPPORT_SPL
603         help
604           Support for Freescale LS2085AQDS platform
605           The LS2085A Development System (QDS) is a high-performance
606           development platform that supports the QorIQ LS2085A
607           Layerscape Architecture processor.
608
609 config TARGET_LS2085ARDB
610         bool "Support ls2085ardb"
611         select ARM64
612         select ARMV8_MULTIENTRY
613         select SUPPORT_SPL
614         help
615           Support for Freescale LS2085ARDB platform.
616           The LS2085A Reference design board (RDB) is a high-performance
617           development platform that supports the QorIQ LS2085A
618           Layerscape Architecture processor.
619
620 config TARGET_HIKEY
621         bool "Support HiKey 96boards Consumer Edition Platform"
622         select ARM64
623           help
624           Support for HiKey 96boards platform. It features a HI6220
625           SoC, with 8xA53 CPU, mali450 gpu, and 1GB RAM.
626
627 config TARGET_LS1021AQDS
628         bool "Support ls1021aqds"
629         select CPU_V7
630         select SUPPORT_SPL
631
632 config TARGET_LS1021ATWR
633         bool "Support ls1021atwr"
634         select CPU_V7
635         select SUPPORT_SPL
636
637 config TARGET_H2200
638         bool "Support h2200"
639         select CPU_PXA
640
641 config TARGET_PALMLD
642         bool "Support palmld"
643         select CPU_PXA
644
645 config TARGET_PALMTC
646         bool "Support palmtc"
647         select CPU_PXA
648
649 config TARGET_PALMTREO680
650         bool "Support palmtreo680"
651         select CPU_PXA
652         select SUPPORT_SPL
653
654 config TARGET_PXA255_IDP
655         bool "Support pxa255_idp"
656         select CPU_PXA
657
658 config TARGET_TRIZEPSIV
659         bool "Support trizepsiv"
660         select CPU_PXA
661
662 config TARGET_VPAC270
663         bool "Support vpac270"
664         select CPU_PXA
665         select SUPPORT_SPL
666
667 config TARGET_XAENIAX
668         bool "Support xaeniax"
669         select CPU_PXA
670
671 config TARGET_ZIPITZ2
672         bool "Support zipitz2"
673         select CPU_PXA
674
675 config TARGET_COLIBRI_PXA270
676         bool "Support colibri_pxa270"
677         select CPU_PXA
678
679 config ARCH_UNIPHIER
680         bool "Socionext UniPhier SoCs"
681         select CPU_V7
682         select SUPPORT_SPL
683         select SPL
684         select OF_CONTROL
685         select SPL_OF_CONTROL
686         select DM
687         select SPL_DM
688         select DM_SERIAL
689         select DM_I2C
690         help
691           Support for UniPhier SoC family developed by Socionext Inc.
692           (formerly, System LSI Business Division of Panasonic Corporation)
693
694 config TARGET_STM32F429_DISCOVERY
695         bool "Support STM32F429 Discovery"
696         select CPU_V7M
697
698 config ARCH_ROCKCHIP
699         bool "Support Rockchip SoCs"
700         select SUPPORT_SPL
701         select SPL
702         select OF_CONTROL
703         select CPU_V7
704         select DM
705
706 endchoice
707
708 source "arch/arm/mach-at91/Kconfig"
709
710 source "arch/arm/mach-bcm283x/Kconfig"
711
712 source "arch/arm/mach-davinci/Kconfig"
713
714 source "arch/arm/mach-exynos/Kconfig"
715
716 source "arch/arm/mach-highbank/Kconfig"
717
718 source "arch/arm/mach-integrator/Kconfig"
719
720 source "arch/arm/mach-keystone/Kconfig"
721
722 source "arch/arm/mach-kirkwood/Kconfig"
723
724 source "arch/arm/cpu/armv7/mx6/Kconfig"
725
726 source "arch/arm/cpu/armv7/mx5/Kconfig"
727
728 source "arch/arm/mach-nomadik/Kconfig"
729
730 source "arch/arm/cpu/armv7/omap3/Kconfig"
731
732 source "arch/arm/cpu/armv7/omap4/Kconfig"
733
734 source "arch/arm/cpu/armv7/omap5/Kconfig"
735
736 source "arch/arm/mach-orion5x/Kconfig"
737
738 source "arch/arm/cpu/armv7/rmobile/Kconfig"
739
740 source "arch/arm/mach-rockchip/Kconfig"
741
742 source "arch/arm/cpu/armv7/s5pc1xx/Kconfig"
743
744 source "arch/arm/mach-socfpga/Kconfig"
745
746 source "arch/arm/mach-tegra/Kconfig"
747
748 source "arch/arm/mach-uniphier/Kconfig"
749
750 source "arch/arm/mach-versatile/Kconfig"
751
752 source "arch/arm/mach-zynq/Kconfig"
753
754 source "arch/arm/cpu/armv7/Kconfig"
755
756 source "arch/arm/cpu/armv8/zynqmp/Kconfig"
757
758 source "arch/arm/cpu/armv8/Kconfig"
759
760 source "arch/arm/imx-common/Kconfig"
761
762 source "board/BuR/kwb/Kconfig"
763 source "board/BuR/tseries/Kconfig"
764 source "board/CarMediaLab/flea3/Kconfig"
765 source "board/Marvell/aspenite/Kconfig"
766 source "board/Marvell/db-88f6820-gp/Kconfig"
767 source "board/Marvell/db-mv784mp-gp/Kconfig"
768 source "board/Marvell/gplugd/Kconfig"
769 source "board/armadeus/apf27/Kconfig"
770 source "board/armltd/vexpress/Kconfig"
771 source "board/armltd/vexpress64/Kconfig"
772 source "board/bluegiga/apx4devkit/Kconfig"
773 source "board/broadcom/bcm28155_ap/Kconfig"
774 source "board/broadcom/bcmcygnus/Kconfig"
775 source "board/broadcom/bcmnsp/Kconfig"
776 source "board/cirrus/edb93xx/Kconfig"
777 source "board/compulab/cm_t335/Kconfig"
778 source "board/compulab/cm_t43/Kconfig"
779 source "board/creative/xfi3/Kconfig"
780 source "board/davedenx/qong/Kconfig"
781 source "board/denx/m28evk/Kconfig"
782 source "board/denx/m53evk/Kconfig"
783 source "board/freescale/ls2085a/Kconfig"
784 source "board/freescale/ls2085aqds/Kconfig"
785 source "board/freescale/ls2085ardb/Kconfig"
786 source "board/freescale/ls1021aqds/Kconfig"
787 source "board/freescale/ls1021atwr/Kconfig"
788 source "board/freescale/mx23evk/Kconfig"
789 source "board/freescale/mx25pdk/Kconfig"
790 source "board/freescale/mx28evk/Kconfig"
791 source "board/freescale/mx31ads/Kconfig"
792 source "board/freescale/mx31pdk/Kconfig"
793 source "board/freescale/mx35pdk/Kconfig"
794 source "board/freescale/mx51evk/Kconfig"
795 source "board/freescale/mx53ard/Kconfig"
796 source "board/freescale/mx53evk/Kconfig"
797 source "board/freescale/mx53loco/Kconfig"
798 source "board/freescale/mx53smd/Kconfig"
799 source "board/freescale/vf610twr/Kconfig"
800 source "board/gumstix/pepper/Kconfig"
801 source "board/h2200/Kconfig"
802 source "board/hale/tt01/Kconfig"
803 source "board/hisilicon/hikey/Kconfig"
804 source "board/imx31_phycore/Kconfig"
805 source "board/isee/igep0033/Kconfig"
806 source "board/karo/tx25/Kconfig"
807 source "board/maxbcm/Kconfig"
808 source "board/mpl/vcma9/Kconfig"
809 source "board/olimex/mx23_olinuxino/Kconfig"
810 source "board/palmld/Kconfig"
811 source "board/palmtc/Kconfig"
812 source "board/palmtreo680/Kconfig"
813 source "board/phytec/pcm051/Kconfig"
814 source "board/ppcag/bg0900/Kconfig"
815 source "board/pxa255_idp/Kconfig"
816 source "board/samsung/smdk2410/Kconfig"
817 source "board/sandisk/sansa_fuze_plus/Kconfig"
818 source "board/scb9328/Kconfig"
819 source "board/schulercontrol/sc_sps_1/Kconfig"
820 source "board/siemens/draco/Kconfig"
821 source "board/siemens/pxm2/Kconfig"
822 source "board/siemens/rut/Kconfig"
823 source "board/silica/pengwyn/Kconfig"
824 source "board/spear/spear300/Kconfig"
825 source "board/spear/spear310/Kconfig"
826 source "board/spear/spear320/Kconfig"
827 source "board/spear/spear600/Kconfig"
828 source "board/spear/x600/Kconfig"
829 source "board/st/stm32f429-discovery/Kconfig"
830 source "board/st/stv0991/Kconfig"
831 source "board/sunxi/Kconfig"
832 source "board/syteco/zmx25/Kconfig"
833 source "board/ti/am335x/Kconfig"
834 source "board/ti/am43xx/Kconfig"
835 source "board/birdland/bav335x/Kconfig"
836 source "board/ti/ti814x/Kconfig"
837 source "board/ti/ti816x/Kconfig"
838 source "board/timll/devkit3250/Kconfig"
839 source "board/toradex/colibri_pxa270/Kconfig"
840 source "board/toradex/colibri_vf/Kconfig"
841 source "board/trizepsiv/Kconfig"
842 source "board/technologic/ts4800/Kconfig"
843 source "board/ttcontrol/vision2/Kconfig"
844 source "board/vpac270/Kconfig"
845 source "board/vscom/baltos/Kconfig"
846 source "board/woodburn/Kconfig"
847 source "board/work-microwave/work_92105/Kconfig"
848 source "board/xaeniax/Kconfig"
849 source "board/zipitz2/Kconfig"
850
851 source "arch/arm/Kconfig.debug"
852
853 endmenu