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