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