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