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