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