]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - arch/arm/Kconfig
ARM: remove dkb 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_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_MX25PDK
205         bool "Support mx25pdk"
206         select CPU_ARM926EJS
207
208 config TARGET_TX25
209         bool "Support tx25"
210         select SOC_MX25
211         select SUPPORT_SPL
212
213 config TARGET_TX28
214         bool "Support tx28"
215         select SOC_MX28
216         select SUPPORT_SPL
217
218 config TARGET_TX48
219         bool "Support tx48"
220         select SOC_AM335X
221         select SUPPORT_SPL
222
223 config TARGET_TX51
224         bool "Support tx51"
225         select SOC_MX51
226
227 config TARGET_TX53
228         bool "Support tx53"
229         select SOC_MX53
230
231 config TARGET_TX6
232         bool "Support tx6"
233         select SOC_MX6
234
235 config TARGET_TXA5
236         bool "Support txA5"
237         select SOC_SAMA5D4
238
239 config TARGET_ZMX25
240         bool "Support zmx25"
241         select CPU_ARM926EJS
242
243 config TARGET_APF27
244         bool "Support apf27"
245         select CPU_ARM926EJS
246         select SUPPORT_SPL
247
248 config TARGET_IMX27LITE
249         bool "Support imx27lite"
250         select CPU_ARM926EJS
251
252 config TARGET_MAGNESIUM
253         bool "Support magnesium"
254         select CPU_ARM926EJS
255
256 config TARGET_APX4DEVKIT
257         bool "Support apx4devkit"
258         select CPU_ARM926EJS
259         select SUPPORT_SPL
260
261 config TARGET_XFI3
262         bool "Support xfi3"
263         select CPU_ARM926EJS
264         select SUPPORT_SPL
265
266 config TARGET_M28EVK
267         bool "Support m28evk"
268         select CPU_ARM926EJS
269         select SUPPORT_SPL
270
271 config TARGET_MX23EVK
272         bool "Support mx23evk"
273         select CPU_ARM926EJS
274         select SUPPORT_SPL
275
276 config TARGET_MX28EVK
277         bool "Support mx28evk"
278         select CPU_ARM926EJS
279         select SUPPORT_SPL
280
281 config TARGET_MX23_OLINUXINO
282         bool "Support mx23_olinuxino"
283         select CPU_ARM926EJS
284         select SUPPORT_SPL
285
286 config TARGET_BG0900
287         bool "Support bg0900"
288         select CPU_ARM926EJS
289         select SUPPORT_SPL
290
291 config TARGET_SANSA_FUZE_PLUS
292         bool "Support sansa_fuze_plus"
293         select CPU_ARM926EJS
294         select SUPPORT_SPL
295
296 config TARGET_SC_SPS_1
297         bool "Support sc_sps_1"
298         select CPU_ARM926EJS
299         select SUPPORT_SPL
300
301 config ARCH_NOMADIK
302         bool "ST-Ericsson Nomadik"
303         select CPU_ARM926EJS
304
305 config ORION5X
306         bool "Marvell Orion"
307         select CPU_ARM926EJS
308
309 config TARGET_SPEAR300
310         bool "Support spear300"
311         select CPU_ARM926EJS
312
313 config TARGET_SPEAR310
314         bool "Support spear310"
315         select CPU_ARM926EJS
316
317 config TARGET_SPEAR320
318         bool "Support spear320"
319         select CPU_ARM926EJS
320
321 config TARGET_SPEAR600
322         bool "Support spear600"
323         select CPU_ARM926EJS
324
325 config TARGET_STV0991
326         bool "Support stv0991"
327         select CPU_V7
328
329 config TARGET_X600
330         bool "Support x600"
331         select CPU_ARM926EJS
332         select SUPPORT_SPL
333
334 config ARCH_VERSATILE
335         bool "ARM Ltd. Versatile family"
336         select CPU_ARM926EJS
337
338 config TARGET_INTEGRATORCP_CM1136
339         bool "Support integratorcp_cm1136"
340         select CPU_ARM1136
341
342 config TARGET_IMX31_PHYCORE
343         bool "Support imx31_phycore"
344         select CPU_ARM1136
345
346 config TARGET_QONG
347         bool "Support qong"
348         select CPU_ARM1136
349
350 config TARGET_MX31ADS
351         bool "Support mx31ads"
352         select CPU_ARM1136
353
354 config TARGET_MX31PDK
355         bool "Support mx31pdk"
356         select CPU_ARM1136
357         select SUPPORT_SPL
358
359 config TARGET_TT01
360         bool "Support tt01"
361         select CPU_ARM1136
362
363 config TARGET_IMX31_LITEKIT
364         bool "Support imx31_litekit"
365         select CPU_ARM1136
366
367 config TARGET_WOODBURN
368         bool "Support woodburn"
369         select CPU_ARM1136
370
371 config TARGET_WOODBURN_SD
372         bool "Support woodburn_sd"
373         select CPU_ARM1136
374         select SUPPORT_SPL
375
376 config TARGET_FLEA3
377         bool "Support flea3"
378         select CPU_ARM1136
379
380 config TARGET_MX35PDK
381         bool "Support mx35pdk"
382         select CPU_ARM1136
383
384 config TARGET_RPI
385         bool "Support rpi"
386         select CPU_ARM1176
387
388 config TARGET_TNETV107X_EVM
389         bool "Support tnetv107x_evm"
390         select CPU_ARM1176
391
392 config TARGET_INTEGRATORAP_CM946ES
393         bool "Support integratorap_cm946es"
394         select CPU_ARM946ES
395
396 config TARGET_INTEGRATORCP_CM946ES
397         bool "Support integratorcp_cm946es"
398         select CPU_ARM946ES
399
400 config TARGET_VEXPRESS_CA15_TC2
401         bool "Support vexpress_ca15_tc2"
402         select CPU_V7
403         select CPU_V7_HAS_NONSEC
404         select CPU_V7_HAS_VIRT
405
406 config TARGET_VEXPRESS_CA5X2
407         bool "Support vexpress_ca5x2"
408         select CPU_V7
409
410 config TARGET_VEXPRESS_CA9X4
411         bool "Support vexpress_ca9x4"
412         select CPU_V7
413
414 config TARGET_KWB
415         bool "Support kwb"
416         select CPU_V7
417         select SUPPORT_SPL
418
419 config TARGET_TSERIES
420         bool "Support tseries"
421         select CPU_V7
422         select SUPPORT_SPL
423
424 config TARGET_CM_T335
425         bool "Support cm_t335"
426         select CPU_V7
427         select SUPPORT_SPL
428
429 config TARGET_PEPPER
430         bool "Support pepper"
431         select CPU_V7
432         select SUPPORT_SPL
433
434 config TARGET_AM335X_IGEP0033
435         bool "Support am335x_igep0033"
436         select CPU_V7
437         select SUPPORT_SPL
438
439 config TARGET_PCM051
440         bool "Support pcm051"
441         select CPU_V7
442         select SUPPORT_SPL
443
444 config TARGET_DRACO
445         bool "Support draco"
446         select CPU_V7
447         select SUPPORT_SPL
448
449 config TARGET_DXR2
450         bool "Support dxr2"
451         select CPU_V7
452         select SUPPORT_SPL
453
454 config TARGET_PXM2
455         bool "Support pxm2"
456         select CPU_V7
457         select SUPPORT_SPL
458
459 config TARGET_RUT
460         bool "Support rut"
461         select CPU_V7
462         select SUPPORT_SPL
463
464 config TARGET_PENGWYN
465         bool "Support pengwyn"
466         select CPU_V7
467         select SUPPORT_SPL
468
469 config TARGET_AM335X_EVM
470         bool "Support am335x_evm"
471         select CPU_V7
472         select SUPPORT_SPL
473
474 config TARGET_AM43XX_EVM
475         bool "Support am43xx_evm"
476         select CPU_V7
477         select SUPPORT_SPL
478
479 config TARGET_TI814X_EVM
480         bool "Support ti814x_evm"
481         select CPU_V7
482         select SUPPORT_SPL
483
484 config TARGET_TI816X_EVM
485         bool "Support ti816x_evm"
486         select CPU_V7
487         select SUPPORT_SPL
488
489 config TARGET_BCM28155_AP
490         bool "Support bcm28155_ap"
491         select CPU_V7
492
493 config TARGET_BCMCYGNUS
494         bool "Support bcmcygnus"
495         select CPU_V7
496
497 config TARGET_BCMNSP
498         bool "Support bcmnsp"
499         select CPU_V7
500
501 config ARCH_EXYNOS
502         bool "Samsung EXYNOS"
503         select CPU_V7
504
505 config ARCH_S5PC1XX
506         bool "Samsung S5PC1XX"
507         select CPU_V7
508
509 config ARCH_HIGHBANK
510         bool "Calxeda Highbank"
511         select CPU_V7
512
513 config ARCH_KEYSTONE
514         bool "TI Keystone"
515         select CPU_V7
516         select SUPPORT_SPL
517
518 config ARCH_MX6
519         bool "Freescale MX6"
520         select CPU_V7
521
522 config ARCH_MX5
523         bool "Freescale MX5"
524         select CPU_V7
525
526 config TARGET_M53EVK
527         bool "Support m53evk"
528         select CPU_V7
529         select SUPPORT_SPL
530
531 config TARGET_IMA3_MX53
532         bool "Support ima3-mx53"
533         select CPU_V7
534
535 config TARGET_MX51EVK
536         bool "Support mx51evk"
537         select CPU_V7
538
539 config TARGET_MX53ARD
540         bool "Support mx53ard"
541         select CPU_V7
542
543 config TARGET_MX53EVK
544         bool "Support mx53evk"
545         select CPU_V7
546
547 config TARGET_MX53LOCO
548         bool "Support mx53loco"
549         select CPU_V7
550
551 config TARGET_MX53SMD
552         bool "Support mx53smd"
553         select CPU_V7
554
555 config TARGET_MX51_EFIKAMX
556         bool "Support mx51_efikamx"
557         select CPU_V7
558
559 config TARGET_VISION2
560         bool "Support vision2"
561         select CPU_V7
562
563 config TARGET_UDOO
564         bool "Support udoo"
565         select CPU_V7
566
567 config TARGET_WANDBOARD
568         bool "Support wandboard"
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
654 config OMAP44XX
655         bool "OMAP44XX SoC"
656         select CPU_V7
657         select SUPPORT_SPL
658
659 config OMAP54XX
660         bool "OMAP54XX SoC"
661         select CPU_V7
662         select SUPPORT_SPL
663
664 config RMOBILE
665         bool "Renesas ARM SoCs"
666         select CPU_V7
667
668 config TARGET_CM_FX6
669         bool "Support cm_fx6"
670         select CPU_V7
671         select SUPPORT_SPL
672
673 config TARGET_SOCFPGA_CYCLONE5
674         bool "Support socfpga_cyclone5"
675         select CPU_V7
676         select SUPPORT_SPL
677
678 config ARCH_SUNXI
679         bool "Support sunxi (Allwinner) SoCs"
680
681 config TARGET_SNOWBALL
682         bool "Support snowball"
683         select CPU_V7
684
685 config TARGET_U8500_HREF
686         bool "Support u8500_href"
687         select CPU_V7
688
689 config TARGET_VF610TWR
690         bool "Support vf610twr"
691         select CPU_V7
692
693 config ZYNQ
694         bool "Xilinx Zynq Platform"
695         select CPU_V7
696         select SUPPORT_SPL
697
698 config TEGRA
699         bool "NVIDIA Tegra"
700         select SUPPORT_SPL
701         select SPL
702         select OF_CONTROL
703         select CPU_V7
704
705 config TARGET_VEXPRESS64_AEMV8A
706         bool "Support vexpress_aemv8a"
707         select ARM64
708
709 config TARGET_VEXPRESS64_BASE_FVP
710         bool "Support Versatile Express ARMv8a FVP BASE model"
711         select ARM64
712         select SEMIHOSTING
713
714 config TARGET_VEXPRESS64_JUNO
715         bool "Support Versatile Express Juno Development Platform"
716         select ARM64
717
718 config TARGET_LS2085A_EMU
719         bool "Support ls2085a_emu"
720         select ARM64
721
722 config TARGET_LS2085A_SIMU
723         bool "Support ls2085a_simu"
724         select ARM64
725
726 config TARGET_LS1021AQDS
727         bool "Support ls1021aqds"
728         select CPU_V7
729         select SUPPORT_SPL
730
731 config TARGET_LS1021ATWR
732         bool "Support ls1021atwr"
733         select CPU_V7
734         select SUPPORT_SPL
735
736 config TARGET_BALLOON3
737         bool "Support balloon3"
738         select CPU_PXA
739
740 config TARGET_H2200
741         bool "Support h2200"
742         select CPU_PXA
743
744 config TARGET_PALMLD
745         bool "Support palmld"
746         select CPU_PXA
747
748 config TARGET_PALMTC
749         bool "Support palmtc"
750         select CPU_PXA
751
752 config TARGET_PALMTREO680
753         bool "Support palmtreo680"
754         select CPU_PXA
755         select SUPPORT_SPL
756
757 config TARGET_PXA255_IDP
758         bool "Support pxa255_idp"
759         select CPU_PXA
760
761 config TARGET_TRIZEPSIV
762         bool "Support trizepsiv"
763         select CPU_PXA
764
765 config TARGET_VPAC270
766         bool "Support vpac270"
767         select CPU_PXA
768         select SUPPORT_SPL
769
770 config TARGET_XAENIAX
771         bool "Support xaeniax"
772         select CPU_PXA
773
774 config TARGET_ZIPITZ2
775         bool "Support zipitz2"
776         select CPU_PXA
777
778 config TARGET_LP8X4X
779         bool "Support lp8x4x"
780         select CPU_PXA
781
782 config TARGET_COLIBRI_PXA270
783         bool "Support colibri_pxa270"
784         select CPU_PXA
785
786 config TARGET_JORNADA
787         bool "Support jornada"
788         select CPU_SA1100
789
790 config ARCH_UNIPHIER
791         bool "Panasonic UniPhier platform"
792         select CPU_V7
793         select SUPPORT_SPL
794         select SPL
795         select OF_CONTROL
796
797 endchoice
798
799 source "arch/arm/mach-at91/Kconfig"
800
801 source "arch/arm/mach-davinci/Kconfig"
802
803 source "arch/arm/cpu/arm1176/bcm2835/Kconfig"
804
805 source "arch/arm/cpu/armv7/exynos/Kconfig"
806
807 source "arch/arm/cpu/armv7/highbank/Kconfig"
808
809 source "arch/arm/mach-keystone/Kconfig"
810
811 source "arch/arm/mach-kirkwood/Kconfig"
812
813 source "arch/arm/mach-nomadik/Kconfig"
814
815 source "arch/arm/cpu/armv7/mx5/Kconfig"
816
817 source "arch/arm/cpu/armv7/mx6/Kconfig"
818
819 source "arch/arm/cpu/armv7/omap3/Kconfig"
820
821 source "arch/arm/cpu/armv7/omap4/Kconfig"
822
823 source "arch/arm/cpu/armv7/omap5/Kconfig"
824
825 source "arch/arm/mach-orion5x/Kconfig"
826
827 source "arch/arm/cpu/armv7/rmobile/Kconfig"
828
829 source "arch/arm/cpu/armv7/s5pc1xx/Kconfig"
830
831 source "arch/arm/mach-tegra/Kconfig"
832
833 source "arch/arm/cpu/armv7/uniphier/Kconfig"
834
835 source "arch/arm/cpu/arm926ejs/versatile/Kconfig"
836
837 source "arch/arm/cpu/armv7/zynq/Kconfig"
838
839 source "arch/arm/cpu/armv7/Kconfig"
840
841 source "board/aristainetos/Kconfig"
842 source "board/BuR/kwb/Kconfig"
843 source "board/BuR/tseries/Kconfig"
844 source "board/CarMediaLab/flea3/Kconfig"
845 source "board/Marvell/aspenite/Kconfig"
846 source "board/Marvell/db-mv784mp-gp/Kconfig"
847 source "board/Marvell/gplugd/Kconfig"
848 source "board/altera/socfpga/Kconfig"
849 source "board/armadeus/apf27/Kconfig"
850 source "board/armltd/integrator/Kconfig"
851 source "board/armltd/vexpress/Kconfig"
852 source "board/armltd/vexpress64/Kconfig"
853 source "board/bachmann/ot1200/Kconfig"
854 source "board/balloon3/Kconfig"
855 source "board/barco/platinum/Kconfig"
856 source "board/barco/titanium/Kconfig"
857 source "board/bluegiga/apx4devkit/Kconfig"
858 source "board/boundary/nitrogen6x/Kconfig"
859 source "board/broadcom/bcm28155_ap/Kconfig"
860 source "board/broadcom/bcmcygnus/Kconfig"
861 source "board/broadcom/bcmnsp/Kconfig"
862 source "board/cirrus/edb93xx/Kconfig"
863 source "board/cm4008/Kconfig"
864 source "board/cm41xx/Kconfig"
865 source "board/compulab/cm_t335/Kconfig"
866 source "board/compulab/cm_fx6/Kconfig"
867 source "board/congatec/cgtqmx6eval/Kconfig"
868 source "board/creative/xfi3/Kconfig"
869 source "board/davedenx/qong/Kconfig"
870 source "board/denx/m28evk/Kconfig"
871 source "board/denx/m53evk/Kconfig"
872 source "board/embest/mx6boards/Kconfig"
873 source "board/esg/ima3-mx53/Kconfig"
874 source "board/faraday/a320evb/Kconfig"
875 source "board/freescale/ls2085a/Kconfig"
876 source "board/freescale/ls1021aqds/Kconfig"
877 source "board/freescale/ls1021atwr/Kconfig"
878 source "board/freescale/mx23evk/Kconfig"
879 source "board/freescale/mx25pdk/Kconfig"
880 source "board/freescale/mx28evk/Kconfig"
881 source "board/freescale/mx31ads/Kconfig"
882 source "board/freescale/mx31pdk/Kconfig"
883 source "board/freescale/mx35pdk/Kconfig"
884 source "board/freescale/mx51evk/Kconfig"
885 source "board/freescale/mx53ard/Kconfig"
886 source "board/freescale/mx53evk/Kconfig"
887 source "board/freescale/mx53loco/Kconfig"
888 source "board/freescale/mx53smd/Kconfig"
889 source "board/freescale/mx6qarm2/Kconfig"
890 source "board/freescale/mx6qsabreauto/Kconfig"
891 source "board/freescale/mx6sabresd/Kconfig"
892 source "board/freescale/mx6slevk/Kconfig"
893 source "board/freescale/mx6sxsabresd/Kconfig"
894 source "board/freescale/vf610twr/Kconfig"
895 source "board/gateworks/gw_ventana/Kconfig"
896 source "board/genesi/mx51_efikamx/Kconfig"
897 source "board/gumstix/pepper/Kconfig"
898 source "board/h2200/Kconfig"
899 source "board/hale/tt01/Kconfig"
900 source "board/icpdas/lp8x4x/Kconfig"
901 source "board/imx31_phycore/Kconfig"
902 source "board/isee/igep0033/Kconfig"
903 source "board/jornada/Kconfig"
904 source "board/karo/tx25/Kconfig"
905 source "board/karo/tx28/Kconfig"
906 source "board/karo/tx48/Kconfig"
907 source "board/karo/tx51/Kconfig"
908 source "board/karo/tx53/Kconfig"
909 source "board/karo/tx6/Kconfig"
910 source "board/karo/txa5/Kconfig"
911 source "board/kosagi/novena/Kconfig"
912 source "board/logicpd/imx27lite/Kconfig"
913 source "board/logicpd/imx31_litekit/Kconfig"
914 source "board/maxbcm/Kconfig"
915 source "board/mpl/vcma9/Kconfig"
916 source "board/olimex/mx23_olinuxino/Kconfig"
917 source "board/palmld/Kconfig"
918 source "board/palmtc/Kconfig"
919 source "board/palmtreo680/Kconfig"
920 source "board/phytec/pcm051/Kconfig"
921 source "board/ppcag/bg0900/Kconfig"
922 source "board/pxa255_idp/Kconfig"
923 source "board/raspberrypi/rpi/Kconfig"
924 source "board/samsung/smdk2410/Kconfig"
925 source "board/sandisk/sansa_fuze_plus/Kconfig"
926 source "board/scb9328/Kconfig"
927 source "board/schulercontrol/sc_sps_1/Kconfig"
928 source "board/siemens/draco/Kconfig"
929 source "board/siemens/pxm2/Kconfig"
930 source "board/siemens/rut/Kconfig"
931 source "board/silica/pengwyn/Kconfig"
932 source "board/solidrun/hummingboard/Kconfig"
933 source "board/spear/spear300/Kconfig"
934 source "board/spear/spear310/Kconfig"
935 source "board/spear/spear320/Kconfig"
936 source "board/spear/spear600/Kconfig"
937 source "board/spear/x600/Kconfig"
938 source "board/st-ericsson/snowball/Kconfig"
939 source "board/st-ericsson/u8500/Kconfig"
940 source "board/st/stv0991/Kconfig"
941 source "board/sunxi/Kconfig"
942 source "board/syteco/zmx25/Kconfig"
943 source "board/tbs/tbs2910/Kconfig"
944 source "board/ti/am335x/Kconfig"
945 source "board/ti/am43xx/Kconfig"
946 source "board/ti/ti814x/Kconfig"
947 source "board/ti/ti816x/Kconfig"
948 source "board/ti/tnetv107xevm/Kconfig"
949 source "board/timll/devkit3250/Kconfig"
950 source "board/toradex/colibri_pxa270/Kconfig"
951 source "board/tqc/tqma6/Kconfig"
952 source "board/trizepsiv/Kconfig"
953 source "board/ttcontrol/vision2/Kconfig"
954 source "board/udoo/Kconfig"
955 source "board/vpac270/Kconfig"
956 source "board/wandboard/Kconfig"
957 source "board/woodburn/Kconfig"
958 source "board/xaeniax/Kconfig"
959 source "board/zipitz2/Kconfig"
960
961 source "arch/arm/Kconfig.debug"
962
963 endmenu