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