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