Kconfig.platforms 7.8 KB
Newer Older
1
# SPDX-License-Identifier: GPL-2.0-only
2 3
menu "Platform selection"

4 5 6
config ARCH_ACTIONS
	bool "Actions Semi Platforms"
	select OWL_TIMER
7
	select PINCTRL
8 9 10
	help
	  This enables support for the Actions Semiconductor S900 SoC family.

11 12
config ARCH_SUNXI
	bool "Allwinner sunxi 64-bit SoC Family"
13
	select ARCH_HAS_RESET_CONTROLLER
14
	select GENERIC_IRQ_CHIP
15 16
	select IRQ_DOMAIN_HIERARCHY
	select IRQ_FASTEOI_HIERARCHY_HANDLERS
17
	select PINCTRL
18
	select RESET_CONTROLLER
19
	select SUN4I_TIMER
20 21 22
	help
	  This enables support for Allwinner sunxi based SoCs like the A64.

A
Antoine Tenart 已提交
23 24
config ARCH_ALPINE
	bool "Annapurna Labs Alpine platform"
25
	select ALPINE_MSI if PCI
A
Antoine Tenart 已提交
26 27 28 29
	help
	  This enables support for the Annapurna Labs Alpine
	  Soc family.

30 31 32 33 34 35 36
config ARCH_APPLE
	bool "Apple Silicon SoC family"
	select APPLE_AIC
	help
	  This enables support for Apple's in-house ARM SoC family, starting
	  with the Apple M1.

37 38
config ARCH_BCM2835
	bool "Broadcom BCM2835 family"
39
	select TIMER_OF
40
	select GPIOLIB
41
	select MFD_CORE
42 43 44
	select PINCTRL
	select PINCTRL_BCM2835
	select ARM_AMBA
45
	select ARM_GIC
46 47
	select ARM_TIMER_SP804
	help
48 49
	  This enables support for the Broadcom BCM2837 and BCM2711 SoC.
	  These SoCs are used in the Raspberry Pi 3 and 4 devices.
50

51 52 53 54 55 56 57 58
config ARCH_BCM4908
	bool "Broadcom BCM4908 family"
	select GPIOLIB
	help
	  This enables support for the Broadcom BCM4906, BCM4908 and
	  BCM49408 SoCs. These SoCs use Brahma-B53 cores and can be
	  found in home routers.

59 60
config ARCH_BCM_IPROC
	bool "Broadcom iProc SoC Family"
61
	select COMMON_CLK_IPROC
62
	select GPIOLIB
63
	select PINCTRL
64 65 66
	help
	  This enables support for Broadcom iProc based SoCs

67 68 69
config ARCH_BERLIN
	bool "Marvell Berlin SoC Family"
	select DW_APB_ICTL
70
	select DW_APB_TIMER_OF
71
	select GPIOLIB
72
	select PINCTRL
73 74 75
	help
	  This enables support for Marvell Berlin SoC Family

76 77 78 79 80
config ARCH_BITMAIN
	bool "Bitmain SoC Platforms"
	help
	  This enables support for the Bitmain SoC Family.

81 82
config ARCH_BRCMSTB
	bool "Broadcom Set-Top-Box SoCs"
83
	select ARCH_HAS_RESET_CONTROLLER
84
	select GENERIC_IRQ_CHIP
85
	select PINCTRL
86 87 88
	help
	  This enables support for Broadcom's ARMv8 Set Top Box SoCs

89
config ARCH_EXYNOS
90
	bool "ARMv8 based Samsung Exynos SoC family"
91
	select COMMON_CLK_SAMSUNG
92
	select CLKSRC_EXYNOS_MCT
93 94
	select EXYNOS_PM_DOMAINS if PM_GENERIC_DOMAINS
	select EXYNOS_PMU
95 96
	select PINCTRL
	select PINCTRL_EXYNOS
97
	select PM_GENERIC_DOMAINS if PM
98
	select SOC_SAMSUNG
99
	help
100
	  This enables support for ARMv8 based Samsung Exynos SoC family.
101

102 103 104 105 106 107 108 109 110 111 112 113 114 115
config ARCH_SPARX5
	bool "ARMv8 based Microchip Sparx5 SoC family"
	select PINCTRL
	select DW_APB_TIMER_OF
	help
	  This enables support for the Microchip Sparx5 ARMv8-based
	  SoC family of TSN-capable gigabit switches.

	  The SparX-5 Ethernet switch family provides a rich set of
	  switching features such as advanced TCAM-based VLAN and QoS
	  processing enabling delivery of differentiated services, and
	  security through TCAM-based frame processing using versatile
	  content aware processor (VCAP).

116 117 118
config ARCH_K3
	bool "Texas Instruments Inc. K3 multicore SoC architecture"
	select PM_GENERIC_DOMAINS if PM
119
	select MAILBOX
120
	select SOC_TI
121 122 123 124
	select TI_MESSAGE_MANAGER
	select TI_SCI_PROTOCOL
	select TI_SCI_INTR_IRQCHIP
	select TI_SCI_INTA_IRQCHIP
125
	select TI_K3_SOCINFO
126 127 128 129
	help
	  This enables support for Texas Instruments' K3 multicore SoC
	  architecture.

130 131
config ARCH_LAYERSCAPE
	bool "ARMv8 based Freescale Layerscape SoC family"
132
	select EDAC_SUPPORT
133
	help
134
	  This enables support for the Freescale Layerscape SoC family.
135

136 137 138 139 140
config ARCH_LG1K
	bool "LG Electronics LG1K SoC Family"
	help
	  This enables support for LG Electronics LG1K SoC Family

141 142
config ARCH_HISI
	bool "Hisilicon SoC Family"
143
	select ARM_TIMER_SP804
144
	select HISILICON_IRQ_MBIGEN if PCI
145
	select PINCTRL
146 147 148
	help
	  This enables support for Hisilicon ARMv8 SoC family

149 150 151 152 153
config ARCH_KEEMBAY
	bool "Keem Bay SoC"
	help
	  This enables support for Intel Movidius SoC code-named Keem Bay.

154
config ARCH_MEDIATEK
155
	bool "MediaTek SoC Family"
156 157
	select ARM_GIC
	select PINCTRL
Y
Yingjoe Chen 已提交
158
	select MTK_TIMER
159
	help
160 161
	  This enables support for MediaTek MT27xx, MT65xx, MT76xx
	  & MT81xx ARMv8 SoCs
162

163 164 165
config ARCH_MESON
	bool "Amlogic Platforms"
	help
166 167
	  This enables support for the arm64 based Amlogic SoCs
	  such as the s905, S905X/D, S912, A113X/D or S905X/D2
168

169 170
config ARCH_MVEBU
	bool "Marvell EBU SoC Family"
171 172
	select ARMADA_AP806_SYSCON
	select ARMADA_CP110_SYSCON
173
	select ARMADA_37XX_CLK
174 175
	select GPIOLIB
	select GPIOLIB_IRQCHIP
176 177
	select MVEBU_GICP
	select MVEBU_ICU
178
	select MVEBU_ODMI
179
	select MVEBU_PIC
M
Miquel Raynal 已提交
180
	select MVEBU_SEI
181 182 183
	select OF_GPIO
	select PINCTRL
	select PINCTRL_ARMADA_37XX
184 185
	select PINCTRL_ARMADA_AP806
	select PINCTRL_ARMADA_CP110
186
	help
187 188 189 190
	  This enables support for Marvell EBU familly, including:
	   - Armada 3700 SoC Family
	   - Armada 7K SoC Family
	   - Armada 8K SoC Family
191

192 193 194
config ARCH_MXC
	bool "ARMv8 based NXP i.MX SoC family"
	select ARM64_ERRATUM_843419
195
	select ARM64_ERRATUM_845719 if COMPAT
196
	select IMX_GPCV2
L
Lucas Stach 已提交
197 198 199
	select IMX_GPCV2_PM_DOMAINS
	select PM
	select PM_GENERIC_DOMAINS
200
	select SOC_BUS
201
	select TIMER_IMX_SYS_CTR
202 203 204 205
	help
	  This enables support for the ARMv8 based SoCs in the
	  NXP i.MX family.

206 207
config ARCH_QCOM
	bool "Qualcomm Platforms"
208
	select GPIOLIB
209 210 211 212
	select PINCTRL
	help
	  This enables support for the ARMv8 based Qualcomm chipsets.

A
Andreas Färber 已提交
213 214
config ARCH_REALTEK
	bool "Realtek Platforms"
215
	select RESET_CONTROLLER
A
Andreas Färber 已提交
216 217 218 219
	help
	  This enables support for the ARMv8 based Realtek chipsets,
	  like the RTD1295.

220 221
config ARCH_RENESAS
	bool "Renesas SoC Platforms"
222
	select GPIOLIB
223
	select PINCTRL
224
	select SOC_BUS
225 226 227
	help
	  This enables support for the ARMv8 based Renesas SoCs.

228 229 230 231 232 233 234 235 236 237
config ARCH_ROCKCHIP
	bool "Rockchip Platforms"
	select ARCH_HAS_RESET_CONTROLLER
	select PINCTRL
	select PM
	select ROCKCHIP_TIMER
	help
	  This enables support for the ARMv8 based Rockchip chipsets,
	  like the RK3368.

M
Mihaela Martinas 已提交
238 239 240 241 242
config ARCH_S32
	bool "NXP S32 SoC Family"
	help
	  This enables support for the NXP S32 family of processors.

243 244 245 246 247
config ARCH_SEATTLE
	bool "AMD Seattle SoC Family"
	help
	  This enables support for AMD Seattle SOC Family

248
config ARCH_INTEL_SOCFPGA
249 250 251 252
	bool "Intel's SoCFPGA ARMv8 Families"
	help
	  This enables support for Intel's SoCFPGA ARMv8 families:
	  Stratix 10 (ex. Altera), Agilex and eASIC N5X.
253

254 255 256
config ARCH_SYNQUACER
	bool "Socionext SynQuacer SoC Family"

257 258 259
config ARCH_TEGRA
	bool "NVIDIA Tegra SoC Family"
	select ARCH_HAS_RESET_CONTROLLER
S
Sameer Pujar 已提交
260
	select ARM_GIC_PM
261
	select CLKSRC_MMIO
262
	select TIMER_OF
263
	select GPIOLIB
264
	select PINCTRL
265 266
	select PM
	select PM_GENERIC_DOMAINS
267 268 269 270
	select RESET_CONTROLLER
	help
	  This enables support for the NVIDIA Tegra SoC family.

271 272 273 274 275 276
config ARCH_TESLA_FSD
	bool "ARMv8 based Tesla platform"
	depends on ARCH_EXYNOS
	help
	  Support for ARMv8 based Tesla platforms.

277
config ARCH_SPRD
A
Arnd Bergmann 已提交
278
	bool "Spreadtrum SoC platform"
279 280 281 282 283 284 285 286
	help
	  Support for Spreadtrum ARM based SoCs

config ARCH_THUNDER
	bool "Cavium Inc. Thunder SoC Family"
	help
	  This enables support for Cavium's Thunder Family of SoCs.

287 288 289 290 291 292 293
config ARCH_THUNDER2
	bool "Cavium ThunderX2 Server Processors"
	select GPIOLIB
	help
	  This enables support for Cavium's ThunderX2 CN99XX family of
	  server processors.

294 295
config ARCH_UNIPHIER
	bool "Socionext UniPhier SoC Family"
296
	select ARCH_HAS_RESET_CONTROLLER
297
	select PINCTRL
298
	select RESET_CONTROLLER
299 300 301
	help
	  This enables support for Socionext UniPhier SoC family.

302 303
config ARCH_VEXPRESS
	bool "ARMv8 software model (Versatile Express)"
304
	select GPIOLIB
305 306
	select PM
	select PM_GENERIC_DOMAINS
307 308 309 310
	help
	  This enables support for the ARMv8 software model (Versatile
	  Express).

311 312 313 314 315 316 317
config ARCH_VISCONTI
	bool "Toshiba Visconti SoC Family"
	select PINCTRL
	select PINCTRL_VISCONTI
	help
	  This enables support for Toshiba Visconti SoCs Family.

318 319 320 321 322 323 324 325 326 327
config ARCH_XGENE
	bool "AppliedMicro X-Gene SOC Family"
	help
	  This enables support for AppliedMicro X-Gene SOC Family

config ARCH_ZYNQMP
	bool "Xilinx ZynqMP Family"
	help
	  This enables support for Xilinx ZynqMP Family

328
endmenu # "Platform selection"