]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - arch/arm/Kconfig
ARM: bav335x: use "select" instead of default value in defconfig
[karo-tx-uboot.git] / arch / arm / Kconfig
1 menu "ARM architecture"
2         depends on ARM
3
4 config SYS_ARCH
5         default "arm"
6
7 config ARM64
8         bool
9
10 config HAS_VBAR
11         bool
12
13 config CPU_ARM720T
14         bool
15
16 config CPU_ARM920T
17         bool
18
19 config CPU_ARM926EJS
20         bool
21
22 config CPU_ARM946ES
23         bool
24
25 config CPU_ARM1136
26         bool
27
28 config CPU_ARM1176
29         bool
30         select HAS_VBAR
31
32 config CPU_V7
33         bool
34         select HAS_VBAR
35
36 config CPU_PXA
37         bool
38
39 config CPU_SA1100
40         bool
41
42 config SYS_CPU
43         default "arm720t" if CPU_ARM720T
44         default "arm920t" if CPU_ARM920T
45         default "arm926ejs" if CPU_ARM926EJS
46         default "arm946es" if CPU_ARM946ES
47         default "arm1136" if CPU_ARM1136
48         default "arm1176" if CPU_ARM1176
49         default "armv7" if CPU_V7
50         default "pxa" if CPU_PXA
51         default "sa1100" if CPU_SA1100
52         default "armv8" if ARM64
53
54 config SEMIHOSTING
55         bool "support boot from semihosting"
56         help
57           In emulated environments, semihosting is a way for
58           the hosted environment to call out to the emulator to
59           retrieve files from the host machine.
60
61 config SOC_AM335X
62         bool
63         select CPU_V7
64         select OMAP_COMMON
65
66 config SOC_MXS
67         bool
68         select CPU_ARM926EJS
69
70 config SOC_MX23
71         bool
72         select SOC_MXS
73
74 config SOC_MX28
75         bool
76         select SOC_MXS
77
78 config SOC_MX5
79         bool
80         select CPU_V7
81
82 config SOC_MX53
83         bool
84         select SOC_MX5
85
86 config SOC_MX51
87         bool
88         select SOC_MX5
89
90 config SOC_MX53
91         bool
92         select SOC_MX5
93
94 config SOC_MX6
95         bool
96         select CPU_V7
97
98 config SOC_MX6Q
99         bool
100         select SOC_MX6
101
102 config SOC_MX6DL
103         bool
104         select SOC_MX6
105
106 config SOC_MX6S
107         bool
108         select SOC_MX6
109
110 config SOC_MX6SX
111         bool
112         select SOC_MX6
113
114 config SOC_SAMA5D4
115         bool
116         select CPU_V7
117
118 choice
119         prompt "Target select"
120
121 config TARGET_INTEGRATORAP_CM720T
122         bool "Support integratorap_cm720t"
123         select CPU_ARM720T
124
125 config TARGET_INTEGRATORAP_CM920T
126         bool "Support integratorap_cm920t"
127         select CPU_ARM920T
128
129 config TARGET_INTEGRATORCP_CM920T
130         bool "Support integratorcp_cm920t"
131         select CPU_ARM920T
132
133 config ARCH_AT91
134         bool "Atmel AT91"
135
136 config TARGET_EDB93XX
137         bool "Support edb93xx"
138         select CPU_ARM920T
139
140 config TARGET_SCB9328
141         bool "Support scb9328"
142         select CPU_ARM920T
143
144 config TARGET_VCMA9
145         bool "Support VCMA9"
146         select CPU_ARM920T
147
148 config TARGET_SMDK2410
149         bool "Support smdk2410"
150         select CPU_ARM920T
151
152 config TARGET_INTEGRATORAP_CM926EJS
153         bool "Support integratorap_cm926ejs"
154         select CPU_ARM926EJS
155
156 config TARGET_INTEGRATORCP_CM926EJS
157         bool "Support integratorcp_cm926ejs"
158         select CPU_ARM926EJS
159
160 config TARGET_ASPENITE
161         bool "Support aspenite"
162         select CPU_ARM926EJS
163
164 config TARGET_GPLUGD
165         bool "Support gplugd"
166         select CPU_ARM926EJS
167
168 config ARCH_DAVINCI
169         bool "TI DaVinci"
170         select CPU_ARM926EJS
171         help
172           Support for TI's DaVinci platform.
173
174 config KIRKWOOD
175         bool "Marvell Kirkwood"
176         select CPU_ARM926EJS
177
178 config TARGET_DB_MV784MP_GP
179         bool "Support db-mv784mp-gp"
180         select CPU_V7
181         select SUPPORT_SPL
182
183 config TARGET_MAXBCM
184         bool "Support maxbcm"
185         select CPU_V7
186         select SUPPORT_SPL
187
188 config TARGET_DEVKIT3250
189         bool "Support devkit3250"
190         select CPU_ARM926EJS
191
192 config TARGET_WORK_92105
193         bool "Support work_92105"
194         select CPU_ARM926EJS
195         select SUPPORT_SPL
196
197 config TARGET_MX25PDK
198         bool "Support mx25pdk"
199         select CPU_ARM926EJS
200
201 config TARGET_TX25
202         bool "Support tx25"
203         select SOC_MX25
204         select SUPPORT_SPL
205
206 config TARGET_TX28
207         bool "Support tx28"
208         select SOC_MX28
209         select SUPPORT_SPL
210
211 config TARGET_TX48
212         bool "Support tx48"
213         select SOC_AM335X
214         select SUPPORT_SPL
215
216 config TARGET_TX51
217         bool "Support tx51"
218         select SOC_MX51
219
220 config TARGET_TX53
221         bool "Support tx53"
222         select SOC_MX53
223
224 config TARGET_TX6
225         bool "Support tx6"
226         select SOC_MX6
227
228 config TARGET_TXA5
229         bool "Support txA5"
230         select SOC_SAMA5D4
231
232 config TARGET_ZMX25
233         bool "Support zmx25"
234         select CPU_ARM926EJS
235
236 config TARGET_APF27
237         bool "Support apf27"
238         select CPU_ARM926EJS
239         select SUPPORT_SPL
240
241 config TARGET_IMX27LITE
242         bool "Support imx27lite"
243         select CPU_ARM926EJS
244
245 config TARGET_MAGNESIUM
246         bool "Support magnesium"
247         select CPU_ARM926EJS
248
249 config TARGET_APX4DEVKIT
250         bool "Support apx4devkit"
251         select CPU_ARM926EJS
252         select SUPPORT_SPL
253
254 config TARGET_XFI3
255         bool "Support xfi3"
256         select CPU_ARM926EJS
257         select SUPPORT_SPL
258
259 config TARGET_M28EVK
260         bool "Support m28evk"
261         select CPU_ARM926EJS
262         select SUPPORT_SPL
263
264 config TARGET_MX23EVK
265         bool "Support mx23evk"
266         select CPU_ARM926EJS
267         select SUPPORT_SPL
268
269 config TARGET_MX28EVK
270         bool "Support mx28evk"
271         select CPU_ARM926EJS
272         select SUPPORT_SPL
273
274 config TARGET_MX23_OLINUXINO
275         bool "Support mx23_olinuxino"
276         select CPU_ARM926EJS
277         select SUPPORT_SPL
278
279 config TARGET_BG0900
280         bool "Support bg0900"
281         select CPU_ARM926EJS
282         select SUPPORT_SPL
283
284 config TARGET_SANSA_FUZE_PLUS
285         bool "Support sansa_fuze_plus"
286         select CPU_ARM926EJS
287         select SUPPORT_SPL
288
289 config TARGET_SC_SPS_1
290         bool "Support sc_sps_1"
291         select CPU_ARM926EJS
292         select SUPPORT_SPL
293
294 config ARCH_NOMADIK
295         bool "ST-Ericsson Nomadik"
296         select CPU_ARM926EJS
297
298 config ORION5X
299         bool "Marvell Orion"
300         select CPU_ARM926EJS
301
302 config TARGET_SPEAR300
303         bool "Support spear300"
304         select CPU_ARM926EJS
305
306 config TARGET_SPEAR310
307         bool "Support spear310"
308         select CPU_ARM926EJS
309
310 config TARGET_SPEAR320
311         bool "Support spear320"
312         select CPU_ARM926EJS
313
314 config TARGET_SPEAR600
315         bool "Support spear600"
316         select CPU_ARM926EJS
317
318 config TARGET_STV0991
319         bool "Support stv0991"
320         select CPU_V7
321
322 config TARGET_X600
323         bool "Support x600"
324         select CPU_ARM926EJS
325         select SUPPORT_SPL
326
327 config ARCH_VERSATILE
328         bool "ARM Ltd. Versatile family"
329         select CPU_ARM926EJS
330
331 config TARGET_INTEGRATORCP_CM1136
332         bool "Support integratorcp_cm1136"
333         select CPU_ARM1136
334
335 config TARGET_IMX31_PHYCORE
336         bool "Support imx31_phycore"
337         select CPU_ARM1136
338
339 config TARGET_QONG
340         bool "Support qong"
341         select CPU_ARM1136
342
343 config TARGET_MX31ADS
344         bool "Support mx31ads"
345         select CPU_ARM1136
346
347 config TARGET_MX31PDK
348         bool "Support mx31pdk"
349         select CPU_ARM1136
350         select SUPPORT_SPL
351
352 config TARGET_TT01
353         bool "Support tt01"
354         select CPU_ARM1136
355
356 config TARGET_IMX31_LITEKIT
357         bool "Support imx31_litekit"
358         select CPU_ARM1136
359
360 config TARGET_WOODBURN
361         bool "Support woodburn"
362         select CPU_ARM1136
363
364 config TARGET_WOODBURN_SD
365         bool "Support woodburn_sd"
366         select CPU_ARM1136
367         select SUPPORT_SPL
368
369 config TARGET_FLEA3
370         bool "Support flea3"
371         select CPU_ARM1136
372
373 config TARGET_MX35PDK
374         bool "Support mx35pdk"
375         select CPU_ARM1136
376
377 config ARCH_BCM283X
378         bool "Broadcom BCM283X family"
379         select DM
380         select DM_SERIAL
381         select DM_GPIO
382
383 config TARGET_INTEGRATORAP_CM946ES
384         bool "Support integratorap_cm946es"
385         select CPU_ARM946ES
386
387 config TARGET_INTEGRATORCP_CM946ES
388         bool "Support integratorcp_cm946es"
389         select CPU_ARM946ES
390
391 config TARGET_VEXPRESS_CA15_TC2
392         bool "Support vexpress_ca15_tc2"
393         select CPU_V7
394         select CPU_V7_HAS_NONSEC
395         select CPU_V7_HAS_VIRT
396
397 config TARGET_VEXPRESS_CA5X2
398         bool "Support vexpress_ca5x2"
399         select CPU_V7
400
401 config TARGET_VEXPRESS_CA9X4
402         bool "Support vexpress_ca9x4"
403         select CPU_V7
404
405 config TARGET_KWB
406         bool "Support kwb"
407         select CPU_V7
408         select SUPPORT_SPL
409
410 config TARGET_TSERIES
411         bool "Support tseries"
412         select CPU_V7
413         select SUPPORT_SPL
414
415 config TARGET_CM_T335
416         bool "Support cm_t335"
417         select CPU_V7
418         select SUPPORT_SPL
419         select DM
420         select DM_SERIAL
421         select DM_GPIO
422
423 config TARGET_PEPPER
424         bool "Support pepper"
425         select CPU_V7
426         select SUPPORT_SPL
427         select DM
428         select DM_SERIAL
429         select DM_GPIO
430
431 config TARGET_AM335X_IGEP0033
432         bool "Support am335x_igep0033"
433         select CPU_V7
434         select SUPPORT_SPL
435         select DM
436         select DM_SERIAL
437         select DM_GPIO
438
439 config TARGET_PCM051
440         bool "Support pcm051"
441         select CPU_V7
442         select SUPPORT_SPL
443         select DM
444         select DM_SERIAL
445         select DM_GPIO
446
447 config TARGET_DRACO
448         bool "Support draco"
449         select CPU_V7
450         select SUPPORT_SPL
451
452 config TARGET_DXR2
453         bool "Support dxr2"
454         select CPU_V7
455         select SUPPORT_SPL
456
457 config TARGET_PXM2
458         bool "Support pxm2"
459         select CPU_V7
460         select SUPPORT_SPL
461
462 config TARGET_RUT
463         bool "Support rut"
464         select CPU_V7
465         select SUPPORT_SPL
466
467 config TARGET_PENGWYN
468         bool "Support pengwyn"
469         select CPU_V7
470         select SUPPORT_SPL
471         select DM
472         select DM_SERIAL
473         select DM_GPIO
474
475 config TARGET_AM335X_EVM
476         bool "Support am335x_evm"
477         select CPU_V7
478         select SUPPORT_SPL
479         select DM
480         select DM_SERIAL
481         select DM_GPIO
482
483 config TARGET_AM43XX_EVM
484         bool "Support am43xx_evm"
485         select CPU_V7
486         select SUPPORT_SPL
487
488 config TARGET_BAV335X
489         bool "Support bav335x"
490         select CPU_V7
491         select SUPPORT_SPL
492         select DM
493         select DM_SERIAL
494         help
495           The BAV335x OEM Network Processor integrates all the functions of an
496           embedded network computer in a small, easy to use SODIMM module which
497           incorporates the popular Texas Instruments Sitara 32bit ARM Coretex-A8
498           processor, with fast DDR3 512MB SDRAM, 4GB of embedded MMC and a Gigabit
499           ethernet with simple connection to external connectors.
500
501           For more information, visit: http://birdland.com/oem
502
503 config TARGET_TI814X_EVM
504         bool "Support ti814x_evm"
505         select CPU_V7
506         select SUPPORT_SPL
507
508 config TARGET_TI816X_EVM
509         bool "Support ti816x_evm"
510         select CPU_V7
511         select SUPPORT_SPL
512
513 config TARGET_BCM28155_AP
514         bool "Support bcm28155_ap"
515         select CPU_V7
516
517 config TARGET_BCMCYGNUS
518         bool "Support bcmcygnus"
519         select CPU_V7
520
521 config TARGET_BCMNSP
522         bool "Support bcmnsp"
523         select CPU_V7
524
525 config ARCH_EXYNOS
526         bool "Samsung EXYNOS"
527         select CPU_V7
528         select DM
529         select DM_SPI_FLASH
530         select DM_SERIAL
531         select DM_SPI
532         select DM_GPIO
533
534 config ARCH_S5PC1XX
535         bool "Samsung S5PC1XX"
536         select CPU_V7
537         select DM
538         select DM_SERIAL
539         select DM_GPIO
540
541 config ARCH_HIGHBANK
542         bool "Calxeda Highbank"
543         select CPU_V7
544
545 config ARCH_KEYSTONE
546         bool "TI Keystone"
547         select CPU_V7
548         select SUPPORT_SPL
549
550 config ARCH_MX6
551         bool "Freescale MX6"
552         select CPU_V7
553
554 config ARCH_MX5
555         bool "Freescale MX5"
556         select CPU_V7
557
558 config TARGET_M53EVK
559         bool "Support m53evk"
560         select CPU_V7
561         select SUPPORT_SPL
562
563 config TARGET_IMA3_MX53
564         bool "Support ima3-mx53"
565         select CPU_V7
566
567 config TARGET_MX51EVK
568         bool "Support mx51evk"
569         select CPU_V7
570
571 config TARGET_MX53ARD
572         bool "Support mx53ard"
573         select CPU_V7
574
575 config TARGET_MX53EVK
576         bool "Support mx53evk"
577         select CPU_V7
578
579 config TARGET_MX53LOCO
580         bool "Support mx53loco"
581         select CPU_V7
582
583 config TARGET_MX53SMD
584         bool "Support mx53smd"
585         select CPU_V7
586
587 config TARGET_MX51_EFIKAMX
588         bool "Support mx51_efikamx"
589         select CPU_V7
590
591 config TARGET_VISION2
592         bool "Support vision2"
593         select CPU_V7
594
595 config TARGET_UDOO
596         bool "Support udoo"
597         select CPU_V7
598
599 config TARGET_WANDBOARD
600         bool "Support wandboard"
601         select CPU_V7
602
603 config TARGET_WARP
604         bool "Support WaRP"
605         select CPU_V7
606
607 config TARGET_TITANIUM
608         bool "Support titanium"
609         select CPU_V7
610
611 config TARGET_NITROGEN6X
612         bool "Support nitrogen6x"
613         select CPU_V7
614
615 config TARGET_CGTQMX6EVAL
616         bool "Support cgtqmx6eval"
617         select CPU_V7
618
619 config TARGET_EMBESTMX6BOARDS
620         bool "Support embestmx6boards"
621         select CPU_V7
622
623 config TARGET_ARISTAINETOS
624         bool "Support aristainetos"
625         select CPU_V7
626
627 config TARGET_MX6QARM2
628         bool "Support mx6qarm2"
629         select CPU_V7
630
631 config TARGET_MX6QSABREAUTO
632         bool "Support mx6qsabreauto"
633         select CPU_V7
634         select DM
635         select DM_THERMAL
636
637 config TARGET_MX6SABRESD
638         bool "Support mx6sabresd"
639         select CPU_V7
640         select SUPPORT_SPL
641         select DM
642         select DM_THERMAL
643
644 config TARGET_MX6SLEVK
645         bool "Support mx6slevk"
646         select CPU_V7
647
648 config TARGET_MX6SXSABRESD
649         bool "Support mx6sxsabresd"
650         select CPU_V7
651         select SUPPORT_SPL
652         select DM
653         select DM_THERMAL
654
655 config TARGET_GW_VENTANA
656         bool "Support gw_ventana"
657         select CPU_V7
658         select SUPPORT_SPL
659
660 config TARGET_HUMMINGBOARD
661         bool "Support hummingboard"
662         select CPU_V7
663
664 config TARGET_KOSAGI_NOVENA
665         bool "Support Kosagi Novena"
666         select CPU_V7
667         select SUPPORT_SPL
668
669 config TARGET_TBS2910
670         bool "Support tbs2910"
671         select CPU_V7
672
673 config TARGET_TQMA6
674         bool "TQ Systems TQMa6 board"
675         select CPU_V7
676
677 config TARGET_OT1200
678         bool "Bachmann OT1200"
679         select CPU_V7
680         select SUPPORT_SPL
681
682 config TARGET_PLATINUM_PICON
683         bool "Support platinum-picon"
684         select CPU_V7
685         select SUPPORT_SPL
686
687 config TARGET_PLATINUM_TITANIUM
688         bool "Support platinum-titanium"
689         select CPU_V7
690         select SUPPORT_SPL
691
692 config OMAP34XX
693         bool "OMAP34XX SoC"
694         select CPU_V7
695
696 config OMAP44XX
697         bool "OMAP44XX SoC"
698         select CPU_V7
699         select SUPPORT_SPL
700
701 config OMAP54XX
702         bool "OMAP54XX SoC"
703         select CPU_V7
704         select SUPPORT_SPL
705
706 config RMOBILE
707         bool "Renesas ARM SoCs"
708         select CPU_V7
709
710 config TARGET_CM_FX6
711         bool "Support cm_fx6"
712         select CPU_V7
713         select SUPPORT_SPL
714
715 config TARGET_SOCFPGA_ARRIA5
716         bool "Support socfpga_arria5"
717         select CPU_V7
718         select SUPPORT_SPL
719         select DM
720         select DM_SPI_FLASH
721         select DM_SPI
722
723 config TARGET_SOCFPGA_CYCLONE5
724         bool "Support socfpga_cyclone5"
725         select CPU_V7
726         select SUPPORT_SPL
727         select DM
728         select DM_SPI_FLASH
729         select DM_SPI
730
731 config ARCH_SUNXI
732         bool "Support sunxi (Allwinner) SoCs"
733
734 config TARGET_SNOWBALL
735         bool "Support snowball"
736         select CPU_V7
737
738 config TARGET_U8500_HREF
739         bool "Support u8500_href"
740         select CPU_V7
741
742 config TARGET_VF610TWR
743         bool "Support vf610twr"
744         select CPU_V7
745
746 config ZYNQ
747         bool "Xilinx Zynq Platform"
748         select CPU_V7
749         select SUPPORT_SPL
750         select DM
751
752 config TARGET_XILINX_ZYNQMP
753         bool "Support Xilinx ZynqMP Platform"
754         select ARM64
755
756 config TEGRA
757         bool "NVIDIA Tegra"
758         select SUPPORT_SPL
759         select SPL
760         select OF_CONTROL
761         select CPU_V7
762         select DM
763         select DM_SPI_FLASH
764         select DM_SERIAL
765         select DM_I2C
766         select DM_SPI
767         select DM_GPIO
768
769 config TARGET_VEXPRESS64_AEMV8A
770         bool "Support vexpress_aemv8a"
771         select ARM64
772
773 config TARGET_VEXPRESS64_BASE_FVP
774         bool "Support Versatile Express ARMv8a FVP BASE model"
775         select ARM64
776         select SEMIHOSTING
777
778 config TARGET_VEXPRESS64_JUNO
779         bool "Support Versatile Express Juno Development Platform"
780         select ARM64
781
782 config TARGET_LS2085A_EMU
783         bool "Support ls2085a_emu"
784         select ARM64
785         select ARMV8_MULTIENTRY
786
787 config TARGET_LS2085A_SIMU
788         bool "Support ls2085a_simu"
789         select ARM64
790         select ARMV8_MULTIENTRY
791
792 config TARGET_LS1021AQDS
793         bool "Support ls1021aqds"
794         select CPU_V7
795         select SUPPORT_SPL
796
797 config TARGET_LS1021ATWR
798         bool "Support ls1021atwr"
799         select CPU_V7
800         select SUPPORT_SPL
801
802 config TARGET_BALLOON3
803         bool "Support balloon3"
804         select CPU_PXA
805
806 config TARGET_H2200
807         bool "Support h2200"
808         select CPU_PXA
809
810 config TARGET_PALMLD
811         bool "Support palmld"
812         select CPU_PXA
813
814 config TARGET_PALMTC
815         bool "Support palmtc"
816         select CPU_PXA
817
818 config TARGET_PALMTREO680
819         bool "Support palmtreo680"
820         select CPU_PXA
821         select SUPPORT_SPL
822
823 config TARGET_PXA255_IDP
824         bool "Support pxa255_idp"
825         select CPU_PXA
826
827 config TARGET_TRIZEPSIV
828         bool "Support trizepsiv"
829         select CPU_PXA
830
831 config TARGET_VPAC270
832         bool "Support vpac270"
833         select CPU_PXA
834         select SUPPORT_SPL
835
836 config TARGET_XAENIAX
837         bool "Support xaeniax"
838         select CPU_PXA
839
840 config TARGET_ZIPITZ2
841         bool "Support zipitz2"
842         select CPU_PXA
843
844 config TARGET_LP8X4X
845         bool "Support lp8x4x"
846         select CPU_PXA
847
848 config TARGET_COLIBRI_PXA270
849         bool "Support colibri_pxa270"
850         select CPU_PXA
851
852 config TARGET_JORNADA
853         bool "Support jornada"
854         select CPU_SA1100
855
856 config ARCH_UNIPHIER
857         bool "Panasonic UniPhier platform"
858         select CPU_V7
859         select SUPPORT_SPL
860         select SPL
861         select OF_CONTROL
862         select DM
863         select DM_SERIAL
864         select DM_I2C
865
866 endchoice
867
868 source "arch/arm/mach-at91/Kconfig"
869
870 source "arch/arm/mach-bcm283x/Kconfig"
871
872 source "arch/arm/mach-davinci/Kconfig"
873
874 source "arch/arm/cpu/armv7/exynos/Kconfig"
875
876 source "arch/arm/mach-highbank/Kconfig"
877
878 source "arch/arm/mach-keystone/Kconfig"
879
880 source "arch/arm/mach-kirkwood/Kconfig"
881
882 source "arch/arm/mach-nomadik/Kconfig"
883
884 source "arch/arm/cpu/armv7/mx5/Kconfig"
885
886 source "arch/arm/cpu/armv7/mx6/Kconfig"
887
888 source "arch/arm/cpu/armv7/omap3/Kconfig"
889
890 source "arch/arm/cpu/armv7/omap4/Kconfig"
891
892 source "arch/arm/cpu/armv7/omap5/Kconfig"
893
894 source "arch/arm/mach-orion5x/Kconfig"
895
896 source "arch/arm/cpu/armv7/rmobile/Kconfig"
897
898 source "arch/arm/cpu/armv7/s5pc1xx/Kconfig"
899
900 source "arch/arm/mach-tegra/Kconfig"
901
902 source "arch/arm/mach-uniphier/Kconfig"
903
904 source "arch/arm/mach-versatile/Kconfig"
905
906 source "arch/arm/cpu/armv7/zynq/Kconfig"
907
908 source "arch/arm/cpu/armv7/Kconfig"
909
910 source "arch/arm/cpu/armv8/Kconfig"
911
912 source "arch/arm/imx-common/Kconfig"
913
914 source "board/aristainetos/Kconfig"
915 source "board/BuR/kwb/Kconfig"
916 source "board/BuR/tseries/Kconfig"
917 source "board/CarMediaLab/flea3/Kconfig"
918 source "board/Marvell/aspenite/Kconfig"
919 source "board/Marvell/db-mv784mp-gp/Kconfig"
920 source "board/Marvell/gplugd/Kconfig"
921 source "board/altera/socfpga/Kconfig"
922 source "board/armadeus/apf27/Kconfig"
923 source "board/armltd/integrator/Kconfig"
924 source "board/armltd/vexpress/Kconfig"
925 source "board/armltd/vexpress64/Kconfig"
926 source "board/bachmann/ot1200/Kconfig"
927 source "board/balloon3/Kconfig"
928 source "board/barco/platinum/Kconfig"
929 source "board/barco/titanium/Kconfig"
930 source "board/bluegiga/apx4devkit/Kconfig"
931 source "board/boundary/nitrogen6x/Kconfig"
932 source "board/broadcom/bcm28155_ap/Kconfig"
933 source "board/broadcom/bcmcygnus/Kconfig"
934 source "board/broadcom/bcmnsp/Kconfig"
935 source "board/cirrus/edb93xx/Kconfig"
936 source "board/compulab/cm_t335/Kconfig"
937 source "board/compulab/cm_fx6/Kconfig"
938 source "board/congatec/cgtqmx6eval/Kconfig"
939 source "board/creative/xfi3/Kconfig"
940 source "board/davedenx/qong/Kconfig"
941 source "board/denx/m28evk/Kconfig"
942 source "board/denx/m53evk/Kconfig"
943 source "board/embest/mx6boards/Kconfig"
944 source "board/esg/ima3-mx53/Kconfig"
945 source "board/freescale/ls2085a/Kconfig"
946 source "board/freescale/ls1021aqds/Kconfig"
947 source "board/freescale/ls1021atwr/Kconfig"
948 source "board/freescale/mx23evk/Kconfig"
949 source "board/freescale/mx25pdk/Kconfig"
950 source "board/freescale/mx28evk/Kconfig"
951 source "board/freescale/mx31ads/Kconfig"
952 source "board/freescale/mx31pdk/Kconfig"
953 source "board/freescale/mx35pdk/Kconfig"
954 source "board/freescale/mx51evk/Kconfig"
955 source "board/freescale/mx53ard/Kconfig"
956 source "board/freescale/mx53evk/Kconfig"
957 source "board/freescale/mx53loco/Kconfig"
958 source "board/freescale/mx53smd/Kconfig"
959 source "board/freescale/mx6qarm2/Kconfig"
960 source "board/freescale/mx6qsabreauto/Kconfig"
961 source "board/freescale/mx6sabresd/Kconfig"
962 source "board/freescale/mx6slevk/Kconfig"
963 source "board/freescale/mx6sxsabresd/Kconfig"
964 source "board/freescale/vf610twr/Kconfig"
965 source "board/gateworks/gw_ventana/Kconfig"
966 source "board/genesi/mx51_efikamx/Kconfig"
967 source "board/gumstix/pepper/Kconfig"
968 source "board/h2200/Kconfig"
969 source "board/hale/tt01/Kconfig"
970 source "board/icpdas/lp8x4x/Kconfig"
971 source "board/imx31_phycore/Kconfig"
972 source "board/isee/igep0033/Kconfig"
973 source "board/jornada/Kconfig"
974 source "board/karo/tx25/Kconfig"
975 source "board/karo/tx28/Kconfig"
976 source "board/karo/tx48/Kconfig"
977 source "board/karo/tx51/Kconfig"
978 source "board/karo/tx53/Kconfig"
979 source "board/karo/tx6/Kconfig"
980 source "board/karo/txa5/Kconfig"
981 source "board/kosagi/novena/Kconfig"
982 source "board/logicpd/imx27lite/Kconfig"
983 source "board/logicpd/imx31_litekit/Kconfig"
984 source "board/maxbcm/Kconfig"
985 source "board/mpl/vcma9/Kconfig"
986 source "board/olimex/mx23_olinuxino/Kconfig"
987 source "board/palmld/Kconfig"
988 source "board/palmtc/Kconfig"
989 source "board/palmtreo680/Kconfig"
990 source "board/phytec/pcm051/Kconfig"
991 source "board/ppcag/bg0900/Kconfig"
992 source "board/pxa255_idp/Kconfig"
993 source "board/samsung/smdk2410/Kconfig"
994 source "board/sandisk/sansa_fuze_plus/Kconfig"
995 source "board/scb9328/Kconfig"
996 source "board/schulercontrol/sc_sps_1/Kconfig"
997 source "board/siemens/draco/Kconfig"
998 source "board/siemens/pxm2/Kconfig"
999 source "board/siemens/rut/Kconfig"
1000 source "board/silica/pengwyn/Kconfig"
1001 source "board/solidrun/hummingboard/Kconfig"
1002 source "board/spear/spear300/Kconfig"
1003 source "board/spear/spear310/Kconfig"
1004 source "board/spear/spear320/Kconfig"
1005 source "board/spear/spear600/Kconfig"
1006 source "board/spear/x600/Kconfig"
1007 source "board/st-ericsson/snowball/Kconfig"
1008 source "board/st-ericsson/u8500/Kconfig"
1009 source "board/st/stv0991/Kconfig"
1010 source "board/sunxi/Kconfig"
1011 source "board/syteco/zmx25/Kconfig"
1012 source "board/tbs/tbs2910/Kconfig"
1013 source "board/ti/am335x/Kconfig"
1014 source "board/ti/am43xx/Kconfig"
1015 source "board/birdland/bav335x/Kconfig"
1016 source "board/ti/ti814x/Kconfig"
1017 source "board/ti/ti816x/Kconfig"
1018 source "board/timll/devkit3250/Kconfig"
1019 source "board/toradex/colibri_pxa270/Kconfig"
1020 source "board/tqc/tqma6/Kconfig"
1021 source "board/trizepsiv/Kconfig"
1022 source "board/ttcontrol/vision2/Kconfig"
1023 source "board/udoo/Kconfig"
1024 source "board/vpac270/Kconfig"
1025 source "board/wandboard/Kconfig"
1026 source "board/warp/Kconfig"
1027 source "board/woodburn/Kconfig"
1028 source "board/work-microwave/work_92105/Kconfig"
1029 source "board/xaeniax/Kconfig"
1030 source "board/xilinx/zynqmp/Kconfig"
1031 source "board/zipitz2/Kconfig"
1032
1033 source "arch/arm/Kconfig.debug"
1034
1035 endmenu