xref: /OK3568_Linux_fs/kernel/arch/arm64/Kconfig.platforms (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1# SPDX-License-Identifier: GPL-2.0-only
2menu "Platform selection"
3
4config ARCH_ACTIONS
5	bool "Actions Semi Platforms"
6	select OWL_TIMER
7	select PINCTRL
8	help
9	  This enables support for the Actions Semiconductor S900 SoC family.
10
11config ARCH_AGILEX
12	bool "Intel's Agilex SoCFPGA Family"
13	help
14	  This enables support for Intel's Agilex SoCFPGA Family.
15
16config ARCH_SUNXI
17	bool "Allwinner sunxi 64-bit SoC Family"
18	select ARCH_HAS_RESET_CONTROLLER
19	select GENERIC_IRQ_CHIP
20	select PINCTRL
21	select RESET_CONTROLLER
22	help
23	  This enables support for Allwinner sunxi based SoCs like the A64.
24
25config ARCH_ALPINE
26	bool "Annapurna Labs Alpine platform"
27	select ALPINE_MSI if PCI
28	help
29	  This enables support for the Annapurna Labs Alpine
30	  Soc family.
31
32config ARCH_BCM2835
33	bool "Broadcom BCM2835 family"
34	select TIMER_OF
35	select GPIOLIB
36	select MFD_CORE
37	select PINCTRL
38	select PINCTRL_BCM2835
39	select ARM_AMBA
40	select ARM_GIC
41	select ARM_TIMER_SP804
42	help
43	  This enables support for the Broadcom BCM2837 and BCM2711 SoC.
44	  These SoCs are used in the Raspberry Pi 3 and 4 devices.
45
46config ARCH_BCM_IPROC
47	bool "Broadcom iProc SoC Family"
48	select COMMON_CLK_IPROC
49	select GPIOLIB
50	select PINCTRL
51	help
52	  This enables support for Broadcom iProc based SoCs
53
54config ARCH_BERLIN
55	bool "Marvell Berlin SoC Family"
56	select DW_APB_ICTL
57	select DW_APB_TIMER_OF
58	select GPIOLIB
59	select PINCTRL
60	help
61	  This enables support for Marvell Berlin SoC Family
62
63config ARCH_BITMAIN
64	bool "Bitmain SoC Platforms"
65	help
66	  This enables support for the Bitmain SoC Family.
67
68config ARCH_BRCMSTB
69	bool "Broadcom Set-Top-Box SoCs"
70	select ARCH_HAS_RESET_CONTROLLER
71	select BCM7038_L1_IRQ
72	select BRCMSTB_L2_IRQ
73	select GENERIC_IRQ_CHIP
74	select PINCTRL
75	help
76	  This enables support for Broadcom's ARMv8 Set Top Box SoCs
77
78config ARCH_EXYNOS
79	bool "ARMv8 based Samsung Exynos SoC family"
80	select COMMON_CLK_SAMSUNG
81	select EXYNOS_CHIPID
82	select EXYNOS_PM_DOMAINS if PM_GENERIC_DOMAINS
83	select EXYNOS_PMU
84	select HAVE_S3C_RTC if RTC_CLASS
85	select PINCTRL
86	select PINCTRL_EXYNOS
87	select PM_GENERIC_DOMAINS if PM
88	select SOC_SAMSUNG
89	help
90	  This enables support for ARMv8 based Samsung Exynos SoC family.
91
92config ARCH_SPARX5
93	bool "ARMv8 based Microchip Sparx5 SoC family"
94	select PINCTRL
95	select DW_APB_TIMER_OF
96	help
97	  This enables support for the Microchip Sparx5 ARMv8-based
98	  SoC family of TSN-capable gigabit switches.
99
100	  The SparX-5 Ethernet switch family provides a rich set of
101	  switching features such as advanced TCAM-based VLAN and QoS
102	  processing enabling delivery of differentiated services, and
103	  security through TCAM-based frame processing using versatile
104	  content aware processor (VCAP).
105
106config ARCH_K3
107	bool "Texas Instruments Inc. K3 multicore SoC architecture"
108	select PM_GENERIC_DOMAINS if PM
109	select MAILBOX
110	select SOC_TI
111	select TI_MESSAGE_MANAGER
112	select TI_SCI_PROTOCOL
113	select TI_SCI_INTR_IRQCHIP
114	select TI_SCI_INTA_IRQCHIP
115	select TI_K3_SOCINFO
116	help
117	  This enables support for Texas Instruments' K3 multicore SoC
118	  architecture.
119
120config ARCH_LAYERSCAPE
121	bool "ARMv8 based Freescale Layerscape SoC family"
122	select EDAC_SUPPORT
123	help
124	  This enables support for the Freescale Layerscape SoC family.
125
126config ARCH_LG1K
127	bool "LG Electronics LG1K SoC Family"
128	help
129	  This enables support for LG Electronics LG1K SoC Family
130
131config ARCH_HISI
132	bool "Hisilicon SoC Family"
133	select ARM_TIMER_SP804
134	select HISILICON_IRQ_MBIGEN if PCI
135	select PINCTRL
136	help
137	  This enables support for Hisilicon ARMv8 SoC family
138
139config ARCH_KEEMBAY
140	bool "Keem Bay SoC"
141	help
142	  This enables support for Intel Movidius SoC code-named Keem Bay.
143
144config ARCH_MEDIATEK
145	bool "MediaTek SoC Family"
146	select ARM_GIC
147	select PINCTRL
148	select MTK_TIMER
149	help
150	  This enables support for MediaTek MT27xx, MT65xx, MT76xx
151	  & MT81xx ARMv8 SoCs
152
153config ARCH_MESON
154	bool "Amlogic Platforms"
155	select COMMON_CLK
156	help
157	  This enables support for the arm64 based Amlogic SoCs
158	  such as the s905, S905X/D, S912, A113X/D or S905X/D2
159
160config ARCH_MVEBU
161	bool "Marvell EBU SoC Family"
162	select ARMADA_AP806_SYSCON
163	select ARMADA_CP110_SYSCON
164	select ARMADA_37XX_CLK
165	select GPIOLIB
166	select GPIOLIB_IRQCHIP
167	select MVEBU_GICP
168	select MVEBU_ICU
169	select MVEBU_ODMI
170	select MVEBU_PIC
171	select MVEBU_SEI
172	select OF_GPIO
173	select PINCTRL
174	select PINCTRL_ARMADA_37XX
175	select PINCTRL_ARMADA_AP806
176	select PINCTRL_ARMADA_CP110
177	help
178	  This enables support for Marvell EBU familly, including:
179	   - Armada 3700 SoC Family
180	   - Armada 7K SoC Family
181	   - Armada 8K SoC Family
182
183config ARCH_MXC
184	bool "ARMv8 based NXP i.MX SoC family"
185	select ARM64_ERRATUM_843419
186	select ARM64_ERRATUM_845719 if COMPAT
187	select IMX_GPCV2
188	select IMX_GPCV2_PM_DOMAINS
189	select PM
190	select PM_GENERIC_DOMAINS
191	select SOC_BUS
192	select TIMER_IMX_SYS_CTR
193	help
194	  This enables support for the ARMv8 based SoCs in the
195	  NXP i.MX family.
196
197config ARCH_QCOM
198	bool "Qualcomm Platforms"
199	select GPIOLIB
200	select PINCTRL
201	help
202	  This enables support for the ARMv8 based Qualcomm chipsets.
203
204config ARCH_REALTEK
205	bool "Realtek Platforms"
206	select RESET_CONTROLLER
207	help
208	  This enables support for the ARMv8 based Realtek chipsets,
209	  like the RTD1295.
210
211config ARCH_RENESAS
212	bool "Renesas SoC Platforms"
213	select GPIOLIB
214	select PINCTRL
215	select SOC_BUS
216	help
217	  This enables support for the ARMv8 based Renesas SoCs.
218
219config ARCH_ROCKCHIP
220	bool "Rockchip Platforms"
221	select ARCH_HAS_RESET_CONTROLLER
222	select PINCTRL
223	select PM
224	help
225	  This enables support for the ARMv8 based Rockchip chipsets,
226	  like the RK3368.
227
228config ARCH_S32
229	bool "NXP S32 SoC Family"
230	help
231	  This enables support for the NXP S32 family of processors.
232
233config ARCH_SEATTLE
234	bool "AMD Seattle SoC Family"
235	help
236	  This enables support for AMD Seattle SOC Family
237
238config ARCH_STRATIX10
239	bool "Altera's Stratix 10 SoCFPGA Family"
240	help
241	  This enables support for Altera's Stratix 10 SoCFPGA Family.
242
243config ARCH_SYNQUACER
244	bool "Socionext SynQuacer SoC Family"
245	select IRQ_FASTEOI_HIERARCHY_HANDLERS
246
247config ARCH_TEGRA
248	bool "NVIDIA Tegra SoC Family"
249	select ARCH_HAS_RESET_CONTROLLER
250	select ARM_GIC_PM
251	select CLKSRC_MMIO
252	select TIMER_OF
253	select GENERIC_CLOCKEVENTS
254	select GPIOLIB
255	select PINCTRL
256	select PM
257	select PM_GENERIC_DOMAINS
258	select RESET_CONTROLLER
259	help
260	  This enables support for the NVIDIA Tegra SoC family.
261
262config ARCH_SPRD
263	bool "Spreadtrum SoC platform"
264	help
265	  Support for Spreadtrum ARM based SoCs
266
267config ARCH_THUNDER
268	bool "Cavium Inc. Thunder SoC Family"
269	help
270	  This enables support for Cavium's Thunder Family of SoCs.
271
272config ARCH_THUNDER2
273	bool "Cavium ThunderX2 Server Processors"
274	select GPIOLIB
275	help
276	  This enables support for Cavium's ThunderX2 CN99XX family of
277	  server processors.
278
279config ARCH_UNIPHIER
280	bool "Socionext UniPhier SoC Family"
281	select ARCH_HAS_RESET_CONTROLLER
282	select PINCTRL
283	select RESET_CONTROLLER
284	help
285	  This enables support for Socionext UniPhier SoC family.
286
287config ARCH_VEXPRESS
288	bool "ARMv8 software model (Versatile Express)"
289	select GPIOLIB
290	select PM
291	select PM_GENERIC_DOMAINS
292	help
293	  This enables support for the ARMv8 software model (Versatile
294	  Express).
295
296config ARCH_VISCONTI
297	bool "Toshiba Visconti SoC Family"
298	select PINCTRL
299	select PINCTRL_VISCONTI
300	help
301	  This enables support for Toshiba Visconti SoCs Family.
302
303config ARCH_VULCAN
304	def_bool n
305
306config ARCH_XGENE
307	bool "AppliedMicro X-Gene SOC Family"
308	help
309	  This enables support for AppliedMicro X-Gene SOC Family
310
311config ARCH_ZX
312	bool "ZTE ZX SoC Family"
313	select PINCTRL
314	help
315	  This enables support for ZTE ZX SoC Family
316
317config ARCH_ZYNQMP
318	bool "Xilinx ZynqMP Family"
319	help
320	  This enables support for Xilinx ZynqMP Family
321
322endmenu
323