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