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