e96e902ffd10fe2f52c45ec59472842c61c8f942
[platform/kernel/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 ORION5X
201         bool "Marvell Orion"
202         select CPU_ARM926EJS
203
204 config TARGET_SPEAR300
205         bool "Support spear300"
206         select CPU_ARM926EJS
207
208 config TARGET_SPEAR310
209         bool "Support spear310"
210         select CPU_ARM926EJS
211
212 config TARGET_SPEAR320
213         bool "Support spear320"
214         select CPU_ARM926EJS
215
216 config TARGET_SPEAR600
217         bool "Support spear600"
218         select CPU_ARM926EJS
219
220 config TARGET_STV0991
221         bool "Support stv0991"
222         select CPU_V7
223         select DM
224         select DM_SERIAL
225         select DM_SPI
226         select DM_SPI_FLASH
227         select SPI_FLASH
228
229 config TARGET_X600
230         bool "Support x600"
231         select CPU_ARM926EJS
232         select SUPPORT_SPL
233
234 config ARCH_VERSATILE
235         bool "ARM Ltd. Versatile family"
236         select CPU_ARM926EJS
237
238 config TARGET_IMX31_PHYCORE
239         bool "Support imx31_phycore"
240         select CPU_ARM1136
241
242 config TARGET_QONG
243         bool "Support qong"
244         select CPU_ARM1136
245
246 config TARGET_MX31ADS
247         bool "Support mx31ads"
248         select CPU_ARM1136
249
250 config TARGET_MX31PDK
251         bool "Support mx31pdk"
252         select CPU_ARM1136
253         select SUPPORT_SPL
254
255 config TARGET_TT01
256         bool "Support tt01"
257         select CPU_ARM1136
258
259 config TARGET_WOODBURN
260         bool "Support woodburn"
261         select CPU_ARM1136
262
263 config TARGET_WOODBURN_SD
264         bool "Support woodburn_sd"
265         select CPU_ARM1136
266         select SUPPORT_SPL
267
268 config TARGET_FLEA3
269         bool "Support flea3"
270         select CPU_ARM1136
271
272 config TARGET_MX35PDK
273         bool "Support mx35pdk"
274         select CPU_ARM1136
275
276 config ARCH_BCM283X
277         bool "Broadcom BCM283X family"
278         select DM
279         select DM_SERIAL
280         select DM_GPIO
281
282 config TARGET_VEXPRESS_CA15_TC2
283         bool "Support vexpress_ca15_tc2"
284         select CPU_V7
285         select CPU_V7_HAS_NONSEC
286         select CPU_V7_HAS_VIRT
287
288 config TARGET_VEXPRESS_CA5X2
289         bool "Support vexpress_ca5x2"
290         select CPU_V7
291
292 config TARGET_VEXPRESS_CA9X4
293         bool "Support vexpress_ca9x4"
294         select CPU_V7
295
296 config TARGET_KWB
297         bool "Support kwb"
298         select CPU_V7
299         select SUPPORT_SPL
300
301 config TARGET_TSERIES
302         bool "Support tseries"
303         select CPU_V7
304         select SUPPORT_SPL
305
306 config TARGET_CM_T335
307         bool "Support cm_t335"
308         select CPU_V7
309         select SUPPORT_SPL
310         select DM
311         select DM_SERIAL
312         select DM_GPIO
313
314 config TARGET_PEPPER
315         bool "Support pepper"
316         select CPU_V7
317         select SUPPORT_SPL
318         select DM
319         select DM_SERIAL
320         select DM_GPIO
321
322 config TARGET_AM335X_IGEP0033
323         bool "Support am335x_igep0033"
324         select CPU_V7
325         select SUPPORT_SPL
326         select DM
327         select DM_SERIAL
328         select DM_GPIO
329
330 config TARGET_PCM051
331         bool "Support pcm051"
332         select CPU_V7
333         select SUPPORT_SPL
334         select DM
335         select DM_SERIAL
336         select DM_GPIO
337
338 config TARGET_DRACO
339         bool "Support draco"
340         select CPU_V7
341         select SUPPORT_SPL
342
343 config TARGET_THUBAN
344         bool "Support thuban"
345         select CPU_V7
346         select SUPPORT_SPL
347
348 config TARGET_RASTABAN
349         bool "Support rastaban"
350         select CPU_V7
351         select SUPPORT_SPL
352
353 config TARGET_PXM2
354         bool "Support pxm2"
355         select CPU_V7
356         select SUPPORT_SPL
357
358 config TARGET_RUT
359         bool "Support rut"
360         select CPU_V7
361         select SUPPORT_SPL
362
363 config TARGET_PENGWYN
364         bool "Support pengwyn"
365         select CPU_V7
366         select SUPPORT_SPL
367         select DM
368         select DM_SERIAL
369         select DM_GPIO
370
371 config TARGET_AM335X_BALTOS
372         bool "Support am335x_baltos"
373         select CPU_V7
374         select SUPPORT_SPL
375         select DM
376         select DM_SERIAL
377         select DM_GPIO
378
379 config TARGET_AM335X_EVM
380         bool "Support am335x_evm"
381         select CPU_V7
382         select SUPPORT_SPL
383         select DM
384         select DM_SERIAL
385         select DM_GPIO
386
387 config TARGET_AM43XX_EVM
388         bool "Support am43xx_evm"
389         select CPU_V7
390         select SUPPORT_SPL
391
392 config TARGET_BAV335X
393         bool "Support bav335x"
394         select CPU_V7
395         select SUPPORT_SPL
396         select DM
397         select DM_SERIAL
398         help
399           The BAV335x OEM Network Processor integrates all the functions of an
400           embedded network computer in a small, easy to use SODIMM module which
401           incorporates the popular Texas Instruments Sitara 32bit ARM Coretex-A8
402           processor, with fast DDR3 512MB SDRAM, 4GB of embedded MMC and a Gigabit
403           ethernet with simple connection to external connectors.
404
405           For more information, visit: http://birdland.com/oem
406
407 config TARGET_TI814X_EVM
408         bool "Support ti814x_evm"
409         select CPU_V7
410         select SUPPORT_SPL
411
412 config TARGET_TI816X_EVM
413         bool "Support ti816x_evm"
414         select CPU_V7
415         select SUPPORT_SPL
416
417 config TARGET_BCM28155_AP
418         bool "Support bcm28155_ap"
419         select CPU_V7
420
421 config TARGET_BCMCYGNUS
422         bool "Support bcmcygnus"
423         select CPU_V7
424
425 config TARGET_BCMNSP
426         bool "Support bcmnsp"
427         select CPU_V7
428
429 config ARCH_EXYNOS
430         bool "Samsung EXYNOS"
431         select CPU_V7
432         select DM
433         select DM_SPI_FLASH
434         select DM_SERIAL
435         select DM_SPI
436         select DM_GPIO
437
438 config ARCH_S5PC1XX
439         bool "Samsung S5PC1XX"
440         select CPU_V7
441         select DM
442         select DM_SERIAL
443         select DM_GPIO
444
445 config ARCH_HIGHBANK
446         bool "Calxeda Highbank"
447         select CPU_V7
448
449 config ARCH_INTEGRATOR
450         bool "ARM Ltd. Integrator family"
451         select DM
452         select DM_SERIAL
453
454 config ARCH_KEYSTONE
455         bool "TI Keystone"
456         select CPU_V7
457         select SUPPORT_SPL
458
459 config ARCH_MX6
460         bool "Freescale MX6"
461         select CPU_V7
462
463 config ARCH_MX5
464         bool "Freescale MX5"
465         select CPU_V7
466
467 config TARGET_M53EVK
468         bool "Support m53evk"
469         select CPU_V7
470         select SUPPORT_SPL
471
472 config TARGET_MX51EVK
473         bool "Support mx51evk"
474         select CPU_V7
475
476 config TARGET_MX53ARD
477         bool "Support mx53ard"
478         select CPU_V7
479
480 config TARGET_MX53EVK
481         bool "Support mx53evk"
482         select CPU_V7
483
484 config TARGET_MX53LOCO
485         bool "Support mx53loco"
486         select CPU_V7
487
488 config TARGET_MX53SMD
489         bool "Support mx53smd"
490         select CPU_V7
491
492 config TARGET_VISION2
493         bool "Support vision2"
494         select CPU_V7
495
496 config OMAP34XX
497         bool "OMAP34XX SoC"
498         select CPU_V7
499
500 config OMAP44XX
501         bool "OMAP44XX SoC"
502         select CPU_V7
503         select SUPPORT_SPL
504
505 config OMAP54XX
506         bool "OMAP54XX SoC"
507         select CPU_V7
508         select SUPPORT_SPL
509
510 config RMOBILE
511         bool "Renesas ARM SoCs"
512         select CPU_V7
513
514 config ARCH_SOCFPGA
515         bool "Altera SOCFPGA family"
516         select CPU_V7
517         select SUPPORT_SPL
518         select OF_CONTROL
519         select SPL_OF_CONTROL
520         select DM
521         select DM_SPI_FLASH
522         select DM_SPI
523
524 config TARGET_CM_T43
525         bool "Support cm_t43"
526         select CPU_V7
527         select SUPPORT_SPL
528
529 config ARCH_SUNXI
530         bool "Support sunxi (Allwinner) SoCs"
531         select CMD_USB
532         select DM
533         select DM_GPIO
534         select DM_ETH
535         select DM_SERIAL
536         select DM_USB
537         select OF_CONTROL
538         select OF_SEPARATE
539         select USB
540         select USB_STORAGE
541         select USB_KEYBOARD
542
543 config TARGET_TS4800
544         bool "Support TS4800"
545         select CPU_V7
546
547 config TARGET_VF610TWR
548         bool "Support vf610twr"
549         select CPU_V7
550
551 config TARGET_COLIBRI_VF
552         bool "Support Colibri VF50/61"
553         select CPU_V7
554
555 config ARCH_ZYNQ
556         bool "Xilinx Zynq Platform"
557         select CPU_V7
558         select SUPPORT_SPL
559         select OF_CONTROL
560         select DM
561         select DM_SPI
562         select DM_SPI_FLASH
563
564 config ARCH_ZYNQMP
565         bool "Support Xilinx ZynqMP Platform"
566         select ARM64
567
568 config TEGRA
569         bool "NVIDIA Tegra"
570
571 config TARGET_VEXPRESS64_AEMV8A
572         bool "Support vexpress_aemv8a"
573         select ARM64
574
575 config TARGET_VEXPRESS64_BASE_FVP
576         bool "Support Versatile Express ARMv8a FVP BASE model"
577         select ARM64
578         select SEMIHOSTING
579
580 config TARGET_VEXPRESS64_JUNO
581         bool "Support Versatile Express Juno Development Platform"
582         select ARM64
583
584 config TARGET_LS2085A_EMU
585         bool "Support ls2085a_emu"
586         select ARM64
587         select ARMV8_MULTIENTRY
588
589 config TARGET_LS2085A_SIMU
590         bool "Support ls2085a_simu"
591         select ARM64
592         select ARMV8_MULTIENTRY
593
594 config TARGET_LS2085AQDS
595         bool "Support ls2085aqds"
596         select ARM64
597         select ARMV8_MULTIENTRY
598         select SUPPORT_SPL
599         help
600           Support for Freescale LS2085AQDS platform
601           The LS2085A Development System (QDS) is a high-performance
602           development platform that supports the QorIQ LS2085A
603           Layerscape Architecture processor.
604
605 config TARGET_LS2085ARDB
606         bool "Support ls2085ardb"
607         select ARM64
608         select ARMV8_MULTIENTRY
609         select SUPPORT_SPL
610         help
611           Support for Freescale LS2085ARDB platform.
612           The LS2085A Reference design board (RDB) is a high-performance
613           development platform that supports the QorIQ LS2085A
614           Layerscape Architecture processor.
615
616 config TARGET_HIKEY
617         bool "Support HiKey 96boards Consumer Edition Platform"
618         select ARM64
619           help
620           Support for HiKey 96boards platform. It features a HI6220
621           SoC, with 8xA53 CPU, mali450 gpu, and 1GB RAM.
622
623 config TARGET_LS1021AQDS
624         bool "Support ls1021aqds"
625         select CPU_V7
626         select SUPPORT_SPL
627
628 config TARGET_LS1021ATWR
629         bool "Support ls1021atwr"
630         select CPU_V7
631         select SUPPORT_SPL
632
633 config TARGET_H2200
634         bool "Support h2200"
635         select CPU_PXA
636
637 config TARGET_PALMTREO680
638         bool "Support palmtreo680"
639         select CPU_PXA
640         select SUPPORT_SPL
641
642 config TARGET_VPAC270
643         bool "Support vpac270"
644         select CPU_PXA
645         select SUPPORT_SPL
646
647 config TARGET_XAENIAX
648         bool "Support xaeniax"
649         select CPU_PXA
650
651 config TARGET_COLIBRI_PXA270
652         bool "Support colibri_pxa270"
653         select CPU_PXA
654
655 config ARCH_UNIPHIER
656         bool "Socionext UniPhier SoCs"
657         select CPU_V7
658         select SUPPORT_SPL
659         select SPL
660         select OF_CONTROL
661         select SPL_OF_CONTROL
662         select DM
663         select SPL_DM
664         select DM_SERIAL
665         select DM_I2C
666         help
667           Support for UniPhier SoC family developed by Socionext Inc.
668           (formerly, System LSI Business Division of Panasonic Corporation)
669
670 config TARGET_STM32F429_DISCOVERY
671         bool "Support STM32F429 Discovery"
672         select CPU_V7M
673
674 config ARCH_ROCKCHIP
675         bool "Support Rockchip SoCs"
676         select SUPPORT_SPL
677         select SPL
678         select OF_CONTROL
679         select CPU_V7
680         select DM
681
682 endchoice
683
684 source "arch/arm/mach-at91/Kconfig"
685
686 source "arch/arm/mach-bcm283x/Kconfig"
687
688 source "arch/arm/mach-davinci/Kconfig"
689
690 source "arch/arm/mach-exynos/Kconfig"
691
692 source "arch/arm/mach-highbank/Kconfig"
693
694 source "arch/arm/mach-integrator/Kconfig"
695
696 source "arch/arm/mach-keystone/Kconfig"
697
698 source "arch/arm/mach-kirkwood/Kconfig"
699
700 source "arch/arm/cpu/armv7/mx6/Kconfig"
701
702 source "arch/arm/cpu/armv7/mx5/Kconfig"
703
704 source "arch/arm/cpu/armv7/omap3/Kconfig"
705
706 source "arch/arm/cpu/armv7/omap4/Kconfig"
707
708 source "arch/arm/cpu/armv7/omap5/Kconfig"
709
710 source "arch/arm/mach-orion5x/Kconfig"
711
712 source "arch/arm/cpu/armv7/rmobile/Kconfig"
713
714 source "arch/arm/mach-rockchip/Kconfig"
715
716 source "arch/arm/cpu/armv7/s5pc1xx/Kconfig"
717
718 source "arch/arm/mach-socfpga/Kconfig"
719
720 source "arch/arm/mach-tegra/Kconfig"
721
722 source "arch/arm/mach-uniphier/Kconfig"
723
724 source "arch/arm/mach-versatile/Kconfig"
725
726 source "arch/arm/mach-zynq/Kconfig"
727
728 source "arch/arm/cpu/armv7/Kconfig"
729
730 source "arch/arm/cpu/armv8/zynqmp/Kconfig"
731
732 source "arch/arm/cpu/armv8/Kconfig"
733
734 source "arch/arm/imx-common/Kconfig"
735
736 source "board/BuR/kwb/Kconfig"
737 source "board/BuR/tseries/Kconfig"
738 source "board/CarMediaLab/flea3/Kconfig"
739 source "board/Marvell/aspenite/Kconfig"
740 source "board/Marvell/db-88f6820-gp/Kconfig"
741 source "board/Marvell/db-mv784mp-gp/Kconfig"
742 source "board/Marvell/gplugd/Kconfig"
743 source "board/armadeus/apf27/Kconfig"
744 source "board/armltd/vexpress/Kconfig"
745 source "board/armltd/vexpress64/Kconfig"
746 source "board/bluegiga/apx4devkit/Kconfig"
747 source "board/broadcom/bcm28155_ap/Kconfig"
748 source "board/broadcom/bcmcygnus/Kconfig"
749 source "board/broadcom/bcmnsp/Kconfig"
750 source "board/cirrus/edb93xx/Kconfig"
751 source "board/compulab/cm_t335/Kconfig"
752 source "board/compulab/cm_t43/Kconfig"
753 source "board/creative/xfi3/Kconfig"
754 source "board/davedenx/qong/Kconfig"
755 source "board/denx/m28evk/Kconfig"
756 source "board/denx/m53evk/Kconfig"
757 source "board/freescale/ls2085a/Kconfig"
758 source "board/freescale/ls2085aqds/Kconfig"
759 source "board/freescale/ls2085ardb/Kconfig"
760 source "board/freescale/ls1021aqds/Kconfig"
761 source "board/freescale/ls1021atwr/Kconfig"
762 source "board/freescale/mx23evk/Kconfig"
763 source "board/freescale/mx25pdk/Kconfig"
764 source "board/freescale/mx28evk/Kconfig"
765 source "board/freescale/mx31ads/Kconfig"
766 source "board/freescale/mx31pdk/Kconfig"
767 source "board/freescale/mx35pdk/Kconfig"
768 source "board/freescale/mx51evk/Kconfig"
769 source "board/freescale/mx53ard/Kconfig"
770 source "board/freescale/mx53evk/Kconfig"
771 source "board/freescale/mx53loco/Kconfig"
772 source "board/freescale/mx53smd/Kconfig"
773 source "board/freescale/vf610twr/Kconfig"
774 source "board/gumstix/pepper/Kconfig"
775 source "board/h2200/Kconfig"
776 source "board/hale/tt01/Kconfig"
777 source "board/hisilicon/hikey/Kconfig"
778 source "board/imx31_phycore/Kconfig"
779 source "board/isee/igep0033/Kconfig"
780 source "board/karo/tx25/Kconfig"
781 source "board/maxbcm/Kconfig"
782 source "board/mpl/vcma9/Kconfig"
783 source "board/olimex/mx23_olinuxino/Kconfig"
784 source "board/palmtreo680/Kconfig"
785 source "board/phytec/pcm051/Kconfig"
786 source "board/ppcag/bg0900/Kconfig"
787 source "board/samsung/smdk2410/Kconfig"
788 source "board/sandisk/sansa_fuze_plus/Kconfig"
789 source "board/scb9328/Kconfig"
790 source "board/schulercontrol/sc_sps_1/Kconfig"
791 source "board/siemens/draco/Kconfig"
792 source "board/siemens/pxm2/Kconfig"
793 source "board/siemens/rut/Kconfig"
794 source "board/silica/pengwyn/Kconfig"
795 source "board/spear/spear300/Kconfig"
796 source "board/spear/spear310/Kconfig"
797 source "board/spear/spear320/Kconfig"
798 source "board/spear/spear600/Kconfig"
799 source "board/spear/x600/Kconfig"
800 source "board/st/stm32f429-discovery/Kconfig"
801 source "board/st/stv0991/Kconfig"
802 source "board/sunxi/Kconfig"
803 source "board/syteco/zmx25/Kconfig"
804 source "board/ti/am335x/Kconfig"
805 source "board/ti/am43xx/Kconfig"
806 source "board/birdland/bav335x/Kconfig"
807 source "board/ti/ti814x/Kconfig"
808 source "board/ti/ti816x/Kconfig"
809 source "board/timll/devkit3250/Kconfig"
810 source "board/toradex/colibri_pxa270/Kconfig"
811 source "board/toradex/colibri_vf/Kconfig"
812 source "board/technologic/ts4800/Kconfig"
813 source "board/ttcontrol/vision2/Kconfig"
814 source "board/vpac270/Kconfig"
815 source "board/vscom/baltos/Kconfig"
816 source "board/woodburn/Kconfig"
817 source "board/work-microwave/work_92105/Kconfig"
818 source "board/xaeniax/Kconfig"
819
820 source "arch/arm/Kconfig.debug"
821
822 endmenu