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