xref: /rk3399_rockchip-uboot/arch/arm/Kconfig (revision 8bc347e2ec17bca44b1639a001eeed50d042f0db)
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_PXA
37        bool
38
39config CPU_SA1100
40        bool
41
42config SYS_CPU
43        default "arm720t" if CPU_ARM720T
44        default "arm920t" if CPU_ARM920T
45        default "arm926ejs" if CPU_ARM926EJS
46        default "arm946es" if CPU_ARM946ES
47        default "arm1136" if CPU_ARM1136
48        default "arm1176" if CPU_ARM1176
49        default "armv7" if CPU_V7
50        default "pxa" if CPU_PXA
51        default "sa1100" if CPU_SA1100
52	default "armv8" if ARM64
53
54choice
55	prompt "Target select"
56
57config TARGET_INTEGRATORAP_CM720T
58	bool "Support integratorap_cm720t"
59	select CPU_ARM720T
60
61config TARGET_INTEGRATORAP_CM920T
62	bool "Support integratorap_cm920t"
63	select CPU_ARM920T
64
65config TARGET_INTEGRATORCP_CM920T
66	bool "Support integratorcp_cm920t"
67	select CPU_ARM920T
68
69config TARGET_A320EVB
70	bool "Support a320evb"
71	select CPU_ARM920T
72
73config TARGET_AT91RM9200EK
74	bool "Support at91rm9200ek"
75	select CPU_ARM920T
76
77config TARGET_EB_CPUX9K2
78	bool "Support eb_cpux9k2"
79	select CPU_ARM920T
80
81config TARGET_CPUAT91
82	bool "Support cpuat91"
83	select CPU_ARM920T
84
85config TARGET_EDB93XX
86	bool "Support edb93xx"
87	select CPU_ARM920T
88
89config TARGET_SCB9328
90	bool "Support scb9328"
91	select CPU_ARM920T
92
93config TARGET_CM4008
94	bool "Support cm4008"
95	select CPU_ARM920T
96
97config TARGET_CM41XX
98	bool "Support cm41xx"
99	select CPU_ARM920T
100
101config TARGET_VCMA9
102	bool "Support VCMA9"
103	select CPU_ARM920T
104
105config TARGET_SMDK2410
106	bool "Support smdk2410"
107	select CPU_ARM920T
108
109config TARGET_INTEGRATORAP_CM926EJS
110	bool "Support integratorap_cm926ejs"
111	select CPU_ARM926EJS
112
113config TARGET_INTEGRATORCP_CM926EJS
114	bool "Support integratorcp_cm926ejs"
115	select CPU_ARM926EJS
116
117config TARGET_ASPENITE
118	bool "Support aspenite"
119	select CPU_ARM926EJS
120
121config TARGET_GPLUGD
122	bool "Support gplugd"
123	select CPU_ARM926EJS
124
125config TARGET_AFEB9260
126	bool "Support afeb9260"
127	select CPU_ARM926EJS
128
129config TARGET_AT91SAM9260EK
130	bool "Support at91sam9260ek"
131	select CPU_ARM926EJS
132
133config TARGET_AT91SAM9261EK
134	bool "Support at91sam9261ek"
135	select CPU_ARM926EJS
136
137config TARGET_AT91SAM9263EK
138	bool "Support at91sam9263ek"
139	select CPU_ARM926EJS
140
141config TARGET_AT91SAM9M10G45EK
142	bool "Support at91sam9m10g45ek"
143	select CPU_ARM926EJS
144
145config TARGET_AT91SAM9N12EK
146	bool "Support at91sam9n12ek"
147	select CPU_ARM926EJS
148
149config TARGET_AT91SAM9RLEK
150	bool "Support at91sam9rlek"
151	select CPU_ARM926EJS
152
153config TARGET_AT91SAM9X5EK
154	bool "Support at91sam9x5ek"
155	select CPU_ARM926EJS
156
157config TARGET_SNAPPER9260
158	bool "Support snapper9260"
159	select CPU_ARM926EJS
160
161config TARGET_VL_MA2SC
162	bool "Support vl_ma2sc"
163	select CPU_ARM926EJS
164
165config TARGET_SBC35_A9G20
166	bool "Support sbc35_a9g20"
167	select CPU_ARM926EJS
168
169config TARGET_TNY_A9260
170	bool "Support tny_a9260"
171	select CPU_ARM926EJS
172
173config TARGET_USB_A9263
174	bool "Support usb_a9263"
175	select CPU_ARM926EJS
176
177config TARGET_ETHERNUT5
178	bool "Support ethernut5"
179	select CPU_ARM926EJS
180
181config TARGET_MEESC
182	bool "Support meesc"
183	select CPU_ARM926EJS
184
185config TARGET_OTC570
186	bool "Support otc570"
187	select CPU_ARM926EJS
188
189config TARGET_CPU9260
190	bool "Support cpu9260"
191	select CPU_ARM926EJS
192
193config TARGET_PM9261
194	bool "Support pm9261"
195	select CPU_ARM926EJS
196
197config TARGET_PM9263
198	bool "Support pm9263"
199	select CPU_ARM926EJS
200
201config TARGET_PM9G45
202	bool "Support pm9g45"
203	select CPU_ARM926EJS
204
205config TARGET_CORVUS
206	bool "Support corvus"
207	select CPU_ARM926EJS
208
209config TARGET_TAURUS
210	bool "Support taurus"
211	select CPU_ARM926EJS
212
213config TARGET_STAMP9G20
214	bool "Support stamp9g20"
215	select CPU_ARM926EJS
216
217config ARCH_DAVINCI
218	bool "TI DaVinci"
219	select CPU_ARM926EJS
220	help
221	  Support for TI's DaVinci platform.
222
223config KIRKWOOD
224	bool "Marvell Kirkwood"
225	select CPU_ARM926EJS
226
227config TARGET_DB_MV784MP_GP
228	bool "Support db-mv784mp-gp"
229	select CPU_V7
230
231config TARGET_MAXBCM
232	bool "Support maxbcm"
233	select CPU_V7
234
235config TARGET_DEVKIT3250
236	bool "Support devkit3250"
237	select CPU_ARM926EJS
238
239config TARGET_JADECPU
240	bool "Support jadecpu"
241	select CPU_ARM926EJS
242
243config TARGET_MX25PDK
244	bool "Support mx25pdk"
245	select CPU_ARM926EJS
246
247config TARGET_TX25
248	bool "Support tx25"
249	select CPU_ARM926EJS
250	select SUPPORT_SPL
251
252config TARGET_ZMX25
253	bool "Support zmx25"
254	select CPU_ARM926EJS
255
256config TARGET_APF27
257	bool "Support apf27"
258	select CPU_ARM926EJS
259	select SUPPORT_SPL
260
261config TARGET_IMX27LITE
262	bool "Support imx27lite"
263	select CPU_ARM926EJS
264
265config TARGET_MAGNESIUM
266	bool "Support magnesium"
267	select CPU_ARM926EJS
268
269config TARGET_APX4DEVKIT
270	bool "Support apx4devkit"
271	select CPU_ARM926EJS
272	select SUPPORT_SPL
273
274config TARGET_XFI3
275	bool "Support xfi3"
276	select CPU_ARM926EJS
277	select SUPPORT_SPL
278
279config TARGET_M28EVK
280	bool "Support m28evk"
281	select CPU_ARM926EJS
282	select SUPPORT_SPL
283
284config TARGET_MX23EVK
285	bool "Support mx23evk"
286	select CPU_ARM926EJS
287	select SUPPORT_SPL
288
289config TARGET_MX28EVK
290	bool "Support mx28evk"
291	select CPU_ARM926EJS
292	select SUPPORT_SPL
293
294config TARGET_MX23_OLINUXINO
295	bool "Support mx23_olinuxino"
296	select CPU_ARM926EJS
297	select SUPPORT_SPL
298
299config TARGET_BG0900
300	bool "Support bg0900"
301	select CPU_ARM926EJS
302	select SUPPORT_SPL
303
304config TARGET_SANSA_FUZE_PLUS
305	bool "Support sansa_fuze_plus"
306	select CPU_ARM926EJS
307	select SUPPORT_SPL
308
309config TARGET_SC_SPS_1
310	bool "Support sc_sps_1"
311	select CPU_ARM926EJS
312	select SUPPORT_SPL
313
314config ARCH_NOMADIK
315	bool "ST-Ericsson Nomadik"
316	select CPU_ARM926EJS
317
318config ORION5X
319	bool "Marvell Orion"
320	select CPU_ARM926EJS
321
322config TARGET_DKB
323	bool "Support dkb"
324	select CPU_ARM926EJS
325
326config TARGET_SPEAR300
327	bool "Support spear300"
328	select CPU_ARM926EJS
329
330config TARGET_SPEAR310
331	bool "Support spear310"
332	select CPU_ARM926EJS
333
334config TARGET_SPEAR320
335	bool "Support spear320"
336	select CPU_ARM926EJS
337
338config TARGET_SPEAR600
339	bool "Support spear600"
340	select CPU_ARM926EJS
341
342config TARGET_X600
343	bool "Support x600"
344	select CPU_ARM926EJS
345	select SUPPORT_SPL
346
347config ARCH_VERSATILE
348	bool "ARM Ltd. Versatile family"
349	select CPU_ARM926EJS
350
351config TARGET_INTEGRATORCP_CM1136
352	bool "Support integratorcp_cm1136"
353	select CPU_ARM1136
354
355config TARGET_IMX31_PHYCORE
356	bool "Support imx31_phycore"
357	select CPU_ARM1136
358
359config TARGET_QONG
360	bool "Support qong"
361	select CPU_ARM1136
362
363config TARGET_MX31ADS
364	bool "Support mx31ads"
365	select CPU_ARM1136
366
367config TARGET_MX31PDK
368	bool "Support mx31pdk"
369	select CPU_ARM1136
370	select SUPPORT_SPL
371
372config TARGET_TT01
373	bool "Support tt01"
374	select CPU_ARM1136
375
376config TARGET_IMX31_LITEKIT
377	bool "Support imx31_litekit"
378	select CPU_ARM1136
379
380config TARGET_WOODBURN
381	bool "Support woodburn"
382	select CPU_ARM1136
383
384config TARGET_WOODBURN_SD
385	bool "Support woodburn_sd"
386	select CPU_ARM1136
387	select SUPPORT_SPL
388
389config TARGET_FLEA3
390	bool "Support flea3"
391	select CPU_ARM1136
392
393config TARGET_MX35PDK
394	bool "Support mx35pdk"
395	select CPU_ARM1136
396
397config TARGET_RPI_B
398	bool "Support rpi_b"
399	select CPU_ARM1176
400
401config TARGET_TNETV107X_EVM
402	bool "Support tnetv107x_evm"
403	select CPU_ARM1176
404
405config TARGET_INTEGRATORAP_CM946ES
406	bool "Support integratorap_cm946es"
407	select CPU_ARM946ES
408
409config TARGET_INTEGRATORCP_CM946ES
410	bool "Support integratorcp_cm946es"
411	select CPU_ARM946ES
412
413config TARGET_VEXPRESS_CA15_TC2
414	bool "Support vexpress_ca15_tc2"
415	select CPU_V7
416	select CPU_V7_HAS_NONSEC
417	select CPU_V7_HAS_VIRT
418
419config TARGET_VEXPRESS_CA5X2
420	bool "Support vexpress_ca5x2"
421	select CPU_V7
422
423config TARGET_VEXPRESS_CA9X4
424	bool "Support vexpress_ca9x4"
425	select CPU_V7
426
427config TARGET_KWB
428	bool "Support kwb"
429	select CPU_V7
430	select SUPPORT_SPL
431
432config TARGET_TSERIES
433	bool "Support tseries"
434	select CPU_V7
435	select SUPPORT_SPL
436
437config TARGET_CM_T335
438	bool "Support cm_t335"
439	select CPU_V7
440	select SUPPORT_SPL
441
442config TARGET_PEPPER
443	bool "Support pepper"
444	select CPU_V7
445	select SUPPORT_SPL
446
447config TARGET_AM335X_IGEP0033
448	bool "Support am335x_igep0033"
449	select CPU_V7
450	select SUPPORT_SPL
451
452config TARGET_PCM051
453	bool "Support pcm051"
454	select CPU_V7
455	select SUPPORT_SPL
456
457config TARGET_DRACO
458	bool "Support draco"
459	select CPU_V7
460	select SUPPORT_SPL
461
462config TARGET_DXR2
463	bool "Support dxr2"
464	select CPU_V7
465	select SUPPORT_SPL
466
467config TARGET_PXM2
468	bool "Support pxm2"
469	select CPU_V7
470	select SUPPORT_SPL
471
472config TARGET_RUT
473	bool "Support rut"
474	select CPU_V7
475	select SUPPORT_SPL
476
477config TARGET_PENGWYN
478	bool "Support pengwyn"
479	select CPU_V7
480	select SUPPORT_SPL
481
482config TARGET_AM335X_EVM
483	bool "Support am335x_evm"
484	select CPU_V7
485	select SUPPORT_SPL
486
487config TARGET_AM43XX_EVM
488	bool "Support am43xx_evm"
489	select CPU_V7
490	select SUPPORT_SPL
491
492config TARGET_TI814X_EVM
493	bool "Support ti814x_evm"
494	select CPU_V7
495	select SUPPORT_SPL
496
497config TARGET_TI816X_EVM
498	bool "Support ti816x_evm"
499	select CPU_V7
500	select SUPPORT_SPL
501
502config TARGET_SAMA5D3_XPLAINED
503	bool "Support sama5d3_xplained"
504	select CPU_V7
505	select SUPPORT_SPL
506
507config TARGET_SAMA5D3XEK
508	bool "Support sama5d3xek"
509	select CPU_V7
510	select SUPPORT_SPL
511
512config TARGET_BCM28155_AP
513	bool "Support bcm28155_ap"
514	select CPU_V7
515
516config TARGET_BCM958300K
517	bool "Support bcm958300k"
518	select CPU_V7
519
520config TARGET_BCM958622HR
521	bool "Support bcm958622hr"
522	select CPU_V7
523
524config ARCH_EXYNOS
525	bool "Samsung EXYNOS"
526	select CPU_V7
527
528config ARCH_S5PC1XX
529	bool "Samsung S5PC1XX"
530	select CPU_V7
531
532config ARCH_HIGHBANK
533	bool "Calxeda Highbank"
534	select CPU_V7
535
536config ARCH_KEYSTONE
537	bool "TI Keystone"
538	select CPU_V7
539	select SUPPORT_SPL
540
541config TARGET_M53EVK
542	bool "Support m53evk"
543	select CPU_V7
544	select SUPPORT_SPL
545
546config TARGET_IMA3_MX53
547	bool "Support ima3-mx53"
548	select CPU_V7
549
550config TARGET_MX51EVK
551	bool "Support mx51evk"
552	select CPU_V7
553
554config TARGET_MX53ARD
555	bool "Support mx53ard"
556	select CPU_V7
557
558config TARGET_MX53EVK
559	bool "Support mx53evk"
560	select CPU_V7
561
562config TARGET_MX53LOCO
563	bool "Support mx53loco"
564	select CPU_V7
565
566config TARGET_MX53SMD
567	bool "Support mx53smd"
568	select CPU_V7
569
570config TARGET_MX51_EFIKAMX
571	bool "Support mx51_efikamx"
572	select CPU_V7
573
574config TARGET_VISION2
575	bool "Support vision2"
576	select CPU_V7
577
578config TARGET_UDOO
579	bool "Support udoo"
580	select CPU_V7
581
582config TARGET_WANDBOARD
583	bool "Support wandboard"
584	select CPU_V7
585
586config TARGET_TITANIUM
587	bool "Support titanium"
588	select CPU_V7
589
590config TARGET_NITROGEN6X
591	bool "Support nitrogen6x"
592	select CPU_V7
593
594config TARGET_CGTQMX6EVAL
595	bool "Support cgtqmx6eval"
596	select CPU_V7
597
598config TARGET_EMBESTMX6BOARDS
599	bool "Support embestmx6boards"
600	select CPU_V7
601
602config TARGET_ARISTAINETOS
603	bool "Support aristainetos"
604	select CPU_V7
605
606config TARGET_MX6QARM2
607	bool "Support mx6qarm2"
608	select CPU_V7
609
610config TARGET_MX6QSABREAUTO
611	bool "Support mx6qsabreauto"
612	select CPU_V7
613
614config TARGET_MX6SABRESD
615	bool "Support mx6sabresd"
616	select CPU_V7
617
618config TARGET_MX6SLEVK
619	bool "Support mx6slevk"
620	select CPU_V7
621
622config TARGET_MX6SXSABRESD
623	bool "Support mx6sxsabresd"
624	select CPU_V7
625
626config TARGET_GW_VENTANA
627	bool "Support gw_ventana"
628	select CPU_V7
629	select SUPPORT_SPL
630
631config TARGET_HUMMINGBOARD
632	bool "Support hummingboard"
633	select CPU_V7
634
635config TARGET_KOSAGI_NOVENA
636	bool "Support Kosagi Novena"
637	select CPU_V7
638	select SUPPORT_SPL
639
640config TARGET_TQMA6
641	bool "TQ Systems TQMa6 board"
642	select CPU_V7
643
644config TARGET_OT1200
645	bool "Bachmann OT1200"
646	select CPU_V7
647
648config OMAP34XX
649	bool "OMAP34XX SoC"
650	select CPU_V7
651
652config OMAP44XX
653	bool "OMAP44XX SoC"
654	select CPU_V7
655	select SUPPORT_SPL
656
657config OMAP54XX
658	bool "OMAP54XX SoC"
659	select CPU_V7
660	select SUPPORT_SPL
661
662config RMOBILE
663	bool "Renesas ARM SoCs"
664	select CPU_V7
665
666config TARGET_CM_FX6
667	bool "Support cm_fx6"
668	select CPU_V7
669	select SUPPORT_SPL
670
671config TARGET_SOCFPGA_CYCLONE5
672	bool "Support socfpga_cyclone5"
673	select CPU_V7
674	select SUPPORT_SPL
675
676config ARCH_SUNXI
677	bool "Support sunxi (Allwinner) SoCs"
678
679config TARGET_SNOWBALL
680	bool "Support snowball"
681	select CPU_V7
682
683config TARGET_U8500_HREF
684	bool "Support u8500_href"
685	select CPU_V7
686
687config TARGET_VF610TWR
688	bool "Support vf610twr"
689	select CPU_V7
690
691config ZYNQ
692	bool "Xilinx Zynq Platform"
693	select CPU_V7
694	select SUPPORT_SPL
695
696config TEGRA
697	bool "NVIDIA Tegra"
698	select SUPPORT_SPL
699	select SPL
700	select OF_CONTROL if !SPL_BUILD
701	select CPU_ARM720T if SPL_BUILD
702	select CPU_V7 if !SPL_BUILD
703
704config TARGET_VEXPRESS_AEMV8A
705	bool "Support vexpress_aemv8a"
706	select ARM64
707
708config TARGET_LS2085A_EMU
709	bool "Support ls2085a_emu"
710	select ARM64
711
712config TARGET_LS2085A_SIMU
713	bool "Support ls2085a_simu"
714	select ARM64
715
716config TARGET_LS1021AQDS
717	bool "Support ls1021aqds_nor"
718	select CPU_V7
719
720config TARGET_LS1021ATWR
721	bool "Support ls1021atwr_nor"
722	select CPU_V7
723
724config TARGET_BALLOON3
725	bool "Support balloon3"
726	select CPU_PXA
727
728config TARGET_H2200
729	bool "Support h2200"
730	select CPU_PXA
731
732config TARGET_PALMLD
733	bool "Support palmld"
734	select CPU_PXA
735
736config TARGET_PALMTC
737	bool "Support palmtc"
738	select CPU_PXA
739
740config TARGET_PALMTREO680
741	bool "Support palmtreo680"
742	select CPU_PXA
743	select SUPPORT_SPL
744
745config TARGET_PXA255_IDP
746	bool "Support pxa255_idp"
747	select CPU_PXA
748
749config TARGET_TRIZEPSIV
750	bool "Support trizepsiv"
751	select CPU_PXA
752
753config TARGET_VPAC270
754	bool "Support vpac270"
755	select CPU_PXA
756	select SUPPORT_SPL
757
758config TARGET_XAENIAX
759	bool "Support xaeniax"
760	select CPU_PXA
761
762config TARGET_ZIPITZ2
763	bool "Support zipitz2"
764	select CPU_PXA
765
766config TARGET_LP8X4X
767	bool "Support lp8x4x"
768	select CPU_PXA
769
770config TARGET_COLIBRI_PXA270
771	bool "Support colibri_pxa270"
772	select CPU_PXA
773
774config TARGET_JORNADA
775	bool "Support jornada"
776	select CPU_SA1100
777
778config ARCH_UNIPHIER
779	bool "Panasonic UniPhier platform"
780	select CPU_V7
781	select SUPPORT_SPL
782
783endchoice
784
785source "arch/arm/cpu/arm926ejs/davinci/Kconfig"
786
787source "arch/arm/cpu/armv7/exynos/Kconfig"
788
789source "arch/arm/cpu/armv7/highbank/Kconfig"
790
791source "arch/arm/cpu/armv7/keystone/Kconfig"
792
793source "arch/arm/cpu/arm926ejs/kirkwood/Kconfig"
794
795source "arch/arm/cpu/arm926ejs/nomadik/Kconfig"
796
797source "arch/arm/cpu/armv7/omap3/Kconfig"
798
799source "arch/arm/cpu/armv7/omap4/Kconfig"
800
801source "arch/arm/cpu/armv7/omap5/Kconfig"
802
803source "arch/arm/cpu/arm926ejs/orion5x/Kconfig"
804
805source "arch/arm/cpu/armv7/rmobile/Kconfig"
806
807source "arch/arm/cpu/armv7/s5pc1xx/Kconfig"
808
809source "arch/arm/cpu/armv7/tegra-common/Kconfig"
810
811source "arch/arm/cpu/armv7/uniphier/Kconfig"
812
813source "arch/arm/cpu/arm926ejs/versatile/Kconfig"
814
815source "arch/arm/cpu/armv7/zynq/Kconfig"
816
817source "arch/arm/cpu/armv7/Kconfig"
818
819source "board/aristainetos/Kconfig"
820source "board/BuR/kwb/Kconfig"
821source "board/BuR/tseries/Kconfig"
822source "board/BuS/eb_cpux9k2/Kconfig"
823source "board/BuS/vl_ma2sc/Kconfig"
824source "board/CarMediaLab/flea3/Kconfig"
825source "board/Marvell/aspenite/Kconfig"
826source "board/Marvell/db-mv784mp-gp/Kconfig"
827source "board/Marvell/dkb/Kconfig"
828source "board/Marvell/gplugd/Kconfig"
829source "board/afeb9260/Kconfig"
830source "board/altera/socfpga/Kconfig"
831source "board/armadeus/apf27/Kconfig"
832source "board/armltd/integrator/Kconfig"
833source "board/armltd/vexpress/Kconfig"
834source "board/armltd/vexpress64/Kconfig"
835source "board/atmel/at91rm9200ek/Kconfig"
836source "board/atmel/at91sam9260ek/Kconfig"
837source "board/atmel/at91sam9261ek/Kconfig"
838source "board/atmel/at91sam9263ek/Kconfig"
839source "board/atmel/at91sam9m10g45ek/Kconfig"
840source "board/atmel/at91sam9n12ek/Kconfig"
841source "board/atmel/at91sam9rlek/Kconfig"
842source "board/atmel/at91sam9x5ek/Kconfig"
843source "board/atmel/sama5d3_xplained/Kconfig"
844source "board/atmel/sama5d3xek/Kconfig"
845source "board/bachmann/ot1200/Kconfig"
846source "board/balloon3/Kconfig"
847source "board/barco/titanium/Kconfig"
848source "board/bluegiga/apx4devkit/Kconfig"
849source "board/bluewater/snapper9260/Kconfig"
850source "board/boundary/nitrogen6x/Kconfig"
851source "board/broadcom/bcm28155_ap/Kconfig"
852source "board/broadcom/bcm958300k/Kconfig"
853source "board/broadcom/bcm958622hr/Kconfig"
854source "board/calao/sbc35_a9g20/Kconfig"
855source "board/calao/tny_a9260/Kconfig"
856source "board/calao/usb_a9263/Kconfig"
857source "board/cirrus/edb93xx/Kconfig"
858source "board/cm4008/Kconfig"
859source "board/cm41xx/Kconfig"
860source "board/compulab/cm_t335/Kconfig"
861source "board/compulab/cm_fx6/Kconfig"
862source "board/congatec/cgtqmx6eval/Kconfig"
863source "board/creative/xfi3/Kconfig"
864source "board/davedenx/qong/Kconfig"
865source "board/denx/m28evk/Kconfig"
866source "board/denx/m53evk/Kconfig"
867source "board/egnite/ethernut5/Kconfig"
868source "board/embest/mx6boards/Kconfig"
869source "board/esd/meesc/Kconfig"
870source "board/esd/otc570/Kconfig"
871source "board/esg/ima3-mx53/Kconfig"
872source "board/eukrea/cpu9260/Kconfig"
873source "board/eukrea/cpuat91/Kconfig"
874source "board/faraday/a320evb/Kconfig"
875source "board/freescale/ls2085a/Kconfig"
876source "board/freescale/ls1021aqds/Kconfig"
877source "board/freescale/ls1021atwr/Kconfig"
878source "board/freescale/mx23evk/Kconfig"
879source "board/freescale/mx25pdk/Kconfig"
880source "board/freescale/mx28evk/Kconfig"
881source "board/freescale/mx31ads/Kconfig"
882source "board/freescale/mx31pdk/Kconfig"
883source "board/freescale/mx35pdk/Kconfig"
884source "board/freescale/mx51evk/Kconfig"
885source "board/freescale/mx53ard/Kconfig"
886source "board/freescale/mx53evk/Kconfig"
887source "board/freescale/mx53loco/Kconfig"
888source "board/freescale/mx53smd/Kconfig"
889source "board/freescale/mx6qarm2/Kconfig"
890source "board/freescale/mx6qsabreauto/Kconfig"
891source "board/freescale/mx6sabresd/Kconfig"
892source "board/freescale/mx6slevk/Kconfig"
893source "board/freescale/mx6sxsabresd/Kconfig"
894source "board/freescale/vf610twr/Kconfig"
895source "board/gateworks/gw_ventana/Kconfig"
896source "board/genesi/mx51_efikamx/Kconfig"
897source "board/gumstix/pepper/Kconfig"
898source "board/h2200/Kconfig"
899source "board/hale/tt01/Kconfig"
900source "board/icpdas/lp8x4x/Kconfig"
901source "board/imx31_phycore/Kconfig"
902source "board/isee/igep0033/Kconfig"
903source "board/jornada/Kconfig"
904source "board/karo/tx25/Kconfig"
905source "board/kosagi/novena/Kconfig"
906source "board/logicpd/imx27lite/Kconfig"
907source "board/logicpd/imx31_litekit/Kconfig"
908source "board/maxbcm/Kconfig"
909source "board/mpl/vcma9/Kconfig"
910source "board/olimex/mx23_olinuxino/Kconfig"
911source "board/palmld/Kconfig"
912source "board/palmtc/Kconfig"
913source "board/palmtreo680/Kconfig"
914source "board/phytec/pcm051/Kconfig"
915source "board/ppcag/bg0900/Kconfig"
916source "board/pxa255_idp/Kconfig"
917source "board/raspberrypi/rpi_b/Kconfig"
918source "board/ronetix/pm9261/Kconfig"
919source "board/ronetix/pm9263/Kconfig"
920source "board/ronetix/pm9g45/Kconfig"
921source "board/samsung/smdk2410/Kconfig"
922source "board/sandisk/sansa_fuze_plus/Kconfig"
923source "board/scb9328/Kconfig"
924source "board/schulercontrol/sc_sps_1/Kconfig"
925source "board/siemens/corvus/Kconfig"
926source "board/siemens/draco/Kconfig"
927source "board/siemens/pxm2/Kconfig"
928source "board/siemens/rut/Kconfig"
929source "board/siemens/taurus/Kconfig"
930source "board/silica/pengwyn/Kconfig"
931source "board/solidrun/hummingboard/Kconfig"
932source "board/spear/spear300/Kconfig"
933source "board/spear/spear310/Kconfig"
934source "board/spear/spear320/Kconfig"
935source "board/spear/spear600/Kconfig"
936source "board/spear/x600/Kconfig"
937source "board/st-ericsson/snowball/Kconfig"
938source "board/st-ericsson/u8500/Kconfig"
939source "board/sunxi/Kconfig"
940source "board/syteco/jadecpu/Kconfig"
941source "board/syteco/zmx25/Kconfig"
942source "board/taskit/stamp9g20/Kconfig"
943source "board/ti/am335x/Kconfig"
944source "board/ti/am43xx/Kconfig"
945source "board/ti/ti814x/Kconfig"
946source "board/ti/ti816x/Kconfig"
947source "board/ti/tnetv107xevm/Kconfig"
948source "board/timll/devkit3250/Kconfig"
949source "board/toradex/colibri_pxa270/Kconfig"
950source "board/tqc/tqma6/Kconfig"
951source "board/trizepsiv/Kconfig"
952source "board/ttcontrol/vision2/Kconfig"
953source "board/udoo/Kconfig"
954source "board/vpac270/Kconfig"
955source "board/wandboard/Kconfig"
956source "board/woodburn/Kconfig"
957source "board/xaeniax/Kconfig"
958source "board/zipitz2/Kconfig"
959
960source "arch/arm/Kconfig.debug"
961
962endmenu
963