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