]> git.ipfire.org Git - thirdparty/kernel/linux.git/blob - arch/arm64/Kconfig.platforms
Merge branch 'next/drivers' into next/late
[thirdparty/kernel/linux.git] / arch / arm64 / Kconfig.platforms
1 menu "Platform selection"
2
3 config ARCH_ACTIONS
4 bool "Actions Semi Platforms"
5 select OWL_TIMER
6 select PINCTRL
7 help
8 This enables support for the Actions Semiconductor S900 SoC family.
9
10 config ARCH_SUNXI
11 bool "Allwinner sunxi 64-bit SoC Family"
12 select ARCH_HAS_RESET_CONTROLLER
13 select GENERIC_IRQ_CHIP
14 select PINCTRL
15 select RESET_CONTROLLER
16 help
17 This enables support for Allwinner sunxi based SoCs like the A64.
18
19 config ARCH_ALPINE
20 bool "Annapurna Labs Alpine platform"
21 select ALPINE_MSI if PCI
22 help
23 This enables support for the Annapurna Labs Alpine
24 Soc family.
25
26 config ARCH_BCM2835
27 bool "Broadcom BCM2835 family"
28 select TIMER_OF
29 select GPIOLIB
30 select PINCTRL
31 select PINCTRL_BCM2835
32 select ARM_AMBA
33 select ARM_TIMER_SP804
34 select HAVE_ARM_ARCH_TIMER
35 help
36 This enables support for the Broadcom BCM2837 SoC.
37 This SoC is used in the Raspberry Pi 3 device.
38
39 config ARCH_BCM_IPROC
40 bool "Broadcom iProc SoC Family"
41 select COMMON_CLK_IPROC
42 select GPIOLIB
43 select PINCTRL
44 help
45 This enables support for Broadcom iProc based SoCs
46
47 config ARCH_BERLIN
48 bool "Marvell Berlin SoC Family"
49 select DW_APB_ICTL
50 select GPIOLIB
51 select PINCTRL
52 help
53 This enables support for Marvell Berlin SoC Family
54
55 config ARCH_BRCMSTB
56 bool "Broadcom Set-Top-Box SoCs"
57 select BRCMSTB_L2_IRQ
58 select GENERIC_IRQ_CHIP
59 help
60 This enables support for Broadcom's ARMv8 Set Top Box SoCs
61
62 config ARCH_EXYNOS
63 bool "ARMv8 based Samsung Exynos SoC family"
64 select COMMON_CLK_SAMSUNG
65 select EXYNOS_PM_DOMAINS if PM_GENERIC_DOMAINS
66 select EXYNOS_PMU
67 select HAVE_S3C2410_WATCHDOG if WATCHDOG
68 select HAVE_S3C_RTC if RTC_CLASS
69 select PINCTRL
70 select PINCTRL_EXYNOS
71 select PM_GENERIC_DOMAINS if PM
72 select SOC_SAMSUNG
73 help
74 This enables support for ARMv8 based Samsung Exynos SoC family.
75
76 config ARCH_K3
77 bool "Texas Instruments Inc. K3 multicore SoC architecture"
78 select PM_GENERIC_DOMAINS if PM
79 help
80 This enables support for Texas Instruments' K3 multicore SoC
81 architecture.
82
83 config ARCH_LAYERSCAPE
84 bool "ARMv8 based Freescale Layerscape SoC family"
85 select EDAC_SUPPORT
86 help
87 This enables support for the Freescale Layerscape SoC family.
88
89 config ARCH_LG1K
90 bool "LG Electronics LG1K SoC Family"
91 help
92 This enables support for LG Electronics LG1K SoC Family
93
94 config ARCH_HISI
95 bool "Hisilicon SoC Family"
96 select ARM_TIMER_SP804
97 select HISILICON_IRQ_MBIGEN if PCI
98 select PINCTRL
99 help
100 This enables support for Hisilicon ARMv8 SoC family
101
102 config ARCH_MEDIATEK
103 bool "MediaTek SoC Family"
104 select ARM_GIC
105 select PINCTRL
106 select MTK_TIMER
107 help
108 This enables support for MediaTek MT27xx, MT65xx, MT76xx
109 & MT81xx ARMv8 SoCs
110
111 config ARCH_MESON
112 bool "Amlogic Platforms"
113 select PINCTRL
114 select PINCTRL_MESON
115 select COMMON_CLK_AMLOGIC
116 select COMMON_CLK_GXBB
117 select COMMON_CLK_AXG
118 select MESON_IRQ_GPIO
119 help
120 This enables support for the Amlogic S905 SoCs.
121
122 config ARCH_MVEBU
123 bool "Marvell EBU SoC Family"
124 select ARMADA_AP806_SYSCON
125 select ARMADA_CP110_SYSCON
126 select ARMADA_37XX_CLK
127 select GPIOLIB
128 select GPIOLIB_IRQCHIP
129 select MVEBU_GICP
130 select MVEBU_ICU
131 select MVEBU_ODMI
132 select MVEBU_PIC
133 select MVEBU_SEI
134 select OF_GPIO
135 select PINCTRL
136 select PINCTRL_ARMADA_37XX
137 select PINCTRL_ARMADA_AP806
138 select PINCTRL_ARMADA_CP110
139 help
140 This enables support for Marvell EBU familly, including:
141 - Armada 3700 SoC Family
142 - Armada 7K SoC Family
143 - Armada 8K SoC Family
144
145 config ARCH_MXC
146 bool "ARMv8 based NXP i.MX SoC family"
147 select ARM64_ERRATUM_843419
148 select ARM64_ERRATUM_845719
149 help
150 This enables support for the ARMv8 based SoCs in the
151 NXP i.MX family.
152
153 config ARCH_QCOM
154 bool "Qualcomm Platforms"
155 select GPIOLIB
156 select PINCTRL
157 help
158 This enables support for the ARMv8 based Qualcomm chipsets.
159
160 config ARCH_REALTEK
161 bool "Realtek Platforms"
162 help
163 This enables support for the ARMv8 based Realtek chipsets,
164 like the RTD1295.
165
166 config ARCH_RENESAS
167 bool "Renesas SoC Platforms"
168 select PINCTRL
169 select PM
170 select PM_GENERIC_DOMAINS
171 select RENESAS_IRQC
172 select SOC_BUS
173 select SYS_SUPPORTS_SH_CMT
174 select SYS_SUPPORTS_SH_TMU
175 help
176 This enables support for the ARMv8 based Renesas SoCs.
177
178 config ARCH_R8A774A1
179 bool "Renesas RZ/G2M SoC Platform"
180 depends on ARCH_RENESAS
181 help
182 This enables support for the Renesas RZ/G2M SoC.
183
184 config ARCH_R8A774C0
185 bool "Renesas RZ/G2E SoC Platform"
186 depends on ARCH_RENESAS
187 help
188 This enables support for the Renesas RZ/G2E SoC.
189
190 config ARCH_R8A7795
191 bool "Renesas R-Car H3 SoC Platform"
192 depends on ARCH_RENESAS
193 help
194 This enables support for the Renesas R-Car H3 SoC.
195
196 config ARCH_R8A7796
197 bool "Renesas R-Car M3-W SoC Platform"
198 depends on ARCH_RENESAS
199 help
200 This enables support for the Renesas R-Car M3-W SoC.
201
202 config ARCH_R8A77965
203 bool "Renesas R-Car M3-N SoC Platform"
204 depends on ARCH_RENESAS
205 help
206 This enables support for the Renesas R-Car M3-N SoC.
207
208 config ARCH_R8A77970
209 bool "Renesas R-Car V3M SoC Platform"
210 depends on ARCH_RENESAS
211 help
212 This enables support for the Renesas R-Car V3M SoC.
213
214 config ARCH_R8A77980
215 bool "Renesas R-Car V3H SoC Platform"
216 depends on ARCH_RENESAS
217 help
218 This enables support for the Renesas R-Car V3H SoC.
219
220 config ARCH_R8A77990
221 bool "Renesas R-Car E3 SoC Platform"
222 depends on ARCH_RENESAS
223 help
224 This enables support for the Renesas R-Car E3 SoC.
225
226 config ARCH_R8A77995
227 bool "Renesas R-Car D3 SoC Platform"
228 depends on ARCH_RENESAS
229 help
230 This enables support for the Renesas R-Car D3 SoC.
231
232 config ARCH_ROCKCHIP
233 bool "Rockchip Platforms"
234 select ARCH_HAS_RESET_CONTROLLER
235 select GPIOLIB
236 select PINCTRL
237 select PINCTRL_ROCKCHIP
238 select PM
239 select ROCKCHIP_TIMER
240 help
241 This enables support for the ARMv8 based Rockchip chipsets,
242 like the RK3368.
243
244 config ARCH_SEATTLE
245 bool "AMD Seattle SoC Family"
246 help
247 This enables support for AMD Seattle SOC Family
248
249 config ARCH_STRATIX10
250 bool "Altera's Stratix 10 SoCFPGA Family"
251 help
252 This enables support for Altera's Stratix 10 SoCFPGA Family.
253
254 config ARCH_SYNQUACER
255 bool "Socionext SynQuacer SoC Family"
256
257 config ARCH_TEGRA
258 bool "NVIDIA Tegra SoC Family"
259 select ARCH_HAS_RESET_CONTROLLER
260 select CLKDEV_LOOKUP
261 select CLKSRC_MMIO
262 select TIMER_OF
263 select GENERIC_CLOCKEVENTS
264 select GPIOLIB
265 select PINCTRL
266 select PM
267 select PM_GENERIC_DOMAINS
268 select RESET_CONTROLLER
269 help
270 This enables support for the NVIDIA Tegra SoC family.
271
272 config ARCH_SPRD
273 bool "Spreadtrum SoC platform"
274 help
275 Support for Spreadtrum ARM based SoCs
276
277 config ARCH_THUNDER
278 bool "Cavium Inc. Thunder SoC Family"
279 help
280 This enables support for Cavium's Thunder Family of SoCs.
281
282 config ARCH_THUNDER2
283 bool "Cavium ThunderX2 Server Processors"
284 select GPIOLIB
285 help
286 This enables support for Cavium's ThunderX2 CN99XX family of
287 server processors.
288
289 config ARCH_UNIPHIER
290 bool "Socionext UniPhier SoC Family"
291 select ARCH_HAS_RESET_CONTROLLER
292 select PINCTRL
293 select RESET_CONTROLLER
294 help
295 This enables support for Socionext UniPhier SoC family.
296
297 config ARCH_VEXPRESS
298 bool "ARMv8 software model (Versatile Express)"
299 select COMMON_CLK_VERSATILE
300 select GPIOLIB
301 select PM
302 select PM_GENERIC_DOMAINS
303 select POWER_RESET_VEXPRESS
304 select VEXPRESS_CONFIG
305 help
306 This enables support for the ARMv8 software model (Versatile
307 Express).
308
309 config ARCH_VULCAN
310 def_bool n
311
312 config ARCH_XGENE
313 bool "AppliedMicro X-Gene SOC Family"
314 help
315 This enables support for AppliedMicro X-Gene SOC Family
316
317 config ARCH_ZX
318 bool "ZTE ZX SoC Family"
319 select PINCTRL
320 help
321 This enables support for ZTE ZX SoC Family
322
323 config ARCH_ZYNQMP
324 bool "Xilinx ZynqMP Family"
325 select ZYNQMP_FIRMWARE
326 help
327 This enables support for Xilinx ZynqMP Family
328
329 endmenu