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