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