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