xref: /openbmc/u-boot/arch/arm/Kconfig (revision b19cc6bf)
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 HAS_THUMB2
14        bool
15
16config CPU_ARM720T
17        bool
18
19config CPU_ARM920T
20        bool
21
22config CPU_ARM926EJS
23        bool
24
25config CPU_ARM946ES
26        bool
27
28config CPU_ARM1136
29        bool
30
31config CPU_ARM1176
32        bool
33        select HAS_VBAR
34
35config CPU_V7
36        bool
37        select HAS_VBAR
38        select HAS_THUMB2
39
40config CPU_V7M
41	bool
42        select HAS_THUMB2
43
44config CPU_PXA
45        bool
46
47config CPU_SA1100
48        bool
49
50config 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
63config 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
70config 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
76choice
77	prompt "Target select"
78	default TARGET_HIKEY
79
80config ARCH_AT91
81	bool "Atmel AT91"
82
83config TARGET_EDB93XX
84	bool "Support edb93xx"
85	select CPU_ARM920T
86
87config TARGET_VCMA9
88	bool "Support VCMA9"
89	select CPU_ARM920T
90
91config TARGET_SMDK2410
92	bool "Support smdk2410"
93	select CPU_ARM920T
94
95config TARGET_ASPENITE
96	bool "Support aspenite"
97	select CPU_ARM926EJS
98
99config TARGET_GPLUGD
100	bool "Support gplugd"
101	select CPU_ARM926EJS
102
103config ARCH_DAVINCI
104	bool "TI DaVinci"
105	select CPU_ARM926EJS
106	help
107	  Support for TI's DaVinci platform.
108
109config KIRKWOOD
110	bool "Marvell Kirkwood"
111	select CPU_ARM926EJS
112
113config 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
122config TARGET_DEVKIT3250
123	bool "Support devkit3250"
124	select CPU_ARM926EJS
125	select SUPPORT_SPL
126
127config TARGET_WORK_92105
128	bool "Support work_92105"
129	select CPU_ARM926EJS
130	select SUPPORT_SPL
131
132config TARGET_MX25PDK
133	bool "Support mx25pdk"
134	select CPU_ARM926EJS
135
136config TARGET_ZMX25
137	bool "Support zmx25"
138	select CPU_ARM926EJS
139
140config TARGET_APF27
141	bool "Support apf27"
142	select CPU_ARM926EJS
143	select SUPPORT_SPL
144
145config TARGET_APX4DEVKIT
146	bool "Support apx4devkit"
147	select CPU_ARM926EJS
148	select SUPPORT_SPL
149
150config TARGET_XFI3
151	bool "Support xfi3"
152	select CPU_ARM926EJS
153	select SUPPORT_SPL
154
155config TARGET_M28EVK
156	bool "Support m28evk"
157	select CPU_ARM926EJS
158	select SUPPORT_SPL
159
160config TARGET_MX23EVK
161	bool "Support mx23evk"
162	select CPU_ARM926EJS
163	select SUPPORT_SPL
164
165config TARGET_MX28EVK
166	bool "Support mx28evk"
167	select CPU_ARM926EJS
168	select SUPPORT_SPL
169
170config TARGET_MX23_OLINUXINO
171	bool "Support mx23_olinuxino"
172	select CPU_ARM926EJS
173	select SUPPORT_SPL
174
175config TARGET_BG0900
176	bool "Support bg0900"
177	select CPU_ARM926EJS
178	select SUPPORT_SPL
179
180config TARGET_SANSA_FUZE_PLUS
181	bool "Support sansa_fuze_plus"
182	select CPU_ARM926EJS
183	select SUPPORT_SPL
184
185config TARGET_SC_SPS_1
186	bool "Support sc_sps_1"
187	select CPU_ARM926EJS
188	select SUPPORT_SPL
189
190config ORION5X
191	bool "Marvell Orion"
192	select CPU_ARM926EJS
193
194config TARGET_SPEAR300
195	bool "Support spear300"
196	select CPU_ARM926EJS
197
198config TARGET_SPEAR310
199	bool "Support spear310"
200	select CPU_ARM926EJS
201
202config TARGET_SPEAR320
203	bool "Support spear320"
204	select CPU_ARM926EJS
205
206config TARGET_SPEAR600
207	bool "Support spear600"
208	select CPU_ARM926EJS
209
210config 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
219config TARGET_X600
220	bool "Support x600"
221	select CPU_ARM926EJS
222	select SUPPORT_SPL
223
224config TARGET_IMX31_PHYCORE
225	bool "Support imx31_phycore"
226	select CPU_ARM1136
227
228config TARGET_MX31ADS
229	bool "Support mx31ads"
230	select CPU_ARM1136
231
232config TARGET_MX31PDK
233	bool "Support mx31pdk"
234	select CPU_ARM1136
235	select SUPPORT_SPL
236
237config TARGET_WOODBURN
238	bool "Support woodburn"
239	select CPU_ARM1136
240
241config TARGET_WOODBURN_SD
242	bool "Support woodburn_sd"
243	select CPU_ARM1136
244	select SUPPORT_SPL
245
246config TARGET_FLEA3
247	bool "Support flea3"
248	select CPU_ARM1136
249
250config TARGET_MX35PDK
251	bool "Support mx35pdk"
252	select CPU_ARM1136
253
254config ARCH_BCM283X
255	bool "Broadcom BCM283X family"
256	select DM
257	select DM_SERIAL
258	select DM_GPIO
259
260config 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
266config TARGET_VEXPRESS_CA5X2
267	bool "Support vexpress_ca5x2"
268	select CPU_V7
269
270config TARGET_VEXPRESS_CA9X4
271	bool "Support vexpress_ca9x4"
272	select CPU_V7
273
274config TARGET_KWB
275	bool "Support kwb"
276	select CPU_V7
277	select SUPPORT_SPL
278
279config TARGET_TSERIES
280	bool "Support tseries"
281	select CPU_V7
282	select SUPPORT_SPL
283
284config 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
292config 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
300config 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
308config 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
316config TARGET_DRACO
317	bool "Support draco"
318	select CPU_V7
319	select SUPPORT_SPL
320
321config TARGET_THUBAN
322	bool "Support thuban"
323	select CPU_V7
324	select SUPPORT_SPL
325
326config TARGET_RASTABAN
327	bool "Support rastaban"
328	select CPU_V7
329	select SUPPORT_SPL
330
331config TARGET_PXM2
332	bool "Support pxm2"
333	select CPU_V7
334	select SUPPORT_SPL
335
336config TARGET_RUT
337	bool "Support rut"
338	select CPU_V7
339	select SUPPORT_SPL
340
341config 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
349config 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
357config 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
365config TARGET_AM335X_SL50
366	bool "Support am335x_sl50"
367	select CPU_V7
368	select SUPPORT_SPL
369	select DM
370	select DM_SERIAL
371
372config TARGET_AM43XX_EVM
373	bool "Support am43xx_evm"
374	select CPU_V7
375	select SUPPORT_SPL
376
377config 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
392config TARGET_TI814X_EVM
393	bool "Support ti814x_evm"
394	select CPU_V7
395	select SUPPORT_SPL
396
397config TARGET_TI816X_EVM
398	bool "Support ti816x_evm"
399	select CPU_V7
400	select SUPPORT_SPL
401
402config TARGET_BCM28155_AP
403	bool "Support bcm28155_ap"
404	select CPU_V7
405
406config TARGET_BCMCYGNUS
407	bool "Support bcmcygnus"
408	select CPU_V7
409
410config TARGET_BCMNSP
411	bool "Support bcmnsp"
412	select CPU_V7
413
414config 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	select DM_KEYBOARD
423
424config ARCH_S5PC1XX
425	bool "Samsung S5PC1XX"
426	select CPU_V7
427	select DM
428	select DM_SERIAL
429	select DM_GPIO
430
431config ARCH_HIGHBANK
432	bool "Calxeda Highbank"
433	select CPU_V7
434
435config ARCH_INTEGRATOR
436	bool "ARM Ltd. Integrator family"
437	select DM
438	select DM_SERIAL
439
440config ARCH_KEYSTONE
441	bool "TI Keystone"
442	select CPU_V7
443	select SUPPORT_SPL
444
445config ARCH_MX7
446	bool "Freescale MX7"
447	select CPU_V7
448
449config ARCH_MX6
450	bool "Freescale MX6"
451	select CPU_V7
452
453config ARCH_MX5
454	bool "Freescale MX5"
455	select CPU_V7
456
457config TARGET_M53EVK
458	bool "Support m53evk"
459	select CPU_V7
460	select SUPPORT_SPL
461
462config TARGET_MX51EVK
463	bool "Support mx51evk"
464	select CPU_V7
465
466config TARGET_MX53ARD
467	bool "Support mx53ard"
468	select CPU_V7
469
470config TARGET_MX53EVK
471	bool "Support mx53evk"
472	select CPU_V7
473
474config TARGET_MX53LOCO
475	bool "Support mx53loco"
476	select CPU_V7
477
478config TARGET_MX53SMD
479	bool "Support mx53smd"
480	select CPU_V7
481
482config OMAP34XX
483	bool "OMAP34XX SoC"
484	select CPU_V7
485
486config OMAP44XX
487	bool "OMAP44XX SoC"
488	select CPU_V7
489	select SUPPORT_SPL
490
491config OMAP54XX
492	bool "OMAP54XX SoC"
493	select CPU_V7
494	select SUPPORT_SPL
495
496config RMOBILE
497	bool "Renesas ARM SoCs"
498	select CPU_V7
499
500config ARCH_SOCFPGA
501	bool "Altera SOCFPGA family"
502	select CPU_V7
503	select SUPPORT_SPL
504	select OF_CONTROL
505	select SPL_OF_CONTROL
506	select DM
507	select DM_SPI_FLASH
508	select DM_SPI
509
510config TARGET_CM_T43
511	bool "Support cm_t43"
512	select CPU_V7
513	select SUPPORT_SPL
514
515config ARCH_SUNXI
516	bool "Support sunxi (Allwinner) SoCs"
517	select CMD_USB
518	select DM
519	select DM_ETH
520	select DM_GPIO
521	select DM_KEYBOARD
522	select DM_SERIAL
523	select DM_USB
524	select OF_CONTROL
525	select OF_SEPARATE
526	select SPL_STACK_R if !MACH_SUN9I
527	select SPL_SYS_MALLOC_SIMPLE if !MACH_SUN9I
528	select SYS_NS16550
529	select USB
530	select USB_STORAGE
531	select USB_KEYBOARD
532
533config TARGET_TS4800
534	bool "Support TS4800"
535	select CPU_V7
536
537config TARGET_VF610TWR
538	bool "Support vf610twr"
539	select CPU_V7
540
541config TARGET_COLIBRI_VF
542	bool "Support Colibri VF50/61"
543	select CPU_V7
544
545config TARGET_PCM052
546	bool "Support pcm-052"
547	select CPU_V7
548
549config ARCH_ZYNQ
550	bool "Xilinx Zynq Platform"
551	select CPU_V7
552	select SUPPORT_SPL
553	select OF_CONTROL
554	select SPL_OF_CONTROL
555	select DM
556	select DM_ETH
557	select SPL_DM
558	select DM_MMC
559	select DM_SPI
560	select DM_SERIAL
561	select DM_SPI_FLASH
562	select SPL_SEPARATE_BSS
563
564config ARCH_ZYNQMP
565	bool "Support Xilinx ZynqMP Platform"
566	select ARM64
567	select DM
568	select OF_CONTROL
569	select DM_ETH
570	select DM_MMC
571	select DM_SERIAL
572
573config TEGRA
574	bool "NVIDIA Tegra"
575
576config TARGET_VEXPRESS64_AEMV8A
577	bool "Support vexpress_aemv8a"
578	select ARM64
579
580config TARGET_VEXPRESS64_BASE_FVP
581	bool "Support Versatile Express ARMv8a FVP BASE model"
582	select ARM64
583	select SEMIHOSTING
584
585config TARGET_VEXPRESS64_BASE_FVP_DRAM
586	bool "Support Versatile Express ARMv8a FVP BASE model booting from DRAM"
587	select ARM64
588	help
589	  This target is derived from TARGET_VEXPRESS64_BASE_FVP and over-rides
590	  the default config to allow the user to load the images directly into
591	  DRAM using model parameters rather than by using semi-hosting to load
592	  the files from the host filesystem.
593
594config TARGET_VEXPRESS64_JUNO
595	bool "Support Versatile Express Juno Development Platform"
596	select ARM64
597
598config TARGET_LS2080A_EMU
599	bool "Support ls2080a_emu"
600	select ARM64
601	select ARMV8_MULTIENTRY
602	help
603	  Support for Freescale LS2080A_EMU platform
604	  The LS2080A Development System (EMULATOR) is a pre silicon
605	  development platform that supports the QorIQ LS2080A
606	  Layerscape Architecture processor.
607
608config TARGET_LS2080A_SIMU
609	bool "Support ls2080a_simu"
610	select ARM64
611	select ARMV8_MULTIENTRY
612	help
613	  Support for Freescale LS2080A_SIMU platform
614	  The LS2080A Development System (QDS) is a pre silicon
615	  development platform that supports the QorIQ LS2080A
616	  Layerscape Architecture processor.
617
618config TARGET_LS2080AQDS
619	bool "Support ls2080aqds"
620	select ARM64
621	select ARMV8_MULTIENTRY
622	select SUPPORT_SPL
623	help
624	  Support for Freescale LS2080AQDS platform
625	  The LS2080A Development System (QDS) is a high-performance
626	  development platform that supports the QorIQ LS2080A
627	  Layerscape Architecture processor.
628
629config TARGET_LS2080ARDB
630	bool "Support ls2080ardb"
631	select ARM64
632	select ARMV8_MULTIENTRY
633	select SUPPORT_SPL
634	help
635	  Support for Freescale LS2080ARDB platform.
636	  The LS2080A Reference design board (RDB) is a high-performance
637	  development platform that supports the QorIQ LS2080A
638	  Layerscape Architecture processor.
639
640config TARGET_HIKEY
641	bool "Support HiKey 96boards Consumer Edition Platform"
642	select ARM64
643	select DM
644	select DM_GPIO
645	select DM_SERIAL
646	  help
647	  Support for HiKey 96boards platform. It features a HI6220
648	  SoC, with 8xA53 CPU, mali450 gpu, and 1GB RAM.
649
650config TARGET_LS1021AQDS
651	bool "Support ls1021aqds"
652	select CPU_V7
653	select SUPPORT_SPL
654config TARGET_LS1021ATWR
655	bool "Support ls1021atwr"
656	select CPU_V7
657	select SUPPORT_SPL
658
659config TARGET_LS1043AQDS
660	bool "Support ls1043aqds"
661	select ARM64
662	select ARMV8_MULTIENTRY
663	select SUPPORT_SPL
664	help
665	  Support for Freescale LS1043AQDS platform.
666
667config TARGET_LS1043ARDB
668	bool "Support ls1043ardb"
669	select ARM64
670	select ARMV8_MULTIENTRY
671	select SUPPORT_SPL
672	help
673	  Support for Freescale LS1043ARDB platform.
674
675config TARGET_H2200
676	bool "Support h2200"
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	select DM
702	select DM_SERIAL
703
704config ARCH_ROCKCHIP
705	bool "Support Rockchip SoCs"
706	select SUPPORT_SPL
707	select SPL
708	select OF_CONTROL
709	select CPU_V7
710	select DM
711
712endchoice
713
714source "arch/arm/mach-at91/Kconfig"
715
716source "arch/arm/mach-bcm283x/Kconfig"
717
718source "arch/arm/mach-davinci/Kconfig"
719
720source "arch/arm/mach-exynos/Kconfig"
721
722source "arch/arm/mach-highbank/Kconfig"
723
724source "arch/arm/mach-integrator/Kconfig"
725
726source "arch/arm/mach-keystone/Kconfig"
727
728source "arch/arm/mach-kirkwood/Kconfig"
729
730source "arch/arm/mach-mvebu/Kconfig"
731
732source "arch/arm/cpu/armv7/mx7/Kconfig"
733
734source "arch/arm/cpu/armv7/mx6/Kconfig"
735
736source "arch/arm/cpu/armv7/mx5/Kconfig"
737
738source "arch/arm/cpu/armv7/omap3/Kconfig"
739
740source "arch/arm/cpu/armv7/omap4/Kconfig"
741
742source "arch/arm/cpu/armv7/omap5/Kconfig"
743
744source "arch/arm/mach-orion5x/Kconfig"
745
746source "arch/arm/cpu/armv7/rmobile/Kconfig"
747
748source "arch/arm/mach-rockchip/Kconfig"
749
750source "arch/arm/mach-s5pc1xx/Kconfig"
751
752source "arch/arm/mach-socfpga/Kconfig"
753
754source "arch/arm/mach-tegra/Kconfig"
755
756source "arch/arm/mach-uniphier/Kconfig"
757
758source "arch/arm/mach-zynq/Kconfig"
759
760source "arch/arm/cpu/armv7/Kconfig"
761
762source "arch/arm/cpu/armv8/zynqmp/Kconfig"
763
764source "arch/arm/cpu/armv8/Kconfig"
765
766source "arch/arm/imx-common/Kconfig"
767
768source "board/BuR/kwb/Kconfig"
769source "board/BuR/tseries/Kconfig"
770source "board/CarMediaLab/flea3/Kconfig"
771source "board/Marvell/aspenite/Kconfig"
772source "board/Marvell/db-88f6820-gp/Kconfig"
773source "board/Marvell/db-mv784mp-gp/Kconfig"
774source "board/Marvell/gplugd/Kconfig"
775source "board/armadeus/apf27/Kconfig"
776source "board/armltd/vexpress/Kconfig"
777source "board/armltd/vexpress64/Kconfig"
778source "board/bluegiga/apx4devkit/Kconfig"
779source "board/broadcom/bcm28155_ap/Kconfig"
780source "board/broadcom/bcmcygnus/Kconfig"
781source "board/broadcom/bcmnsp/Kconfig"
782source "board/cirrus/edb93xx/Kconfig"
783source "board/compulab/cm_t335/Kconfig"
784source "board/compulab/cm_t43/Kconfig"
785source "board/creative/xfi3/Kconfig"
786source "board/denx/m28evk/Kconfig"
787source "board/denx/m53evk/Kconfig"
788source "board/freescale/ls2080a/Kconfig"
789source "board/freescale/ls2080aqds/Kconfig"
790source "board/freescale/ls2080ardb/Kconfig"
791source "board/freescale/ls1021aqds/Kconfig"
792source "board/freescale/ls1043aqds/Kconfig"
793source "board/freescale/ls1021atwr/Kconfig"
794source "board/freescale/ls1043ardb/Kconfig"
795source "board/freescale/mx23evk/Kconfig"
796source "board/freescale/mx25pdk/Kconfig"
797source "board/freescale/mx28evk/Kconfig"
798source "board/freescale/mx31ads/Kconfig"
799source "board/freescale/mx31pdk/Kconfig"
800source "board/freescale/mx35pdk/Kconfig"
801source "board/freescale/mx51evk/Kconfig"
802source "board/freescale/mx53ard/Kconfig"
803source "board/freescale/mx53evk/Kconfig"
804source "board/freescale/mx53loco/Kconfig"
805source "board/freescale/mx53smd/Kconfig"
806source "board/freescale/vf610twr/Kconfig"
807source "board/gumstix/pepper/Kconfig"
808source "board/h2200/Kconfig"
809source "board/hisilicon/hikey/Kconfig"
810source "board/imx31_phycore/Kconfig"
811source "board/isee/igep0033/Kconfig"
812source "board/maxbcm/Kconfig"
813source "board/mpl/vcma9/Kconfig"
814source "board/olimex/mx23_olinuxino/Kconfig"
815source "board/phytec/pcm051/Kconfig"
816source "board/phytec/pcm052/Kconfig"
817source "board/ppcag/bg0900/Kconfig"
818source "board/samsung/smdk2410/Kconfig"
819source "board/sandisk/sansa_fuze_plus/Kconfig"
820source "board/schulercontrol/sc_sps_1/Kconfig"
821source "board/siemens/draco/Kconfig"
822source "board/siemens/pxm2/Kconfig"
823source "board/siemens/rut/Kconfig"
824source "board/silica/pengwyn/Kconfig"
825source "board/spear/spear300/Kconfig"
826source "board/spear/spear310/Kconfig"
827source "board/spear/spear320/Kconfig"
828source "board/spear/spear600/Kconfig"
829source "board/spear/x600/Kconfig"
830source "board/st/stm32f429-discovery/Kconfig"
831source "board/st/stv0991/Kconfig"
832source "board/sunxi/Kconfig"
833source "board/syteco/zmx25/Kconfig"
834source "board/tcl/sl50/Kconfig"
835source "board/ti/am335x/Kconfig"
836source "board/ti/am43xx/Kconfig"
837source "board/birdland/bav335x/Kconfig"
838source "board/ti/ti814x/Kconfig"
839source "board/ti/ti816x/Kconfig"
840source "board/timll/devkit3250/Kconfig"
841source "board/toradex/colibri_pxa270/Kconfig"
842source "board/toradex/colibri_vf/Kconfig"
843source "board/technologic/ts4800/Kconfig"
844source "board/vscom/baltos/Kconfig"
845source "board/woodburn/Kconfig"
846source "board/work-microwave/work_92105/Kconfig"
847
848source "arch/arm/Kconfig.debug"
849
850endmenu
851