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