]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - arch/arm/Kconfig
ARM: stv0991: 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         select DM
322         select DM_SERIAL
323
324 config TARGET_X600
325         bool "Support x600"
326         select CPU_ARM926EJS
327         select SUPPORT_SPL
328
329 config ARCH_VERSATILE
330         bool "ARM Ltd. Versatile family"
331         select CPU_ARM926EJS
332
333 config TARGET_INTEGRATORCP_CM1136
334         bool "Support integratorcp_cm1136"
335         select CPU_ARM1136
336
337 config TARGET_IMX31_PHYCORE
338         bool "Support imx31_phycore"
339         select CPU_ARM1136
340
341 config TARGET_QONG
342         bool "Support qong"
343         select CPU_ARM1136
344
345 config TARGET_MX31ADS
346         bool "Support mx31ads"
347         select CPU_ARM1136
348
349 config TARGET_MX31PDK
350         bool "Support mx31pdk"
351         select CPU_ARM1136
352         select SUPPORT_SPL
353
354 config TARGET_TT01
355         bool "Support tt01"
356         select CPU_ARM1136
357
358 config TARGET_IMX31_LITEKIT
359         bool "Support imx31_litekit"
360         select CPU_ARM1136
361
362 config TARGET_WOODBURN
363         bool "Support woodburn"
364         select CPU_ARM1136
365
366 config TARGET_WOODBURN_SD
367         bool "Support woodburn_sd"
368         select CPU_ARM1136
369         select SUPPORT_SPL
370
371 config TARGET_FLEA3
372         bool "Support flea3"
373         select CPU_ARM1136
374
375 config TARGET_MX35PDK
376         bool "Support mx35pdk"
377         select CPU_ARM1136
378
379 config ARCH_BCM283X
380         bool "Broadcom BCM283X family"
381         select DM
382         select DM_SERIAL
383         select DM_GPIO
384
385 config TARGET_INTEGRATORAP_CM946ES
386         bool "Support integratorap_cm946es"
387         select CPU_ARM946ES
388
389 config TARGET_INTEGRATORCP_CM946ES
390         bool "Support integratorcp_cm946es"
391         select CPU_ARM946ES
392
393 config TARGET_VEXPRESS_CA15_TC2
394         bool "Support vexpress_ca15_tc2"
395         select CPU_V7
396         select CPU_V7_HAS_NONSEC
397         select CPU_V7_HAS_VIRT
398
399 config TARGET_VEXPRESS_CA5X2
400         bool "Support vexpress_ca5x2"
401         select CPU_V7
402
403 config TARGET_VEXPRESS_CA9X4
404         bool "Support vexpress_ca9x4"
405         select CPU_V7
406
407 config TARGET_KWB
408         bool "Support kwb"
409         select CPU_V7
410         select SUPPORT_SPL
411
412 config TARGET_TSERIES
413         bool "Support tseries"
414         select CPU_V7
415         select SUPPORT_SPL
416
417 config TARGET_CM_T335
418         bool "Support cm_t335"
419         select CPU_V7
420         select SUPPORT_SPL
421         select DM
422         select DM_SERIAL
423         select DM_GPIO
424
425 config TARGET_PEPPER
426         bool "Support pepper"
427         select CPU_V7
428         select SUPPORT_SPL
429         select DM
430         select DM_SERIAL
431         select DM_GPIO
432
433 config TARGET_AM335X_IGEP0033
434         bool "Support am335x_igep0033"
435         select CPU_V7
436         select SUPPORT_SPL
437         select DM
438         select DM_SERIAL
439         select DM_GPIO
440
441 config TARGET_PCM051
442         bool "Support pcm051"
443         select CPU_V7
444         select SUPPORT_SPL
445         select DM
446         select DM_SERIAL
447         select DM_GPIO
448
449 config TARGET_DRACO
450         bool "Support draco"
451         select CPU_V7
452         select SUPPORT_SPL
453
454 config TARGET_DXR2
455         bool "Support dxr2"
456         select CPU_V7
457         select SUPPORT_SPL
458
459 config TARGET_PXM2
460         bool "Support pxm2"
461         select CPU_V7
462         select SUPPORT_SPL
463
464 config TARGET_RUT
465         bool "Support rut"
466         select CPU_V7
467         select SUPPORT_SPL
468
469 config TARGET_PENGWYN
470         bool "Support pengwyn"
471         select CPU_V7
472         select SUPPORT_SPL
473         select DM
474         select DM_SERIAL
475         select DM_GPIO
476
477 config TARGET_AM335X_EVM
478         bool "Support am335x_evm"
479         select CPU_V7
480         select SUPPORT_SPL
481         select DM
482         select DM_SERIAL
483         select DM_GPIO
484
485 config TARGET_AM43XX_EVM
486         bool "Support am43xx_evm"
487         select CPU_V7
488         select SUPPORT_SPL
489
490 config TARGET_BAV335X
491         bool "Support bav335x"
492         select CPU_V7
493         select SUPPORT_SPL
494         select DM
495         select DM_SERIAL
496         help
497           The BAV335x OEM Network Processor integrates all the functions of an
498           embedded network computer in a small, easy to use SODIMM module which
499           incorporates the popular Texas Instruments Sitara 32bit ARM Coretex-A8
500           processor, with fast DDR3 512MB SDRAM, 4GB of embedded MMC and a Gigabit
501           ethernet with simple connection to external connectors.
502
503           For more information, visit: http://birdland.com/oem
504
505 config TARGET_TI814X_EVM
506         bool "Support ti814x_evm"
507         select CPU_V7
508         select SUPPORT_SPL
509
510 config TARGET_TI816X_EVM
511         bool "Support ti816x_evm"
512         select CPU_V7
513         select SUPPORT_SPL
514
515 config TARGET_BCM28155_AP
516         bool "Support bcm28155_ap"
517         select CPU_V7
518
519 config TARGET_BCMCYGNUS
520         bool "Support bcmcygnus"
521         select CPU_V7
522
523 config TARGET_BCMNSP
524         bool "Support bcmnsp"
525         select CPU_V7
526
527 config ARCH_EXYNOS
528         bool "Samsung EXYNOS"
529         select CPU_V7
530         select DM
531         select DM_SPI_FLASH
532         select DM_SERIAL
533         select DM_SPI
534         select DM_GPIO
535
536 config ARCH_S5PC1XX
537         bool "Samsung S5PC1XX"
538         select CPU_V7
539         select DM
540         select DM_SERIAL
541         select DM_GPIO
542
543 config ARCH_HIGHBANK
544         bool "Calxeda Highbank"
545         select CPU_V7
546
547 config ARCH_KEYSTONE
548         bool "TI Keystone"
549         select CPU_V7
550         select SUPPORT_SPL
551
552 config ARCH_MX6
553         bool "Freescale MX6"
554         select CPU_V7
555
556 config ARCH_MX5
557         bool "Freescale MX5"
558         select CPU_V7
559
560 config TARGET_M53EVK
561         bool "Support m53evk"
562         select CPU_V7
563         select SUPPORT_SPL
564
565 config TARGET_IMA3_MX53
566         bool "Support ima3-mx53"
567         select CPU_V7
568
569 config TARGET_MX51EVK
570         bool "Support mx51evk"
571         select CPU_V7
572
573 config TARGET_MX53ARD
574         bool "Support mx53ard"
575         select CPU_V7
576
577 config TARGET_MX53EVK
578         bool "Support mx53evk"
579         select CPU_V7
580
581 config TARGET_MX53LOCO
582         bool "Support mx53loco"
583         select CPU_V7
584
585 config TARGET_MX53SMD
586         bool "Support mx53smd"
587         select CPU_V7
588
589 config TARGET_MX51_EFIKAMX
590         bool "Support mx51_efikamx"
591         select CPU_V7
592
593 config TARGET_VISION2
594         bool "Support vision2"
595         select CPU_V7
596
597 config TARGET_UDOO
598         bool "Support udoo"
599         select CPU_V7
600
601 config TARGET_WANDBOARD
602         bool "Support wandboard"
603         select CPU_V7
604
605 config TARGET_WARP
606         bool "Support WaRP"
607         select CPU_V7
608
609 config TARGET_TITANIUM
610         bool "Support titanium"
611         select CPU_V7
612
613 config TARGET_NITROGEN6X
614         bool "Support nitrogen6x"
615         select CPU_V7
616
617 config TARGET_CGTQMX6EVAL
618         bool "Support cgtqmx6eval"
619         select CPU_V7
620
621 config TARGET_EMBESTMX6BOARDS
622         bool "Support embestmx6boards"
623         select CPU_V7
624
625 config TARGET_ARISTAINETOS
626         bool "Support aristainetos"
627         select CPU_V7
628
629 config TARGET_MX6QARM2
630         bool "Support mx6qarm2"
631         select CPU_V7
632
633 config TARGET_MX6QSABREAUTO
634         bool "Support mx6qsabreauto"
635         select CPU_V7
636         select DM
637         select DM_THERMAL
638
639 config TARGET_MX6SABRESD
640         bool "Support mx6sabresd"
641         select CPU_V7
642         select SUPPORT_SPL
643         select DM
644         select DM_THERMAL
645
646 config TARGET_MX6SLEVK
647         bool "Support mx6slevk"
648         select CPU_V7
649
650 config TARGET_MX6SXSABRESD
651         bool "Support mx6sxsabresd"
652         select CPU_V7
653         select SUPPORT_SPL
654         select DM
655         select DM_THERMAL
656
657 config TARGET_GW_VENTANA
658         bool "Support gw_ventana"
659         select CPU_V7
660         select SUPPORT_SPL
661
662 config TARGET_HUMMINGBOARD
663         bool "Support hummingboard"
664         select CPU_V7
665
666 config TARGET_KOSAGI_NOVENA
667         bool "Support Kosagi Novena"
668         select CPU_V7
669         select SUPPORT_SPL
670
671 config TARGET_TBS2910
672         bool "Support tbs2910"
673         select CPU_V7
674
675 config TARGET_TQMA6
676         bool "TQ Systems TQMa6 board"
677         select CPU_V7
678
679 config TARGET_OT1200
680         bool "Bachmann OT1200"
681         select CPU_V7
682         select SUPPORT_SPL
683
684 config TARGET_PLATINUM_PICON
685         bool "Support platinum-picon"
686         select CPU_V7
687         select SUPPORT_SPL
688
689 config TARGET_PLATINUM_TITANIUM
690         bool "Support platinum-titanium"
691         select CPU_V7
692         select SUPPORT_SPL
693
694 config OMAP34XX
695         bool "OMAP34XX SoC"
696         select CPU_V7
697
698 config OMAP44XX
699         bool "OMAP44XX SoC"
700         select CPU_V7
701         select SUPPORT_SPL
702
703 config OMAP54XX
704         bool "OMAP54XX SoC"
705         select CPU_V7
706         select SUPPORT_SPL
707
708 config RMOBILE
709         bool "Renesas ARM SoCs"
710         select CPU_V7
711
712 config TARGET_CM_FX6
713         bool "Support cm_fx6"
714         select CPU_V7
715         select SUPPORT_SPL
716
717 config TARGET_SOCFPGA_ARRIA5
718         bool "Support socfpga_arria5"
719         select CPU_V7
720         select SUPPORT_SPL
721         select DM
722         select DM_SPI_FLASH
723         select DM_SPI
724
725 config TARGET_SOCFPGA_CYCLONE5
726         bool "Support socfpga_cyclone5"
727         select CPU_V7
728         select SUPPORT_SPL
729         select DM
730         select DM_SPI_FLASH
731         select DM_SPI
732
733 config ARCH_SUNXI
734         bool "Support sunxi (Allwinner) SoCs"
735
736 config TARGET_SNOWBALL
737         bool "Support snowball"
738         select CPU_V7
739
740 config TARGET_U8500_HREF
741         bool "Support u8500_href"
742         select CPU_V7
743
744 config TARGET_VF610TWR
745         bool "Support vf610twr"
746         select CPU_V7
747
748 config ZYNQ
749         bool "Xilinx Zynq Platform"
750         select CPU_V7
751         select SUPPORT_SPL
752         select DM
753
754 config TARGET_XILINX_ZYNQMP
755         bool "Support Xilinx ZynqMP Platform"
756         select ARM64
757
758 config TEGRA
759         bool "NVIDIA Tegra"
760         select SUPPORT_SPL
761         select SPL
762         select OF_CONTROL
763         select CPU_V7
764         select DM
765         select DM_SPI_FLASH
766         select DM_SERIAL
767         select DM_I2C
768         select DM_SPI
769         select DM_GPIO
770
771 config TARGET_VEXPRESS64_AEMV8A
772         bool "Support vexpress_aemv8a"
773         select ARM64
774
775 config TARGET_VEXPRESS64_BASE_FVP
776         bool "Support Versatile Express ARMv8a FVP BASE model"
777         select ARM64
778         select SEMIHOSTING
779
780 config TARGET_VEXPRESS64_JUNO
781         bool "Support Versatile Express Juno Development Platform"
782         select ARM64
783
784 config TARGET_LS2085A_EMU
785         bool "Support ls2085a_emu"
786         select ARM64
787         select ARMV8_MULTIENTRY
788
789 config TARGET_LS2085A_SIMU
790         bool "Support ls2085a_simu"
791         select ARM64
792         select ARMV8_MULTIENTRY
793
794 config TARGET_LS1021AQDS
795         bool "Support ls1021aqds"
796         select CPU_V7
797         select SUPPORT_SPL
798
799 config TARGET_LS1021ATWR
800         bool "Support ls1021atwr"
801         select CPU_V7
802         select SUPPORT_SPL
803
804 config TARGET_BALLOON3
805         bool "Support balloon3"
806         select CPU_PXA
807
808 config TARGET_H2200
809         bool "Support h2200"
810         select CPU_PXA
811
812 config TARGET_PALMLD
813         bool "Support palmld"
814         select CPU_PXA
815
816 config TARGET_PALMTC
817         bool "Support palmtc"
818         select CPU_PXA
819
820 config TARGET_PALMTREO680
821         bool "Support palmtreo680"
822         select CPU_PXA
823         select SUPPORT_SPL
824
825 config TARGET_PXA255_IDP
826         bool "Support pxa255_idp"
827         select CPU_PXA
828
829 config TARGET_TRIZEPSIV
830         bool "Support trizepsiv"
831         select CPU_PXA
832
833 config TARGET_VPAC270
834         bool "Support vpac270"
835         select CPU_PXA
836         select SUPPORT_SPL
837
838 config TARGET_XAENIAX
839         bool "Support xaeniax"
840         select CPU_PXA
841
842 config TARGET_ZIPITZ2
843         bool "Support zipitz2"
844         select CPU_PXA
845
846 config TARGET_LP8X4X
847         bool "Support lp8x4x"
848         select CPU_PXA
849
850 config TARGET_COLIBRI_PXA270
851         bool "Support colibri_pxa270"
852         select CPU_PXA
853
854 config TARGET_JORNADA
855         bool "Support jornada"
856         select CPU_SA1100
857
858 config ARCH_UNIPHIER
859         bool "Panasonic UniPhier platform"
860         select CPU_V7
861         select SUPPORT_SPL
862         select SPL
863         select OF_CONTROL
864         select DM
865         select DM_SERIAL
866         select DM_I2C
867
868 endchoice
869
870 source "arch/arm/mach-at91/Kconfig"
871
872 source "arch/arm/mach-bcm283x/Kconfig"
873
874 source "arch/arm/mach-davinci/Kconfig"
875
876 source "arch/arm/cpu/armv7/exynos/Kconfig"
877
878 source "arch/arm/mach-highbank/Kconfig"
879
880 source "arch/arm/mach-keystone/Kconfig"
881
882 source "arch/arm/mach-kirkwood/Kconfig"
883
884 source "arch/arm/mach-nomadik/Kconfig"
885
886 source "arch/arm/cpu/armv7/mx5/Kconfig"
887
888 source "arch/arm/cpu/armv7/mx6/Kconfig"
889
890 source "arch/arm/cpu/armv7/omap3/Kconfig"
891
892 source "arch/arm/cpu/armv7/omap4/Kconfig"
893
894 source "arch/arm/cpu/armv7/omap5/Kconfig"
895
896 source "arch/arm/mach-orion5x/Kconfig"
897
898 source "arch/arm/cpu/armv7/rmobile/Kconfig"
899
900 source "arch/arm/cpu/armv7/s5pc1xx/Kconfig"
901
902 source "arch/arm/mach-tegra/Kconfig"
903
904 source "arch/arm/mach-uniphier/Kconfig"
905
906 source "arch/arm/mach-versatile/Kconfig"
907
908 source "arch/arm/cpu/armv7/zynq/Kconfig"
909
910 source "arch/arm/cpu/armv7/Kconfig"
911
912 source "arch/arm/cpu/armv8/Kconfig"
913
914 source "arch/arm/imx-common/Kconfig"
915
916 source "board/aristainetos/Kconfig"
917 source "board/BuR/kwb/Kconfig"
918 source "board/BuR/tseries/Kconfig"
919 source "board/CarMediaLab/flea3/Kconfig"
920 source "board/Marvell/aspenite/Kconfig"
921 source "board/Marvell/db-mv784mp-gp/Kconfig"
922 source "board/Marvell/gplugd/Kconfig"
923 source "board/altera/socfpga/Kconfig"
924 source "board/armadeus/apf27/Kconfig"
925 source "board/armltd/integrator/Kconfig"
926 source "board/armltd/vexpress/Kconfig"
927 source "board/armltd/vexpress64/Kconfig"
928 source "board/bachmann/ot1200/Kconfig"
929 source "board/balloon3/Kconfig"
930 source "board/barco/platinum/Kconfig"
931 source "board/barco/titanium/Kconfig"
932 source "board/bluegiga/apx4devkit/Kconfig"
933 source "board/boundary/nitrogen6x/Kconfig"
934 source "board/broadcom/bcm28155_ap/Kconfig"
935 source "board/broadcom/bcmcygnus/Kconfig"
936 source "board/broadcom/bcmnsp/Kconfig"
937 source "board/cirrus/edb93xx/Kconfig"
938 source "board/compulab/cm_t335/Kconfig"
939 source "board/compulab/cm_fx6/Kconfig"
940 source "board/congatec/cgtqmx6eval/Kconfig"
941 source "board/creative/xfi3/Kconfig"
942 source "board/davedenx/qong/Kconfig"
943 source "board/denx/m28evk/Kconfig"
944 source "board/denx/m53evk/Kconfig"
945 source "board/embest/mx6boards/Kconfig"
946 source "board/esg/ima3-mx53/Kconfig"
947 source "board/freescale/ls2085a/Kconfig"
948 source "board/freescale/ls1021aqds/Kconfig"
949 source "board/freescale/ls1021atwr/Kconfig"
950 source "board/freescale/mx23evk/Kconfig"
951 source "board/freescale/mx25pdk/Kconfig"
952 source "board/freescale/mx28evk/Kconfig"
953 source "board/freescale/mx31ads/Kconfig"
954 source "board/freescale/mx31pdk/Kconfig"
955 source "board/freescale/mx35pdk/Kconfig"
956 source "board/freescale/mx51evk/Kconfig"
957 source "board/freescale/mx53ard/Kconfig"
958 source "board/freescale/mx53evk/Kconfig"
959 source "board/freescale/mx53loco/Kconfig"
960 source "board/freescale/mx53smd/Kconfig"
961 source "board/freescale/mx6qarm2/Kconfig"
962 source "board/freescale/mx6qsabreauto/Kconfig"
963 source "board/freescale/mx6sabresd/Kconfig"
964 source "board/freescale/mx6slevk/Kconfig"
965 source "board/freescale/mx6sxsabresd/Kconfig"
966 source "board/freescale/vf610twr/Kconfig"
967 source "board/gateworks/gw_ventana/Kconfig"
968 source "board/genesi/mx51_efikamx/Kconfig"
969 source "board/gumstix/pepper/Kconfig"
970 source "board/h2200/Kconfig"
971 source "board/hale/tt01/Kconfig"
972 source "board/icpdas/lp8x4x/Kconfig"
973 source "board/imx31_phycore/Kconfig"
974 source "board/isee/igep0033/Kconfig"
975 source "board/jornada/Kconfig"
976 source "board/karo/tx25/Kconfig"
977 source "board/karo/tx28/Kconfig"
978 source "board/karo/tx48/Kconfig"
979 source "board/karo/tx51/Kconfig"
980 source "board/karo/tx53/Kconfig"
981 source "board/karo/tx6/Kconfig"
982 source "board/karo/txa5/Kconfig"
983 source "board/kosagi/novena/Kconfig"
984 source "board/logicpd/imx27lite/Kconfig"
985 source "board/logicpd/imx31_litekit/Kconfig"
986 source "board/maxbcm/Kconfig"
987 source "board/mpl/vcma9/Kconfig"
988 source "board/olimex/mx23_olinuxino/Kconfig"
989 source "board/palmld/Kconfig"
990 source "board/palmtc/Kconfig"
991 source "board/palmtreo680/Kconfig"
992 source "board/phytec/pcm051/Kconfig"
993 source "board/ppcag/bg0900/Kconfig"
994 source "board/pxa255_idp/Kconfig"
995 source "board/samsung/smdk2410/Kconfig"
996 source "board/sandisk/sansa_fuze_plus/Kconfig"
997 source "board/scb9328/Kconfig"
998 source "board/schulercontrol/sc_sps_1/Kconfig"
999 source "board/siemens/draco/Kconfig"
1000 source "board/siemens/pxm2/Kconfig"
1001 source "board/siemens/rut/Kconfig"
1002 source "board/silica/pengwyn/Kconfig"
1003 source "board/solidrun/hummingboard/Kconfig"
1004 source "board/spear/spear300/Kconfig"
1005 source "board/spear/spear310/Kconfig"
1006 source "board/spear/spear320/Kconfig"
1007 source "board/spear/spear600/Kconfig"
1008 source "board/spear/x600/Kconfig"
1009 source "board/st-ericsson/snowball/Kconfig"
1010 source "board/st-ericsson/u8500/Kconfig"
1011 source "board/st/stv0991/Kconfig"
1012 source "board/sunxi/Kconfig"
1013 source "board/syteco/zmx25/Kconfig"
1014 source "board/tbs/tbs2910/Kconfig"
1015 source "board/ti/am335x/Kconfig"
1016 source "board/ti/am43xx/Kconfig"
1017 source "board/birdland/bav335x/Kconfig"
1018 source "board/ti/ti814x/Kconfig"
1019 source "board/ti/ti816x/Kconfig"
1020 source "board/timll/devkit3250/Kconfig"
1021 source "board/toradex/colibri_pxa270/Kconfig"
1022 source "board/tqc/tqma6/Kconfig"
1023 source "board/trizepsiv/Kconfig"
1024 source "board/ttcontrol/vision2/Kconfig"
1025 source "board/udoo/Kconfig"
1026 source "board/vpac270/Kconfig"
1027 source "board/wandboard/Kconfig"
1028 source "board/warp/Kconfig"
1029 source "board/woodburn/Kconfig"
1030 source "board/work-microwave/work_92105/Kconfig"
1031 source "board/xaeniax/Kconfig"
1032 source "board/xilinx/zynqmp/Kconfig"
1033 source "board/zipitz2/Kconfig"
1034
1035 source "arch/arm/Kconfig.debug"
1036
1037 endmenu