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