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