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