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