]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - arch/arm/Kconfig
karo: cleanup after merge of v2015.10-rc2
[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 OMAP_COMMON
46         bool
47
48 config SYS_CPU
49         default "arm720t" if CPU_ARM720T
50         default "arm920t" if CPU_ARM920T
51         default "arm926ejs" if CPU_ARM926EJS
52         default "arm946es" if CPU_ARM946ES
53         default "arm1136" if CPU_ARM1136
54         default "arm1176" if CPU_ARM1176
55         default "armv7" if CPU_V7
56         default "armv7m" if CPU_V7M
57         default "pxa" if CPU_PXA
58         default "sa1100" if CPU_SA1100
59         default "armv8" if ARM64
60
61 config SEMIHOSTING
62         bool "support boot from semihosting"
63         help
64           In emulated environments, semihosting is a way for
65           the hosted environment to call out to the emulator to
66           retrieve files from the host machine.
67
68 config SOC_AM335X
69         bool
70         select CPU_V7
71         select OMAP_COMMON
72
73 config SOC_MXS
74         bool
75         select CPU_ARM926EJS
76
77 config SOC_MX23
78         bool
79         select SOC_MXS
80
81 config SOC_MX28
82         bool
83         select SOC_MXS
84
85 config SOC_MX5
86         bool
87         select CPU_V7
88
89 config SOC_MX53
90         bool
91         select SOC_MX5
92
93 config SOC_MX51
94         bool
95         select SOC_MX5
96
97 config SOC_MX53
98         bool
99         select SOC_MX5
100
101 config SOC_MX6
102         bool
103         select CPU_V7
104
105 config SOC_MX6Q
106         bool
107         select SOC_MX6
108
109 config SOC_MX6DL
110         bool
111         select SOC_MX6
112
113 config SOC_MX6S
114         bool
115         select SOC_MX6
116
117 config SOC_MX6SX
118         bool
119         select SOC_MX6
120
121 config SOC_SAMA5D4
122         bool
123         select CPU_V7
124
125 choice
126         prompt "Target select"
127         default ARCH_VERSATILE
128
129 config ARCH_AT91
130         bool "Atmel AT91"
131
132 config TARGET_EDB93XX
133         bool "Support edb93xx"
134         select CPU_ARM920T
135
136 config TARGET_SCB9328
137         bool "Support scb9328"
138         select CPU_ARM920T
139
140 config TARGET_VCMA9
141         bool "Support VCMA9"
142         select CPU_ARM920T
143
144 config TARGET_SMDK2410
145         bool "Support smdk2410"
146         select CPU_ARM920T
147
148 config TARGET_ASPENITE
149         bool "Support aspenite"
150         select CPU_ARM926EJS
151
152 config TARGET_GPLUGD
153         bool "Support gplugd"
154         select CPU_ARM926EJS
155
156 config ARCH_DAVINCI
157         bool "TI DaVinci"
158         select CPU_ARM926EJS
159         help
160           Support for TI's DaVinci platform.
161
162 config KIRKWOOD
163         bool "Marvell Kirkwood"
164         select CPU_ARM926EJS
165
166 config TARGET_DB_88F6820_GP
167         bool "Support DB-88F6820-GP"
168         select CPU_V7
169         select SUPPORT_SPL
170
171 config TARGET_DB_MV784MP_GP
172         bool "Support db-mv784mp-gp"
173         select CPU_V7
174         select SUPPORT_SPL
175
176 config TARGET_MAXBCM
177         bool "Support maxbcm"
178         select CPU_V7
179         select SUPPORT_SPL
180
181 config TARGET_DEVKIT3250
182         bool "Support devkit3250"
183         select CPU_ARM926EJS
184         select SUPPORT_SPL
185
186 config TARGET_WORK_92105
187         bool "Support work_92105"
188         select CPU_ARM926EJS
189         select SUPPORT_SPL
190
191 config TARGET_MX25PDK
192         bool "Support mx25pdk"
193         select CPU_ARM926EJS
194
195 config TARGET_TX25
196         bool "Support tx25"
197         select SOC_MX25
198         select SUPPORT_SPL
199
200 config TARGET_TX28
201         bool "Support tx28"
202         select SOC_MX28
203         select SUPPORT_SPL
204
205 config TARGET_TX48
206         bool "Support tx48"
207         select SOC_AM335X
208         select SUPPORT_SPL
209
210 config TARGET_TX51
211         bool "Support tx51"
212         select SOC_MX51
213
214 config TARGET_TX53
215         bool "Support tx53"
216         select SOC_MX53
217
218 config TARGET_TX6
219         bool "Support tx6"
220         select SOC_MX6
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         select DM
544         select DM_SERIAL
545
546 config ARCH_KEYSTONE
547         bool "TI Keystone"
548         select CPU_V7
549         select SUPPORT_SPL
550
551 config ARCH_MX6
552         bool "Freescale MX6"
553         select CPU_V7
554
555 config ARCH_MX5
556         bool "Freescale MX5"
557         select CPU_V7
558
559 config TARGET_M53EVK
560         bool "Support m53evk"
561         select CPU_V7
562         select SUPPORT_SPL
563
564 config TARGET_IMA3_MX53
565         bool "Support ima3-mx53"
566         select CPU_V7
567
568 config TARGET_MX51EVK
569         bool "Support mx51evk"
570         select CPU_V7
571
572 config TARGET_MX53ARD
573         bool "Support mx53ard"
574         select CPU_V7
575
576 config TARGET_MX53EVK
577         bool "Support mx53evk"
578         select CPU_V7
579
580 config TARGET_MX53LOCO
581         bool "Support mx53loco"
582         select CPU_V7
583
584 config TARGET_MX53SMD
585         bool "Support mx53smd"
586         select CPU_V7
587
588 config TARGET_MX51_EFIKAMX
589         bool "Support mx51_efikamx"
590         select CPU_V7
591
592 config TARGET_VISION2
593         bool "Support vision2"
594         select CPU_V7
595
596 config TARGET_UDOO
597         bool "Support udoo"
598         select CPU_V7
599
600 config TARGET_WANDBOARD
601         bool "Support wandboard"
602         select CPU_V7
603         select SUPPORT_SPL
604
605 config TARGET_WARP
606         bool "Support WaRP"
607         select CPU_V7
608
609 config TARGET_TITANIUM
610         bool "Support titanium"
611         select CPU_V7
612
613 config TARGET_NITROGEN6X
614         bool "Support nitrogen6x"
615         select CPU_V7
616
617 config TARGET_CGTQMX6EVAL
618         bool "Support cgtqmx6eval"
619         select CPU_V7
620
621 config TARGET_EMBESTMX6BOARDS
622         bool "Support embestmx6boards"
623         select CPU_V7
624
625 config TARGET_ARISTAINETOS
626         bool "Support aristainetos"
627         select CPU_V7
628
629 config TARGET_ARISTAINETOS2
630         bool "Support aristainetos2"
631         select CPU_V7
632
633 config TARGET_MX6QARM2
634         bool "Support mx6qarm2"
635         select CPU_V7
636
637 config TARGET_MX6QSABREAUTO
638         bool "Support mx6qsabreauto"
639         select CPU_V7
640         select DM
641         select DM_THERMAL
642
643 config TARGET_MX6SABRESD
644         bool "Support mx6sabresd"
645         select CPU_V7
646         select SUPPORT_SPL
647         select DM
648         select DM_THERMAL
649
650 config TARGET_MX6CUBOXI
651         bool "Support Solid-run mx6 boards"
652         select CPU_V7
653         select SUPPORT_SPL
654
655 config TARGET_MX6SLEVK
656         bool "Support mx6slevk"
657         select CPU_V7
658
659 config TARGET_MX6SXSABRESD
660         bool "Support mx6sxsabresd"
661         select CPU_V7
662         select SUPPORT_SPL
663         select DM
664         select DM_THERMAL
665
666 config TARGET_MX6UL_14X14_EVK
667         bool "Support mx6ul_14x14_evk"
668         select CPU_V7
669         select DM
670         select DM_THERMAL
671         select SUPPORT_SPL
672
673 config TARGET_GW_VENTANA
674         bool "Support gw_ventana"
675         select CPU_V7
676         select SUPPORT_SPL
677
678 config TARGET_KOSAGI_NOVENA
679         bool "Support Kosagi Novena"
680         select CPU_V7
681         select SUPPORT_SPL
682
683 config TARGET_TBS2910
684         bool "Support tbs2910"
685         select CPU_V7
686
687 config TARGET_OT1200
688         bool "Bachmann OT1200"
689         select CPU_V7
690         select SUPPORT_SPL
691
692 config TARGET_PLATINUM_PICON
693         bool "Support platinum-picon"
694         select CPU_V7
695         select SUPPORT_SPL
696
697 config TARGET_PLATINUM_TITANIUM
698         bool "Support platinum-titanium"
699         select CPU_V7
700         select SUPPORT_SPL
701
702 config OMAP34XX
703         bool "OMAP34XX SoC"
704         select CPU_V7
705
706 config OMAP44XX
707         bool "OMAP44XX SoC"
708         select CPU_V7
709         select SUPPORT_SPL
710
711 config OMAP54XX
712         bool "OMAP54XX SoC"
713         select CPU_V7
714         select SUPPORT_SPL
715
716 config RMOBILE
717         bool "Renesas ARM SoCs"
718         select CPU_V7
719
720 config ARCH_SOCFPGA
721         bool "Altera SOCFPGA family"
722         select CPU_V7
723         select SUPPORT_SPL
724         select DM
725         select DM_SPI_FLASH
726         select DM_SPI
727
728 config TARGET_CM_T43
729         bool "Support cm_t43"
730         select CPU_V7
731         select SUPPORT_SPL
732
733 config ARCH_SUNXI
734         bool "Support sunxi (Allwinner) SoCs"
735         select CMD_USB
736         select DM
737         select DM_GPIO
738         select DM_ETH
739         select DM_SERIAL
740         select DM_USB
741         select OF_CONTROL
742         select OF_SEPARATE
743         select USB
744         select USB_STORAGE
745         select USB_KEYBOARD
746
747 config TARGET_SNOWBALL
748         bool "Support snowball"
749         select CPU_V7
750
751 config TARGET_U8500_HREF
752         bool "Support u8500_href"
753         select CPU_V7
754
755 config TARGET_VF610TWR
756         bool "Support vf610twr"
757         select CPU_V7
758
759 config TARGET_COLIBRI_VF
760         bool "Support Colibri VF50/61"
761         select CPU_V7
762
763 config ARCH_ZYNQ
764         bool "Xilinx Zynq Platform"
765         select CPU_V7
766         select SUPPORT_SPL
767         select OF_CONTROL
768         select DM
769         select DM_SPI
770         select DM_SPI_FLASH
771
772 config ARCH_ZYNQMP
773         bool "Support Xilinx ZynqMP Platform"
774         select ARM64
775
776 config TEGRA
777         bool "NVIDIA Tegra"
778
779 config TARGET_VEXPRESS64_AEMV8A
780         bool "Support vexpress_aemv8a"
781         select ARM64
782
783 config TARGET_VEXPRESS64_BASE_FVP
784         bool "Support Versatile Express ARMv8a FVP BASE model"
785         select ARM64
786         select SEMIHOSTING
787
788 config TARGET_VEXPRESS64_JUNO
789         bool "Support Versatile Express Juno Development Platform"
790         select ARM64
791
792 config TARGET_LS2085A_EMU
793         bool "Support ls2085a_emu"
794         select ARM64
795         select ARMV8_MULTIENTRY
796
797 config TARGET_LS2085A_SIMU
798         bool "Support ls2085a_simu"
799         select ARM64
800         select ARMV8_MULTIENTRY
801
802 config TARGET_LS2085AQDS
803         bool "Support ls2085aqds"
804         select ARM64
805         select ARMV8_MULTIENTRY
806         select SUPPORT_SPL
807         help
808           Support for Freescale LS2085AQDS platform
809           The LS2085A Development System (QDS) is a high-performance
810           development platform that supports the QorIQ LS2085A
811           Layerscape Architecture processor.
812
813 config TARGET_LS2085ARDB
814         bool "Support ls2085ardb"
815         select ARM64
816         select ARMV8_MULTIENTRY
817         select SUPPORT_SPL
818         help
819           Support for Freescale LS2085ARDB platform.
820           The LS2085A Reference design board (RDB) is a high-performance
821           development platform that supports the QorIQ LS2085A
822           Layerscape Architecture processor.
823
824 config TARGET_HIKEY
825         bool "Support HiKey 96boards Consumer Edition Platform"
826         select ARM64
827           help
828           Support for HiKey 96boards platform. It features a HI6220
829           SoC, with 8xA53 CPU, mali450 gpu, and 1GB RAM.
830
831 config TARGET_LS1021AQDS
832         bool "Support ls1021aqds"
833         select CPU_V7
834         select SUPPORT_SPL
835
836 config TARGET_LS1021ATWR
837         bool "Support ls1021atwr"
838         select CPU_V7
839         select SUPPORT_SPL
840
841 config TARGET_BALLOON3
842         bool "Support balloon3"
843         select CPU_PXA
844
845 config TARGET_H2200
846         bool "Support h2200"
847         select CPU_PXA
848
849 config TARGET_PALMLD
850         bool "Support palmld"
851         select CPU_PXA
852
853 config TARGET_PALMTC
854         bool "Support palmtc"
855         select CPU_PXA
856
857 config TARGET_PALMTREO680
858         bool "Support palmtreo680"
859         select CPU_PXA
860         select SUPPORT_SPL
861
862 config TARGET_PXA255_IDP
863         bool "Support pxa255_idp"
864         select CPU_PXA
865
866 config TARGET_TRIZEPSIV
867         bool "Support trizepsiv"
868         select CPU_PXA
869
870 config TARGET_VPAC270
871         bool "Support vpac270"
872         select CPU_PXA
873         select SUPPORT_SPL
874
875 config TARGET_XAENIAX
876         bool "Support xaeniax"
877         select CPU_PXA
878
879 config TARGET_ZIPITZ2
880         bool "Support zipitz2"
881         select CPU_PXA
882
883 config TARGET_LP8X4X
884         bool "Support lp8x4x"
885         select CPU_PXA
886
887 config TARGET_COLIBRI_PXA270
888         bool "Support colibri_pxa270"
889         select CPU_PXA
890
891 config TARGET_JORNADA
892         bool "Support jornada"
893         select CPU_SA1100
894
895 config ARCH_UNIPHIER
896         bool "Socionext UniPhier SoCs"
897         select CPU_V7
898         select SUPPORT_SPL
899         select SPL
900         select OF_CONTROL
901         select SPL_OF_CONTROL
902         select DM
903         select SPL_DM
904         select DM_SERIAL
905         select DM_I2C
906         help
907           Support for UniPhier SoC family developed by Socionext Inc.
908           (formerly, System LSI Business Division of Panasonic Corporation)
909
910 config TARGET_STM32F429_DISCOVERY
911         bool "Support STM32F429 Discovery"
912         select CPU_V7M
913
914 endchoice
915
916 source "arch/arm/mach-at91/Kconfig"
917
918 source "arch/arm/mach-bcm283x/Kconfig"
919
920 source "arch/arm/mach-davinci/Kconfig"
921
922 source "arch/arm/mach-exynos/Kconfig"
923
924 source "arch/arm/mach-highbank/Kconfig"
925
926 source "arch/arm/mach-integrator/Kconfig"
927
928 source "arch/arm/mach-keystone/Kconfig"
929
930 source "arch/arm/mach-kirkwood/Kconfig"
931
932 source "arch/arm/cpu/armv7/mx6/Kconfig"
933
934 source "arch/arm/cpu/armv7/mx5/Kconfig"
935
936 source "arch/arm/mach-nomadik/Kconfig"
937
938 source "arch/arm/cpu/armv7/omap3/Kconfig"
939
940 source "arch/arm/cpu/armv7/omap4/Kconfig"
941
942 source "arch/arm/cpu/armv7/omap5/Kconfig"
943
944 source "arch/arm/mach-orion5x/Kconfig"
945
946 source "arch/arm/cpu/armv7/rmobile/Kconfig"
947
948 source "arch/arm/cpu/armv7/s5pc1xx/Kconfig"
949
950 source "arch/arm/mach-socfpga/Kconfig"
951
952 source "arch/arm/mach-tegra/Kconfig"
953
954 source "arch/arm/mach-uniphier/Kconfig"
955
956 source "arch/arm/mach-versatile/Kconfig"
957
958 source "arch/arm/mach-zynq/Kconfig"
959
960 source "arch/arm/cpu/armv7/Kconfig"
961
962 source "arch/arm/cpu/armv8/zynqmp/Kconfig"
963
964 source "arch/arm/cpu/armv8/Kconfig"
965
966 source "arch/arm/imx-common/Kconfig"
967
968 source "board/aristainetos/Kconfig"
969 source "board/BuR/kwb/Kconfig"
970 source "board/BuR/tseries/Kconfig"
971 source "board/CarMediaLab/flea3/Kconfig"
972 source "board/Marvell/aspenite/Kconfig"
973 source "board/Marvell/db-88f6820-gp/Kconfig"
974 source "board/Marvell/db-mv784mp-gp/Kconfig"
975 source "board/Marvell/gplugd/Kconfig"
976 source "board/armadeus/apf27/Kconfig"
977 source "board/armltd/vexpress/Kconfig"
978 source "board/armltd/vexpress64/Kconfig"
979 source "board/hisilicon/hikey/Kconfig"
980 source "board/bachmann/ot1200/Kconfig"
981 source "board/balloon3/Kconfig"
982 source "board/barco/platinum/Kconfig"
983 source "board/barco/titanium/Kconfig"
984 source "board/bluegiga/apx4devkit/Kconfig"
985 source "board/boundary/nitrogen6x/Kconfig"
986 source "board/broadcom/bcm28155_ap/Kconfig"
987 source "board/broadcom/bcmcygnus/Kconfig"
988 source "board/broadcom/bcmnsp/Kconfig"
989 source "board/cirrus/edb93xx/Kconfig"
990 source "board/compulab/cm_t335/Kconfig"
991 source "board/compulab/cm_t43/Kconfig"
992 source "board/compulab/cm_fx6/Kconfig"
993 source "board/congatec/cgtqmx6eval/Kconfig"
994 source "board/creative/xfi3/Kconfig"
995 source "board/davedenx/qong/Kconfig"
996 source "board/denx/m28evk/Kconfig"
997 source "board/denx/m53evk/Kconfig"
998 source "board/embest/mx6boards/Kconfig"
999 source "board/esg/ima3-mx53/Kconfig"
1000 source "board/freescale/ls2085a/Kconfig"
1001 source "board/freescale/ls2085aqds/Kconfig"
1002 source "board/freescale/ls2085ardb/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/mx6ul_14x14_evk/Kconfig"
1022 source "board/freescale/vf610twr/Kconfig"
1023 source "board/gateworks/gw_ventana/Kconfig"
1024 source "board/genesi/mx51_efikamx/Kconfig"
1025 source "board/gumstix/pepper/Kconfig"
1026 source "board/h2200/Kconfig"
1027 source "board/hale/tt01/Kconfig"
1028 source "board/icpdas/lp8x4x/Kconfig"
1029 source "board/imx31_phycore/Kconfig"
1030 source "board/isee/igep0033/Kconfig"
1031 source "board/jornada/Kconfig"
1032 source "board/karo/tx25/Kconfig"
1033 source "board/karo/tx28/Kconfig"
1034 source "board/karo/tx48/Kconfig"
1035 source "board/karo/tx51/Kconfig"
1036 source "board/karo/tx53/Kconfig"
1037 source "board/karo/tx6/Kconfig"
1038 source "board/karo/txa5/Kconfig"
1039 source "board/kosagi/novena/Kconfig"
1040 source "board/logicpd/imx27lite/Kconfig"
1041 source "board/logicpd/imx31_litekit/Kconfig"
1042 source "board/maxbcm/Kconfig"
1043 source "board/mpl/vcma9/Kconfig"
1044 source "board/olimex/mx23_olinuxino/Kconfig"
1045 source "board/palmld/Kconfig"
1046 source "board/palmtc/Kconfig"
1047 source "board/palmtreo680/Kconfig"
1048 source "board/phytec/pcm051/Kconfig"
1049 source "board/ppcag/bg0900/Kconfig"
1050 source "board/pxa255_idp/Kconfig"
1051 source "board/samsung/smdk2410/Kconfig"
1052 source "board/sandisk/sansa_fuze_plus/Kconfig"
1053 source "board/scb9328/Kconfig"
1054 source "board/schulercontrol/sc_sps_1/Kconfig"
1055 source "board/siemens/draco/Kconfig"
1056 source "board/siemens/pxm2/Kconfig"
1057 source "board/siemens/rut/Kconfig"
1058 source "board/silica/pengwyn/Kconfig"
1059 source "board/solidrun/mx6cuboxi/Kconfig"
1060 source "board/spear/spear300/Kconfig"
1061 source "board/spear/spear310/Kconfig"
1062 source "board/spear/spear320/Kconfig"
1063 source "board/spear/spear600/Kconfig"
1064 source "board/spear/x600/Kconfig"
1065 source "board/st-ericsson/snowball/Kconfig"
1066 source "board/st-ericsson/u8500/Kconfig"
1067 source "board/st/stm32f429-discovery/Kconfig"
1068 source "board/st/stv0991/Kconfig"
1069 source "board/sunxi/Kconfig"
1070 source "board/syteco/zmx25/Kconfig"
1071 source "board/tbs/tbs2910/Kconfig"
1072 source "board/ti/am335x/Kconfig"
1073 source "board/ti/am43xx/Kconfig"
1074 source "board/birdland/bav335x/Kconfig"
1075 source "board/ti/ti814x/Kconfig"
1076 source "board/ti/ti816x/Kconfig"
1077 source "board/timll/devkit3250/Kconfig"
1078 source "board/toradex/colibri_pxa270/Kconfig"
1079 source "board/toradex/colibri_vf/Kconfig"
1080 source "board/trizepsiv/Kconfig"
1081 source "board/ttcontrol/vision2/Kconfig"
1082 source "board/udoo/Kconfig"
1083 source "board/vpac270/Kconfig"
1084 source "board/vscom/baltos/Kconfig"
1085 source "board/wandboard/Kconfig"
1086 source "board/warp/Kconfig"
1087 source "board/woodburn/Kconfig"
1088 source "board/work-microwave/work_92105/Kconfig"
1089 source "board/xaeniax/Kconfig"
1090 source "board/zipitz2/Kconfig"
1091
1092 source "arch/arm/Kconfig.debug"
1093
1094 endmenu