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 GPIOLIB 223 select PINCTRL 224 select PINCTRL_ROCKCHIP 225 select PM 226 select ROCKCHIP_TIMER 227 help 228 This enables support for the ARMv8 based Rockchip chipsets, 229 like the RK3368. 230 231config ARCH_S32 232 bool "NXP S32 SoC Family" 233 help 234 This enables support for the NXP S32 family of processors. 235 236config ARCH_SEATTLE 237 bool "AMD Seattle SoC Family" 238 help 239 This enables support for AMD Seattle SOC Family 240 241config ARCH_STRATIX10 242 bool "Altera's Stratix 10 SoCFPGA Family" 243 help 244 This enables support for Altera's Stratix 10 SoCFPGA Family. 245 246config ARCH_SYNQUACER 247 bool "Socionext SynQuacer SoC Family" 248 select IRQ_FASTEOI_HIERARCHY_HANDLERS 249 250config ARCH_TEGRA 251 bool "NVIDIA Tegra SoC Family" 252 select ARCH_HAS_RESET_CONTROLLER 253 select ARM_GIC_PM 254 select CLKSRC_MMIO 255 select TIMER_OF 256 select GENERIC_CLOCKEVENTS 257 select GPIOLIB 258 select PINCTRL 259 select PM 260 select PM_GENERIC_DOMAINS 261 select RESET_CONTROLLER 262 help 263 This enables support for the NVIDIA Tegra SoC family. 264 265config ARCH_SPRD 266 bool "Spreadtrum SoC platform" 267 help 268 Support for Spreadtrum ARM based SoCs 269 270config ARCH_THUNDER 271 bool "Cavium Inc. Thunder SoC Family" 272 help 273 This enables support for Cavium's Thunder Family of SoCs. 274 275config ARCH_THUNDER2 276 bool "Cavium ThunderX2 Server Processors" 277 select GPIOLIB 278 help 279 This enables support for Cavium's ThunderX2 CN99XX family of 280 server processors. 281 282config ARCH_UNIPHIER 283 bool "Socionext UniPhier SoC Family" 284 select ARCH_HAS_RESET_CONTROLLER 285 select PINCTRL 286 select RESET_CONTROLLER 287 help 288 This enables support for Socionext UniPhier SoC family. 289 290config ARCH_VEXPRESS 291 bool "ARMv8 software model (Versatile Express)" 292 select GPIOLIB 293 select PM 294 select PM_GENERIC_DOMAINS 295 help 296 This enables support for the ARMv8 software model (Versatile 297 Express). 298 299config ARCH_VISCONTI 300 bool "Toshiba Visconti SoC Family" 301 select PINCTRL 302 select PINCTRL_VISCONTI 303 help 304 This enables support for Toshiba Visconti SoCs Family. 305 306config ARCH_VULCAN 307 def_bool n 308 309config ARCH_XGENE 310 bool "AppliedMicro X-Gene SOC Family" 311 help 312 This enables support for AppliedMicro X-Gene SOC Family 313 314config ARCH_ZX 315 bool "ZTE ZX SoC Family" 316 select PINCTRL 317 help 318 This enables support for ZTE ZX SoC Family 319 320config ARCH_ZYNQMP 321 bool "Xilinx ZynqMP Family" 322 help 323 This enables support for Xilinx ZynqMP Family 324 325endmenu 326