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