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