]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - arch/arm/Kconfig
siemens,am33x,rastaban: add rastaban config
[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_RASTABAN
438         bool "Support rastaban"
439         select CPU_V7
440         select SUPPORT_SPL
441
442 config TARGET_PXM2
443         bool "Support pxm2"
444         select CPU_V7
445         select SUPPORT_SPL
446
447 config TARGET_RUT
448         bool "Support rut"
449         select CPU_V7
450         select SUPPORT_SPL
451
452 config TARGET_PENGWYN
453         bool "Support pengwyn"
454         select CPU_V7
455         select SUPPORT_SPL
456         select DM
457         select DM_SERIAL
458         select DM_GPIO
459
460 config TARGET_AM335X_BALTOS
461         bool "Support am335x_baltos"
462         select CPU_V7
463         select SUPPORT_SPL
464         select DM
465         select DM_SERIAL
466         select DM_GPIO
467
468 config TARGET_AM335X_EVM
469         bool "Support am335x_evm"
470         select CPU_V7
471         select SUPPORT_SPL
472         select DM
473         select DM_SERIAL
474         select DM_GPIO
475
476 config TARGET_AM43XX_EVM
477         bool "Support am43xx_evm"
478         select CPU_V7
479         select SUPPORT_SPL
480
481 config TARGET_BAV335X
482         bool "Support bav335x"
483         select CPU_V7
484         select SUPPORT_SPL
485         select DM
486         select DM_SERIAL
487         help
488           The BAV335x OEM Network Processor integrates all the functions of an
489           embedded network computer in a small, easy to use SODIMM module which
490           incorporates the popular Texas Instruments Sitara 32bit ARM Coretex-A8
491           processor, with fast DDR3 512MB SDRAM, 4GB of embedded MMC and a Gigabit
492           ethernet with simple connection to external connectors.
493
494           For more information, visit: http://birdland.com/oem
495
496 config TARGET_TI814X_EVM
497         bool "Support ti814x_evm"
498         select CPU_V7
499         select SUPPORT_SPL
500
501 config TARGET_TI816X_EVM
502         bool "Support ti816x_evm"
503         select CPU_V7
504         select SUPPORT_SPL
505
506 config TARGET_BCM28155_AP
507         bool "Support bcm28155_ap"
508         select CPU_V7
509
510 config TARGET_BCMCYGNUS
511         bool "Support bcmcygnus"
512         select CPU_V7
513
514 config TARGET_BCMNSP
515         bool "Support bcmnsp"
516         select CPU_V7
517
518 config ARCH_EXYNOS
519         bool "Samsung EXYNOS"
520         select CPU_V7
521         select DM
522         select DM_SPI_FLASH
523         select DM_SERIAL
524         select DM_SPI
525         select DM_GPIO
526
527 config ARCH_S5PC1XX
528         bool "Samsung S5PC1XX"
529         select CPU_V7
530         select DM
531         select DM_SERIAL
532         select DM_GPIO
533
534 config ARCH_HIGHBANK
535         bool "Calxeda Highbank"
536         select CPU_V7
537
538 config ARCH_INTEGRATOR
539         bool "ARM Ltd. Integrator family"
540
541 config ARCH_KEYSTONE
542         bool "TI Keystone"
543         select CPU_V7
544         select SUPPORT_SPL
545
546 config ARCH_MX6
547         bool "Freescale MX6"
548         select CPU_V7
549
550 config ARCH_MX5
551         bool "Freescale MX5"
552         select CPU_V7
553
554 config TARGET_M53EVK
555         bool "Support m53evk"
556         select CPU_V7
557         select SUPPORT_SPL
558
559 config TARGET_IMA3_MX53
560         bool "Support ima3-mx53"
561         select CPU_V7
562
563 config TARGET_MX51EVK
564         bool "Support mx51evk"
565         select CPU_V7
566
567 config TARGET_MX53ARD
568         bool "Support mx53ard"
569         select CPU_V7
570
571 config TARGET_MX53EVK
572         bool "Support mx53evk"
573         select CPU_V7
574
575 config TARGET_MX53LOCO
576         bool "Support mx53loco"
577         select CPU_V7
578
579 config TARGET_MX53SMD
580         bool "Support mx53smd"
581         select CPU_V7
582
583 config TARGET_MX51_EFIKAMX
584         bool "Support mx51_efikamx"
585         select CPU_V7
586
587 config TARGET_VISION2
588         bool "Support vision2"
589         select CPU_V7
590
591 config TARGET_UDOO
592         bool "Support udoo"
593         select CPU_V7
594
595 config TARGET_WANDBOARD
596         bool "Support wandboard"
597         select CPU_V7
598         select SUPPORT_SPL
599
600 config TARGET_WARP
601         bool "Support WaRP"
602         select CPU_V7
603
604 config TARGET_TITANIUM
605         bool "Support titanium"
606         select CPU_V7
607
608 config TARGET_NITROGEN6X
609         bool "Support nitrogen6x"
610         select CPU_V7
611
612 config TARGET_CGTQMX6EVAL
613         bool "Support cgtqmx6eval"
614         select CPU_V7
615
616 config TARGET_EMBESTMX6BOARDS
617         bool "Support embestmx6boards"
618         select CPU_V7
619
620 config TARGET_ARISTAINETOS
621         bool "Support aristainetos"
622         select CPU_V7
623
624 config TARGET_ARISTAINETOS2
625         bool "Support aristainetos2"
626         select CPU_V7
627
628 config TARGET_MX6QARM2
629         bool "Support mx6qarm2"
630         select CPU_V7
631
632 config TARGET_MX6QSABREAUTO
633         bool "Support mx6qsabreauto"
634         select CPU_V7
635         select DM
636         select DM_THERMAL
637
638 config TARGET_MX6SABRESD
639         bool "Support mx6sabresd"
640         select CPU_V7
641         select SUPPORT_SPL
642         select DM
643         select DM_THERMAL
644
645 config TARGET_MX6CUBOXI
646         bool "Support Solid-run mx6 boards"
647         select CPU_V7
648         select SUPPORT_SPL
649
650 config TARGET_MX6SLEVK
651         bool "Support mx6slevk"
652         select CPU_V7
653
654 config TARGET_MX6SXSABRESD
655         bool "Support mx6sxsabresd"
656         select CPU_V7
657         select SUPPORT_SPL
658         select DM
659         select DM_THERMAL
660
661 config TARGET_GW_VENTANA
662         bool "Support gw_ventana"
663         select CPU_V7
664         select SUPPORT_SPL
665
666 config TARGET_KOSAGI_NOVENA
667         bool "Support Kosagi Novena"
668         select CPU_V7
669         select SUPPORT_SPL
670
671 config TARGET_TBS2910
672         bool "Support tbs2910"
673         select CPU_V7
674
675 config TARGET_TQMA6
676         bool "TQ Systems TQMa6 board"
677         select CPU_V7
678
679 config TARGET_OT1200
680         bool "Bachmann OT1200"
681         select CPU_V7
682         select SUPPORT_SPL
683
684 config TARGET_PLATINUM_PICON
685         bool "Support platinum-picon"
686         select CPU_V7
687         select SUPPORT_SPL
688
689 config TARGET_PLATINUM_TITANIUM
690         bool "Support platinum-titanium"
691         select CPU_V7
692         select SUPPORT_SPL
693
694 config OMAP34XX
695         bool "OMAP34XX SoC"
696         select CPU_V7
697
698 config OMAP44XX
699         bool "OMAP44XX SoC"
700         select CPU_V7
701         select SUPPORT_SPL
702
703 config OMAP54XX
704         bool "OMAP54XX SoC"
705         select CPU_V7
706         select SUPPORT_SPL
707
708 config RMOBILE
709         bool "Renesas ARM SoCs"
710         select CPU_V7
711
712 config TARGET_CM_FX6
713         bool "Support cm_fx6"
714         select CPU_V7
715         select SUPPORT_SPL
716         select DM
717         select DM_SERIAL
718         select DM_GPIO
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 ARCH_SUNXI
729         bool "Support sunxi (Allwinner) SoCs"
730         select DM
731         select DM_GPIO
732         select OF_CONTROL
733         select OF_SEPARATE
734         select SPL_DISABLE_OF_CONTROL
735
736 config TARGET_SNOWBALL
737         bool "Support snowball"
738         select CPU_V7
739
740 config TARGET_U8500_HREF
741         bool "Support u8500_href"
742         select CPU_V7
743
744 config TARGET_VF610TWR
745         bool "Support vf610twr"
746         select CPU_V7
747
748 config TARGET_COLIBRI_VF
749         bool "Support Colibri VF50/61"
750         select CPU_V7
751
752 config ARCH_ZYNQ
753         bool "Xilinx Zynq Platform"
754         select CPU_V7
755         select SUPPORT_SPL
756         select DM
757
758 config TARGET_XILINX_ZYNQMP
759         bool "Support Xilinx ZynqMP Platform"
760         select ARM64
761
762 config TEGRA
763         bool "NVIDIA Tegra"
764         select SUPPORT_SPL
765         select SPL
766         select OF_CONTROL
767         select SPL_DISABLE_OF_CONTROL
768         select CPU_V7
769         select DM
770         select DM_SPI_FLASH
771         select DM_SERIAL
772         select DM_I2C
773         select DM_SPI
774         select DM_GPIO
775
776 config TARGET_VEXPRESS64_AEMV8A
777         bool "Support vexpress_aemv8a"
778         select ARM64
779
780 config TARGET_VEXPRESS64_BASE_FVP
781         bool "Support Versatile Express ARMv8a FVP BASE model"
782         select ARM64
783         select SEMIHOSTING
784
785 config TARGET_VEXPRESS64_JUNO
786         bool "Support Versatile Express Juno Development Platform"
787         select ARM64
788
789 config TARGET_LS2085A_EMU
790         bool "Support ls2085a_emu"
791         select ARM64
792         select ARMV8_MULTIENTRY
793
794 config TARGET_LS2085A_SIMU
795         bool "Support ls2085a_simu"
796         select ARM64
797         select ARMV8_MULTIENTRY
798
799 config TARGET_LS2085AQDS
800         bool "Support ls2085aqds"
801         select ARM64
802         select ARMV8_MULTIENTRY
803         select SUPPORT_SPL
804         help
805           Support for Freescale LS2085AQDS platform
806           The LS2085A Development System (QDS) is a high-performance
807           development platform that supports the QorIQ LS2085A
808           Layerscape Architecture processor.
809
810 config TARGET_LS2085ARDB
811         bool "Support ls2085ardb"
812         select ARM64
813         select ARMV8_MULTIENTRY
814         select SUPPORT_SPL
815         help
816           Support for Freescale LS2085ARDB platform.
817           The LS2085A Reference design board (RDB) is a high-performance
818           development platform that supports the QorIQ LS2085A
819           Layerscape Architecture processor.
820
821 config TARGET_LS1021AQDS
822         bool "Support ls1021aqds"
823         select CPU_V7
824         select SUPPORT_SPL
825
826 config TARGET_LS1021ATWR
827         bool "Support ls1021atwr"
828         select CPU_V7
829         select SUPPORT_SPL
830
831 config TARGET_BALLOON3
832         bool "Support balloon3"
833         select CPU_PXA
834
835 config TARGET_H2200
836         bool "Support h2200"
837         select CPU_PXA
838
839 config TARGET_PALMLD
840         bool "Support palmld"
841         select CPU_PXA
842
843 config TARGET_PALMTC
844         bool "Support palmtc"
845         select CPU_PXA
846
847 config TARGET_PALMTREO680
848         bool "Support palmtreo680"
849         select CPU_PXA
850         select SUPPORT_SPL
851
852 config TARGET_PXA255_IDP
853         bool "Support pxa255_idp"
854         select CPU_PXA
855
856 config TARGET_TRIZEPSIV
857         bool "Support trizepsiv"
858         select CPU_PXA
859
860 config TARGET_VPAC270
861         bool "Support vpac270"
862         select CPU_PXA
863         select SUPPORT_SPL
864
865 config TARGET_XAENIAX
866         bool "Support xaeniax"
867         select CPU_PXA
868
869 config TARGET_ZIPITZ2
870         bool "Support zipitz2"
871         select CPU_PXA
872
873 config TARGET_LP8X4X
874         bool "Support lp8x4x"
875         select CPU_PXA
876
877 config TARGET_COLIBRI_PXA270
878         bool "Support colibri_pxa270"
879         select CPU_PXA
880
881 config TARGET_JORNADA
882         bool "Support jornada"
883         select CPU_SA1100
884
885 config ARCH_UNIPHIER
886         bool "Socionext UniPhier SoCs"
887         select CPU_V7
888         select SUPPORT_SPL
889         select SPL
890         select OF_CONTROL
891         select DM
892         select DM_SERIAL
893         select DM_I2C
894         select SPL_DISABLE_OF_CONTROL
895         help
896           Support for UniPhier SoC family developed by Socionext Inc.
897           (formerly, System LSI Business Division of Panasonic Corporation)
898
899 config TARGET_STM32F429_DISCOVERY
900         bool "Support STM32F429 Discovery"
901         select CPU_V7M
902
903 endchoice
904
905 source "arch/arm/mach-at91/Kconfig"
906
907 source "arch/arm/mach-bcm283x/Kconfig"
908
909 source "arch/arm/mach-davinci/Kconfig"
910
911 source "arch/arm/cpu/armv7/exynos/Kconfig"
912
913 source "arch/arm/mach-highbank/Kconfig"
914
915 source "arch/arm/mach-integrator/Kconfig"
916
917 source "arch/arm/mach-keystone/Kconfig"
918
919 source "arch/arm/mach-kirkwood/Kconfig"
920
921 source "arch/arm/mach-nomadik/Kconfig"
922
923 source "arch/arm/cpu/armv7/mx5/Kconfig"
924
925 source "arch/arm/cpu/armv7/mx6/Kconfig"
926
927 source "arch/arm/cpu/armv7/omap3/Kconfig"
928
929 source "arch/arm/cpu/armv7/omap4/Kconfig"
930
931 source "arch/arm/cpu/armv7/omap5/Kconfig"
932
933 source "arch/arm/mach-orion5x/Kconfig"
934
935 source "arch/arm/cpu/armv7/rmobile/Kconfig"
936
937 source "arch/arm/cpu/armv7/s5pc1xx/Kconfig"
938
939 source "arch/arm/mach-socfpga/Kconfig"
940
941 source "arch/arm/mach-tegra/Kconfig"
942
943 source "arch/arm/mach-uniphier/Kconfig"
944
945 source "arch/arm/mach-versatile/Kconfig"
946
947 source "arch/arm/mach-zynq/Kconfig"
948
949 source "arch/arm/cpu/armv7/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/tqc/tqma6/Kconfig"
1065 source "board/trizepsiv/Kconfig"
1066 source "board/ttcontrol/vision2/Kconfig"
1067 source "board/udoo/Kconfig"
1068 source "board/vpac270/Kconfig"
1069 source "board/vscom/baltos/Kconfig"
1070 source "board/wandboard/Kconfig"
1071 source "board/warp/Kconfig"
1072 source "board/woodburn/Kconfig"
1073 source "board/work-microwave/work_92105/Kconfig"
1074 source "board/xaeniax/Kconfig"
1075 source "board/xilinx/zynqmp/Kconfig"
1076 source "board/zipitz2/Kconfig"
1077
1078 source "arch/arm/Kconfig.debug"
1079
1080 endmenu