f0110266bc061153010bd97d2d79438d1ce20a63
[oweals/u-boot.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         select PHYS_64BIT
10         select SYS_CACHE_SHIFT_6
11
12 config DMA_ADDR_T_64BIT
13         bool
14         default y if ARM64
15
16 config HAS_VBAR
17         bool
18
19 config HAS_THUMB2
20         bool
21
22 config CPU_ARM720T
23         bool
24         select SYS_CACHE_SHIFT_5
25
26 config CPU_ARM920T
27         bool
28         select SYS_CACHE_SHIFT_5
29
30 config CPU_ARM926EJS
31         bool
32         select SYS_CACHE_SHIFT_5
33
34 config CPU_ARM946ES
35         bool
36         select SYS_CACHE_SHIFT_5
37
38 config CPU_ARM1136
39         bool
40         select SYS_CACHE_SHIFT_5
41
42 config CPU_ARM1176
43         bool
44         select HAS_VBAR
45         select SYS_CACHE_SHIFT_5
46
47 config CPU_V7
48         bool
49         select HAS_VBAR
50         select HAS_THUMB2
51         select SYS_CACHE_SHIFT_6
52
53 config CPU_V7M
54         bool
55         select HAS_THUMB2
56         select SYS_CACHE_SHIFT_5
57
58 config CPU_PXA
59         bool
60         select SYS_CACHE_SHIFT_5
61
62 config CPU_SA1100
63         bool
64         select SYS_CACHE_SHIFT_5
65
66 config SYS_CPU
67         default "arm720t" if CPU_ARM720T
68         default "arm920t" if CPU_ARM920T
69         default "arm926ejs" if CPU_ARM926EJS
70         default "arm946es" if CPU_ARM946ES
71         default "arm1136" if CPU_ARM1136
72         default "arm1176" if CPU_ARM1176
73         default "armv7" if CPU_V7
74         default "armv7m" if CPU_V7M
75         default "pxa" if CPU_PXA
76         default "sa1100" if CPU_SA1100
77         default "armv8" if ARM64
78
79 config SYS_ARM_ARCH
80         int
81         default 4 if CPU_ARM720T
82         default 4 if CPU_ARM920T
83         default 5 if CPU_ARM926EJS
84         default 5 if CPU_ARM946ES
85         default 6 if CPU_ARM1136
86         default 6 if CPU_ARM1176
87         default 7 if CPU_V7
88         default 7 if CPU_V7M
89         default 5 if CPU_PXA
90         default 4 if CPU_SA1100
91         default 8 if ARM64
92
93 config SYS_CACHE_SHIFT_5
94         bool
95
96 config SYS_CACHE_SHIFT_6
97         bool
98
99 config SYS_CACHE_SHIFT_7
100         bool
101
102 config SYS_CACHELINE_SIZE
103         int
104         default 128 if SYS_CACHE_SHIFT_7
105         default 64 if SYS_CACHE_SHIFT_6
106         default 32 if SYS_CACHE_SHIFT_5
107
108 config SEMIHOSTING
109         bool "support boot from semihosting"
110         help
111           In emulated environments, semihosting is a way for
112           the hosted environment to call out to the emulator to
113           retrieve files from the host machine.
114
115 config SYS_L2CACHE_OFF
116         bool "L2cache off"
117         help
118           If SoC does not support L2CACHE or one do not want to enable
119           L2CACHE, choose this option.
120
121 config ENABLE_ARM_SOC_BOOT0_HOOK
122         bool "prepare BOOT0 header"
123         help
124           If the SoC's BOOT0 requires a header area filled with (magic)
125           values, then choose this option, and create a define called
126           ARM_SOC_BOOT0_HOOK which contains the required assembler
127           preprocessor code.
128
129 config ARCH_OMAP2
130         bool
131         select CPU_V7
132         select SUPPORT_SPL
133
134 config ARM64_SUPPORT_AARCH32
135         bool "ARM64 system support AArch32 execution state"
136         default y if ARM64 && !TARGET_THUNDERX_88XX
137         help
138           This ARM64 system supports AArch32 execution state.
139
140 choice
141         prompt "Target select"
142         default TARGET_HIKEY
143
144 config ARCH_AT91
145         bool "Atmel AT91"
146
147 config TARGET_EDB93XX
148         bool "Support edb93xx"
149         select CPU_ARM920T
150
151 config TARGET_ASPENITE
152         bool "Support aspenite"
153         select CPU_ARM926EJS
154
155 config TARGET_GPLUGD
156         bool "Support gplugd"
157         select CPU_ARM926EJS
158
159 config ARCH_DAVINCI
160         bool "TI DaVinci"
161         select CPU_ARM926EJS
162         help
163           Support for TI's DaVinci platform.
164
165 config KIRKWOOD
166         bool "Marvell Kirkwood"
167         select CPU_ARM926EJS
168
169 config ARCH_MVEBU
170         bool "Marvell MVEBU family (Armada XP/375/38x/3700/7K/8K)"
171         select OF_CONTROL
172         select OF_SEPARATE
173         select DM
174         select DM_ETH
175         select DM_SERIAL
176         select DM_SPI
177         select DM_SPI_FLASH
178
179 config TARGET_DEVKIT3250
180         bool "Support devkit3250"
181         select CPU_ARM926EJS
182         select SUPPORT_SPL
183
184 config TARGET_WORK_92105
185         bool "Support work_92105"
186         select CPU_ARM926EJS
187         select SUPPORT_SPL
188
189 config TARGET_MX25PDK
190         bool "Support mx25pdk"
191         select CPU_ARM926EJS
192
193 config TARGET_ZMX25
194         bool "Support zmx25"
195         select CPU_ARM926EJS
196
197 config TARGET_APF27
198         bool "Support apf27"
199         select CPU_ARM926EJS
200         select SUPPORT_SPL
201
202 config TARGET_APX4DEVKIT
203         bool "Support apx4devkit"
204         select CPU_ARM926EJS
205         select SUPPORT_SPL
206
207 config TARGET_XFI3
208         bool "Support xfi3"
209         select CPU_ARM926EJS
210         select SUPPORT_SPL
211
212 config TARGET_M28EVK
213         bool "Support m28evk"
214         select CPU_ARM926EJS
215         select SUPPORT_SPL
216
217 config TARGET_MX23EVK
218         bool "Support mx23evk"
219         select CPU_ARM926EJS
220         select SUPPORT_SPL
221
222 config TARGET_MX28EVK
223         bool "Support mx28evk"
224         select CPU_ARM926EJS
225         select SUPPORT_SPL
226
227 config TARGET_MX23_OLINUXINO
228         bool "Support mx23_olinuxino"
229         select CPU_ARM926EJS
230         select SUPPORT_SPL
231
232 config TARGET_BG0900
233         bool "Support bg0900"
234         select CPU_ARM926EJS
235         select SUPPORT_SPL
236
237 config TARGET_SANSA_FUZE_PLUS
238         bool "Support sansa_fuze_plus"
239         select CPU_ARM926EJS
240         select SUPPORT_SPL
241
242 config TARGET_SC_SPS_1
243         bool "Support sc_sps_1"
244         select CPU_ARM926EJS
245         select SUPPORT_SPL
246
247 config ORION5X
248         bool "Marvell Orion"
249         select CPU_ARM926EJS
250
251 config TARGET_SPEAR300
252         bool "Support spear300"
253         select CPU_ARM926EJS
254
255 config TARGET_SPEAR310
256         bool "Support spear310"
257         select CPU_ARM926EJS
258
259 config TARGET_SPEAR320
260         bool "Support spear320"
261         select CPU_ARM926EJS
262
263 config TARGET_SPEAR600
264         bool "Support spear600"
265         select CPU_ARM926EJS
266
267 config TARGET_STV0991
268         bool "Support stv0991"
269         select CPU_V7
270         select DM
271         select DM_SERIAL
272         select DM_SPI
273         select DM_SPI_FLASH
274         select SPI_FLASH
275
276 config TARGET_X600
277         bool "Support x600"
278         select CPU_ARM926EJS
279         select SUPPORT_SPL
280
281 config TARGET_IMX31_PHYCORE
282         bool "Support imx31_phycore"
283         select CPU_ARM1136
284
285 config TARGET_MX31ADS
286         bool "Support mx31ads"
287         select CPU_ARM1136
288
289 config TARGET_MX31PDK
290         bool "Support mx31pdk"
291         select CPU_ARM1136
292         select SUPPORT_SPL
293
294 config TARGET_WOODBURN
295         bool "Support woodburn"
296         select CPU_ARM1136
297
298 config TARGET_WOODBURN_SD
299         bool "Support woodburn_sd"
300         select CPU_ARM1136
301         select SUPPORT_SPL
302
303 config TARGET_FLEA3
304         bool "Support flea3"
305         select CPU_ARM1136
306
307 config TARGET_MX35PDK
308         bool "Support mx35pdk"
309         select CPU_ARM1136
310
311 config ARCH_BCM283X
312         bool "Broadcom BCM283X family"
313         select DM
314         select DM_SERIAL
315         select DM_GPIO
316         select OF_CONTROL
317
318 config TARGET_VEXPRESS_CA15_TC2
319         bool "Support vexpress_ca15_tc2"
320         select CPU_V7
321         select CPU_V7_HAS_NONSEC
322         select CPU_V7_HAS_VIRT
323
324 config TARGET_VEXPRESS_CA5X2
325         bool "Support vexpress_ca5x2"
326         select CPU_V7
327
328 config TARGET_VEXPRESS_CA9X4
329         bool "Support vexpress_ca9x4"
330         select CPU_V7
331
332 config TARGET_BRXRE1
333         bool "Support BRXRE1"
334         select ARCH_OMAP2
335
336 config TARGET_BRPPT1
337         bool "Support BRPPT1"
338         select ARCH_OMAP2
339
340 config TARGET_DRACO
341         bool "Support draco"
342         select ARCH_OMAP2
343         select DM
344         select DM_SERIAL
345         select DM_GPIO
346
347 config TARGET_THUBAN
348         bool "Support thuban"
349         select ARCH_OMAP2
350         select DM
351         select DM_SERIAL
352         select DM_GPIO
353
354 config TARGET_RASTABAN
355         bool "Support rastaban"
356         select ARCH_OMAP2
357         select DM
358         select DM_SERIAL
359         select DM_GPIO
360
361 config TARGET_ETAMIN
362         bool "Support etamin"
363         select ARCH_OMAP2
364         select DM
365         select DM_SERIAL
366         select DM_GPIO
367
368 config TARGET_PXM2
369         bool "Support pxm2"
370         select ARCH_OMAP2
371         select DM
372         select DM_SERIAL
373         select DM_GPIO
374
375 config TARGET_RUT
376         bool "Support rut"
377         select ARCH_OMAP2
378         select DM
379         select DM_SERIAL
380         select DM_GPIO
381
382 config TARGET_TI814X_EVM
383         bool "Support ti814x_evm"
384         select ARCH_OMAP2
385
386 config TARGET_TI816X_EVM
387         bool "Support ti816x_evm"
388         select ARCH_OMAP2
389
390 config TARGET_BCM23550_W1D
391         bool "Support bcm23550_w1d"
392         select CPU_V7
393
394 config TARGET_BCM28155_AP
395         bool "Support bcm28155_ap"
396         select CPU_V7
397
398 config TARGET_BCMCYGNUS
399         bool "Support bcmcygnus"
400         select CPU_V7
401
402 config TARGET_BCMNSP
403         bool "Support bcmnsp"
404         select CPU_V7
405
406 config ARCH_EXYNOS
407         bool "Samsung EXYNOS"
408         select DM
409         select DM_I2C
410         select DM_SPI_FLASH
411         select DM_SERIAL
412         select DM_SPI
413         select DM_GPIO
414         select DM_KEYBOARD
415
416 config ARCH_S5PC1XX
417         bool "Samsung S5PC1XX"
418         select CPU_V7
419         select DM
420         select DM_SERIAL
421         select DM_GPIO
422
423 config ARCH_HIGHBANK
424         bool "Calxeda Highbank"
425         select CPU_V7
426
427 config ARCH_INTEGRATOR
428         bool "ARM Ltd. Integrator family"
429         select DM
430         select DM_SERIAL
431
432 config ARCH_KEYSTONE
433         bool "TI Keystone"
434         select CPU_V7
435         select SUPPORT_SPL
436         select CMD_POWEROFF
437
438 config ARCH_MESON
439         bool "Amlogic Meson"
440         help
441           Support for the Meson SoC family developed by Amlogic Inc.,
442           targeted at media players and tablet computers. We currently
443           support the S905 (GXBaby) 64-bit SoC.
444
445 config ARCH_MX7
446         bool "Freescale MX7"
447         select CPU_V7
448
449 config ARCH_MX6
450         bool "Freescale MX6"
451         select CPU_V7
452
453 config ARCH_MX5
454         bool "Freescale MX5"
455         select CPU_V7
456
457 config TARGET_M53EVK
458         bool "Support m53evk"
459         select CPU_V7
460         select SUPPORT_SPL
461
462 config TARGET_MX51EVK
463         bool "Support mx51evk"
464         select CPU_V7
465
466 config TARGET_MX53ARD
467         bool "Support mx53ard"
468         select CPU_V7
469
470 config TARGET_MX53EVK
471         bool "Support mx53evk"
472         select CPU_V7
473
474 config TARGET_MX53LOCO
475         bool "Support mx53loco"
476         select CPU_V7
477
478 config TARGET_MX53SMD
479         bool "Support mx53smd"
480         select CPU_V7
481
482 config OMAP34XX
483         bool "OMAP34XX SoC"
484         select ARCH_OMAP2
485         select USE_TINY_PRINTF
486
487 config OMAP44XX
488         bool "OMAP44XX SoC"
489         select ARCH_OMAP2
490         select USE_TINY_PRINTF
491
492 config OMAP54XX
493         bool "OMAP54XX SoC"
494         select ARCH_OMAP2
495
496 config AM43XX
497         bool "AM43XX SoC"
498         select ARCH_OMAP2
499         help
500           Support for AM43xx SOC from Texas Instruments.
501           The AM43xx high performance SOC features a Cortex-A9
502           ARM core, a quad core PRU-ICSS for industrial Ethernet
503           protocols, dual camera support, optional 3D graphics
504           and an optional customer programmable secure boot.
505
506 config AM33XX
507         bool "AM33XX SoC"
508         select ARCH_OMAP2
509         help
510           Support for AM335x SOC from Texas Instruments.
511           The AM335x high performance SOC features a Cortex-A8
512           ARM core, a dual core PRU-ICSS for industrial Ethernet
513           protocols, optional 3D graphics and an optional customer
514           programmable secure boot.
515
516 config ARCH_RMOBILE
517         bool "Renesas ARM SoCs"
518         select DM
519         select DM_SERIAL
520
521 config TARGET_S32V234EVB
522         bool "Support s32v234evb"
523         select ARM64
524
525 config ARCH_SNAPDRAGON
526         bool "Qualcomm Snapdragon SoCs"
527         select ARM64
528         select DM
529         select DM_GPIO
530         select DM_SERIAL
531         select SPMI
532         select OF_CONTROL
533         select OF_SEPARATE
534
535 config ARCH_SOCFPGA
536         bool "Altera SOCFPGA family"
537         select CPU_V7
538         select SUPPORT_SPL
539         select OF_CONTROL
540         select SPL_OF_CONTROL
541         select DM
542         select DM_SPI_FLASH
543         select DM_SPI
544
545 config TARGET_CM_T43
546         bool "Support cm_t43"
547         select ARCH_OMAP2
548
549 config ARCH_SUNXI
550         bool "Support sunxi (Allwinner) SoCs"
551         select CMD_GPIO
552         select CMD_MMC if MMC
553         select CMD_USB if DISTRO_DEFAULTS
554         select DM
555         select DM_ETH
556         select DM_GPIO
557         select DM_KEYBOARD
558         select DM_SERIAL
559         select DM_USB if DISTRO_DEFAULTS
560         select OF_BOARD_SETUP
561         select OF_CONTROL
562         select OF_SEPARATE
563         select SPL_STACK_R if SUPPORT_SPL
564         select SPL_SYS_MALLOC_SIMPLE if SUPPORT_SPL
565         select SYS_NS16550
566         select USB if DISTRO_DEFAULTS
567         select USB_STORAGE if DISTRO_DEFAULTS
568         select USB_KEYBOARD if DISTRO_DEFAULTS
569         select USE_TINY_PRINTF
570
571 config TARGET_TS4600
572         bool "Support TS4600"
573         select CPU_ARM926EJS
574         select SUPPORT_SPL
575
576 config TARGET_TS4800
577         bool "Support TS4800"
578         select CPU_V7
579
580 config TARGET_VF610TWR
581         bool "Support vf610twr"
582         select CPU_V7
583
584 config TARGET_COLIBRI_VF
585         bool "Support Colibri VF50/61"
586         select CPU_V7
587
588 config TARGET_PCM052
589         bool "Support pcm-052"
590         select CPU_V7
591
592 config TARGET_BK4R1
593         bool "Support BK4r1"
594         select CPU_V7
595
596 config ARCH_ZYNQ
597         bool "Xilinx Zynq Platform"
598         select CPU_V7
599         select SUPPORT_SPL
600         select OF_CONTROL
601         select SPL_OF_CONTROL if SPL
602         select DM
603         select DM_ETH
604         select DM_GPIO
605         select SPL_DM if SPL
606         select DM_MMC
607         select DM_MMC_OPS
608         select DM_SPI
609         select DM_SERIAL
610         select DM_SPI_FLASH
611         select SPL_SEPARATE_BSS if SPL
612         select DM_USB if USB
613         select BLK
614
615 config ARCH_ZYNQMP
616         bool "Support Xilinx ZynqMP Platform"
617         select ARM64
618         select DM
619         select OF_CONTROL
620         select DM_SERIAL
621         select SUPPORT_SPL
622         select CLK
623         select SPL_CLK
624         select DM_USB if USB
625
626 config TEGRA
627         bool "NVIDIA Tegra"
628
629 config TARGET_VEXPRESS64_AEMV8A
630         bool "Support vexpress_aemv8a"
631         select ARM64
632
633 config TARGET_VEXPRESS64_BASE_FVP
634         bool "Support Versatile Express ARMv8a FVP BASE model"
635         select ARM64
636         select SEMIHOSTING
637
638 config TARGET_VEXPRESS64_BASE_FVP_DRAM
639         bool "Support Versatile Express ARMv8a FVP BASE model booting from DRAM"
640         select ARM64
641         help
642           This target is derived from TARGET_VEXPRESS64_BASE_FVP and over-rides
643           the default config to allow the user to load the images directly into
644           DRAM using model parameters rather than by using semi-hosting to load
645           the files from the host filesystem.
646
647 config TARGET_VEXPRESS64_JUNO
648         bool "Support Versatile Express Juno Development Platform"
649         select ARM64
650
651 config TARGET_LS2080A_EMU
652         bool "Support ls2080a_emu"
653         select ARCH_LS2080A
654         select ARM64
655         select ARMV8_MULTIENTRY
656         help
657           Support for Freescale LS2080A_EMU platform
658           The LS2080A Development System (EMULATOR) is a pre silicon
659           development platform that supports the QorIQ LS2080A
660           Layerscape Architecture processor.
661
662 config TARGET_LS2080A_SIMU
663         bool "Support ls2080a_simu"
664         select ARCH_LS2080A
665         select ARM64
666         select ARMV8_MULTIENTRY
667         help
668           Support for Freescale LS2080A_SIMU platform
669           The LS2080A Development System (QDS) is a pre silicon
670           development platform that supports the QorIQ LS2080A
671           Layerscape Architecture processor.
672
673 config TARGET_LS2080AQDS
674         bool "Support ls2080aqds"
675         select ARCH_LS2080A
676         select ARM64
677         select ARMV8_MULTIENTRY
678         select SUPPORT_SPL
679         help
680           Support for Freescale LS2080AQDS platform
681           The LS2080A Development System (QDS) is a high-performance
682           development platform that supports the QorIQ LS2080A
683           Layerscape Architecture processor.
684
685 config TARGET_LS2080ARDB
686         bool "Support ls2080ardb"
687         select ARCH_LS2080A
688         select ARM64
689         select ARMV8_MULTIENTRY
690         select SUPPORT_SPL
691         help
692           Support for Freescale LS2080ARDB platform.
693           The LS2080A Reference design board (RDB) is a high-performance
694           development platform that supports the QorIQ LS2080A
695           Layerscape Architecture processor.
696
697 config TARGET_HIKEY
698         bool "Support HiKey 96boards Consumer Edition Platform"
699         select ARM64
700         select DM
701         select DM_GPIO
702         select DM_SERIAL
703         select OF_CONTROL
704           help
705           Support for HiKey 96boards platform. It features a HI6220
706           SoC, with 8xA53 CPU, mali450 gpu, and 1GB RAM.
707
708 config TARGET_LS1012AQDS
709         bool "Support ls1012aqds"
710         select ARCH_LS1012A
711         select ARM64
712         help
713           Support for Freescale LS1012AQDS platform.
714           The LS1012A Development System (QDS) is a high-performance
715           development platform that supports the QorIQ LS1012A
716           Layerscape Architecture processor.
717
718 config TARGET_LS1012ARDB
719         bool "Support ls1012ardb"
720         select ARCH_LS1012A
721         select ARM64
722         help
723           Support for Freescale LS1012ARDB platform.
724           The LS1012A Reference design board (RDB) is a high-performance
725           development platform that supports the QorIQ LS1012A
726           Layerscape Architecture processor.
727
728 config TARGET_LS1012AFRDM
729         bool "Support ls1012afrdm"
730         select ARCH_LS1012A
731         select ARM64
732         help
733           Support for Freescale LS1012AFRDM platform.
734           The LS1012A Freedom  board (FRDM) is a high-performance
735           development platform that supports the QorIQ LS1012A
736           Layerscape Architecture processor.
737
738 config TARGET_LS1021AQDS
739         bool "Support ls1021aqds"
740         select CPU_V7
741         select CPU_V7_HAS_NONSEC
742         select CPU_V7_HAS_VIRT
743         select SUPPORT_SPL
744         select ARCH_LS1021A
745         select ARCH_SUPPORT_PSCI
746         select LS1_DEEP_SLEEP
747
748 config TARGET_LS1021ATWR
749         bool "Support ls1021atwr"
750         select CPU_V7
751         select CPU_V7_HAS_NONSEC
752         select CPU_V7_HAS_VIRT
753         select SUPPORT_SPL
754         select ARCH_LS1021A
755         select ARCH_SUPPORT_PSCI
756         select LS1_DEEP_SLEEP
757
758 config TARGET_LS1021AIOT
759         bool "Support ls1021aiot"
760         select CPU_V7
761         select CPU_V7_HAS_NONSEC
762         select CPU_V7_HAS_VIRT
763         select SUPPORT_SPL
764         select ARCH_LS1021A
765         select ARCH_SUPPORT_PSCI
766         help
767           Support for Freescale LS1021AIOT platform.
768           The LS1021A Freescale board (IOT) is a high-performance
769           development platform that supports the QorIQ LS1021A
770           Layerscape Architecture processor.
771
772 config TARGET_LS1043AQDS
773         bool "Support ls1043aqds"
774         select ARCH_LS1043A
775         select ARM64
776         select ARMV8_MULTIENTRY
777         select SUPPORT_SPL
778         help
779           Support for Freescale LS1043AQDS platform.
780
781 config TARGET_LS1043ARDB
782         bool "Support ls1043ardb"
783         select ARCH_LS1043A
784         select ARM64
785         select ARMV8_MULTIENTRY
786         select SUPPORT_SPL
787         help
788           Support for Freescale LS1043ARDB platform.
789
790 config TARGET_LS1046AQDS
791         bool "Support ls1046aqds"
792         select ARCH_LS1046A
793         select ARM64
794         select ARMV8_MULTIENTRY
795         select SUPPORT_SPL
796         select DM_SPI_FLASH if DM_SPI
797         help
798           Support for Freescale LS1046AQDS platform.
799           The LS1046A Development System (QDS) is a high-performance
800           development platform that supports the QorIQ LS1046A
801           Layerscape Architecture processor.
802
803 config TARGET_LS1046ARDB
804         bool "Support ls1046ardb"
805         select ARCH_LS1046A
806         select ARM64
807         select ARMV8_MULTIENTRY
808         select SUPPORT_SPL
809         select DM_SPI_FLASH if DM_SPI
810         help
811           Support for Freescale LS1046ARDB platform.
812           The LS1046A Reference Design Board (RDB) is a high-performance
813           development platform that supports the QorIQ LS1046A
814           Layerscape Architecture processor.
815
816 config TARGET_H2200
817         bool "Support h2200"
818         select CPU_PXA
819
820 config TARGET_ZIPITZ2
821         bool "Support zipitz2"
822         select CPU_PXA
823
824 config TARGET_COLIBRI_PXA270
825         bool "Support colibri_pxa270"
826         select CPU_PXA
827
828 config ARCH_UNIPHIER
829         bool "Socionext UniPhier SoCs"
830         select BLK
831         select CLK_UNIPHIER
832         select DM
833         select DM_GPIO
834         select DM_I2C
835         select DM_MMC
836         select DM_RESET
837         select DM_SERIAL
838         select DM_USB
839         select OF_CONTROL
840         select OF_LIBFDT
841         select PINCTRL
842         select SPL
843         select SPL_DM
844         select SPL_LIBCOMMON_SUPPORT
845         select SPL_LIBGENERIC_SUPPORT
846         select SPL_OF_CONTROL
847         select SPL_PINCTRL
848         select SUPPORT_SPL
849         help
850           Support for UniPhier SoC family developed by Socionext Inc.
851           (formerly, System LSI Business Division of Panasonic Corporation)
852
853 config STM32
854         bool "Support STM32"
855         select CPU_V7M
856         select DM
857         select DM_SERIAL
858
859 config ARCH_ROCKCHIP
860         bool "Support Rockchip SoCs"
861         select OF_CONTROL
862         select BLK
863         select DM
864         select SPL_DM if SPL
865         select SYS_MALLOC_F
866         select SPL_SYS_MALLOC_SIMPLE if SPL
867         select DM_GPIO
868         select DM_I2C
869         select DM_MMC
870         select DM_MMC_OPS
871         select DM_SERIAL
872         select DM_SPI
873         select DM_SPI_FLASH
874         select DM_USB if USB
875         select DM_PWM
876         select DM_REGULATOR
877
878 config TARGET_THUNDERX_88XX
879         bool "Support ThunderX 88xx"
880         select ARM64
881         select OF_CONTROL
882         select SYS_CACHE_SHIFT_7
883
884 endchoice
885
886 source "arch/arm/mach-at91/Kconfig"
887
888 source "arch/arm/mach-bcm283x/Kconfig"
889
890 source "arch/arm/mach-davinci/Kconfig"
891
892 source "arch/arm/mach-exynos/Kconfig"
893
894 source "arch/arm/mach-highbank/Kconfig"
895
896 source "arch/arm/mach-integrator/Kconfig"
897
898 source "arch/arm/mach-keystone/Kconfig"
899
900 source "arch/arm/mach-kirkwood/Kconfig"
901
902 source "arch/arm/mach-mvebu/Kconfig"
903
904 source "arch/arm/cpu/armv7/ls102xa/Kconfig"
905
906 source "arch/arm/cpu/armv7/mx7/Kconfig"
907
908 source "arch/arm/cpu/armv7/mx6/Kconfig"
909
910 source "arch/arm/cpu/armv7/mx5/Kconfig"
911
912 source "arch/arm/mach-omap2/Kconfig"
913
914 source "arch/arm/cpu/armv8/fsl-layerscape/Kconfig"
915
916 source "arch/arm/mach-orion5x/Kconfig"
917
918 source "arch/arm/mach-rmobile/Kconfig"
919
920 source "arch/arm/mach-meson/Kconfig"
921
922 source "arch/arm/mach-rockchip/Kconfig"
923
924 source "arch/arm/mach-s5pc1xx/Kconfig"
925
926 source "arch/arm/mach-snapdragon/Kconfig"
927
928 source "arch/arm/mach-socfpga/Kconfig"
929
930 source "arch/arm/mach-stm32/Kconfig"
931
932 source "arch/arm/mach-tegra/Kconfig"
933
934 source "arch/arm/mach-uniphier/Kconfig"
935
936 source "arch/arm/mach-zynq/Kconfig"
937
938 source "arch/arm/cpu/armv7/Kconfig"
939
940 source "arch/arm/cpu/armv8/zynqmp/Kconfig"
941
942 source "arch/arm/cpu/armv8/Kconfig"
943
944 source "arch/arm/imx-common/Kconfig"
945
946 source "board/bosch/shc/Kconfig"
947 source "board/BuR/brxre1/Kconfig"
948 source "board/BuR/brppt1/Kconfig"
949 source "board/CarMediaLab/flea3/Kconfig"
950 source "board/Marvell/aspenite/Kconfig"
951 source "board/Marvell/gplugd/Kconfig"
952 source "board/armadeus/apf27/Kconfig"
953 source "board/armltd/vexpress/Kconfig"
954 source "board/armltd/vexpress64/Kconfig"
955 source "board/bluegiga/apx4devkit/Kconfig"
956 source "board/broadcom/bcm23550_w1d/Kconfig"
957 source "board/broadcom/bcm28155_ap/Kconfig"
958 source "board/broadcom/bcmcygnus/Kconfig"
959 source "board/broadcom/bcmnsp/Kconfig"
960 source "board/cavium/thunderx/Kconfig"
961 source "board/cirrus/edb93xx/Kconfig"
962 source "board/compulab/cm_t335/Kconfig"
963 source "board/compulab/cm_t43/Kconfig"
964 source "board/creative/xfi3/Kconfig"
965 source "board/denx/m28evk/Kconfig"
966 source "board/denx/m53evk/Kconfig"
967 source "board/freescale/ls2080a/Kconfig"
968 source "board/freescale/ls2080aqds/Kconfig"
969 source "board/freescale/ls2080ardb/Kconfig"
970 source "board/freescale/ls1021aqds/Kconfig"
971 source "board/freescale/ls1043aqds/Kconfig"
972 source "board/freescale/ls1021atwr/Kconfig"
973 source "board/freescale/ls1021aiot/Kconfig"
974 source "board/freescale/ls1046aqds/Kconfig"
975 source "board/freescale/ls1043ardb/Kconfig"
976 source "board/freescale/ls1046ardb/Kconfig"
977 source "board/freescale/ls1012aqds/Kconfig"
978 source "board/freescale/ls1012ardb/Kconfig"
979 source "board/freescale/ls1012afrdm/Kconfig"
980 source "board/freescale/mx23evk/Kconfig"
981 source "board/freescale/mx25pdk/Kconfig"
982 source "board/freescale/mx28evk/Kconfig"
983 source "board/freescale/mx31ads/Kconfig"
984 source "board/freescale/mx31pdk/Kconfig"
985 source "board/freescale/mx35pdk/Kconfig"
986 source "board/freescale/mx51evk/Kconfig"
987 source "board/freescale/mx53ard/Kconfig"
988 source "board/freescale/mx53evk/Kconfig"
989 source "board/freescale/mx53loco/Kconfig"
990 source "board/freescale/mx53smd/Kconfig"
991 source "board/freescale/s32v234evb/Kconfig"
992 source "board/freescale/vf610twr/Kconfig"
993 source "board/gumstix/pepper/Kconfig"
994 source "board/h2200/Kconfig"
995 source "board/hisilicon/hikey/Kconfig"
996 source "board/imx31_phycore/Kconfig"
997 source "board/isee/igep0033/Kconfig"
998 source "board/olimex/mx23_olinuxino/Kconfig"
999 source "board/phytec/pcm051/Kconfig"
1000 source "board/phytec/pcm052/Kconfig"
1001 source "board/ppcag/bg0900/Kconfig"
1002 source "board/sandisk/sansa_fuze_plus/Kconfig"
1003 source "board/schulercontrol/sc_sps_1/Kconfig"
1004 source "board/siemens/draco/Kconfig"
1005 source "board/siemens/pxm2/Kconfig"
1006 source "board/siemens/rut/Kconfig"
1007 source "board/silica/pengwyn/Kconfig"
1008 source "board/spear/spear300/Kconfig"
1009 source "board/spear/spear310/Kconfig"
1010 source "board/spear/spear320/Kconfig"
1011 source "board/spear/spear600/Kconfig"
1012 source "board/spear/x600/Kconfig"
1013 source "board/st/stv0991/Kconfig"
1014 source "board/sunxi/Kconfig"
1015 source "board/syteco/zmx25/Kconfig"
1016 source "board/tcl/sl50/Kconfig"
1017 source "board/ti/am335x/Kconfig"
1018 source "board/ti/am43xx/Kconfig"
1019 source "board/birdland/bav335x/Kconfig"
1020 source "board/ti/ti814x/Kconfig"
1021 source "board/ti/ti816x/Kconfig"
1022 source "board/timll/devkit3250/Kconfig"
1023 source "board/toradex/colibri_pxa270/Kconfig"
1024 source "board/toradex/colibri_vf/Kconfig"
1025 source "board/technologic/ts4600/Kconfig"
1026 source "board/technologic/ts4800/Kconfig"
1027 source "board/vscom/baltos/Kconfig"
1028 source "board/woodburn/Kconfig"
1029 source "board/work-microwave/work_92105/Kconfig"
1030 source "board/zipitz2/Kconfig"
1031
1032 source "arch/arm/Kconfig.debug"
1033
1034 endmenu