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