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