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