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