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