1ec8f24b7SThomas Gleixner# SPDX-License-Identifier: GPL-2.0-only 2eed6b3ebSOlof Johanssonmenu "Platform selection" 3eed6b3ebSOlof Johansson 4c88cc3eeSAndreas Färberconfig ARCH_ACTIONS 5c88cc3eeSAndreas Färber bool "Actions Semi Platforms" 6c88cc3eeSAndreas Färber select OWL_TIMER 7e0c27a10SManivannan Sadhasivam select PINCTRL 8c88cc3eeSAndreas Färber help 9c88cc3eeSAndreas Färber This enables support for the Actions Semiconductor S900 SoC family. 10c88cc3eeSAndreas Färber 11428ae88eSDaniel Danzbergerconfig ARCH_AIROHA 12428ae88eSDaniel Danzberger bool "Airoha SoC Support" 13428ae88eSDaniel Danzberger select ARM_PSCI 14428ae88eSDaniel Danzberger select HAVE_ARM_ARCH_TIMER 15428ae88eSDaniel Danzberger help 16428ae88eSDaniel Danzberger This enables support for the ARM64 based Airoha SoCs. 17428ae88eSDaniel Danzberger 18ce3dd55bSAndre Przywaraconfig ARCH_SUNXI 19ce3dd55bSAndre Przywara bool "Allwinner sunxi 64-bit SoC Family" 20900a9020SArnd Bergmann select ARCH_HAS_RESET_CONTROLLER 21d229d205SAndre Przywara select PINCTRL 22900a9020SArnd Bergmann select RESET_CONTROLLER 23cbccad66SSamuel Holland select SUN4I_TIMER 24d421fd6dSSamuel Holland select SUN6I_R_INTC 25d421fd6dSSamuel Holland select SUNXI_NMI_INTC 26ce3dd55bSAndre Przywara help 27ce3dd55bSAndre Przywara This enables support for Allwinner sunxi based SoCs like the A64. 28ce3dd55bSAndre Przywara 29e2f0abafSAntoine Tenartconfig ARCH_ALPINE 30e2f0abafSAntoine Tenart bool "Annapurna Labs Alpine platform" 315a3f75a4SSudeep Holla select ALPINE_MSI if PCI 32e2f0abafSAntoine Tenart help 33e2f0abafSAntoine Tenart This enables support for the Annapurna Labs Alpine 34e2f0abafSAntoine Tenart Soc family. 35e2f0abafSAntoine Tenart 36aea5f69fSHector Martinconfig ARCH_APPLE 37aea5f69fSHector Martin bool "Apple Silicon SoC family" 38aea5f69fSHector Martin select APPLE_AIC 39aea5f69fSHector Martin help 405c9de6f4SNick Chan This enables support for Apple's in-house ARM SoC family, such 415c9de6f4SNick Chan as the Apple M1. 42aea5f69fSHector Martin 4396796c91SFlorian Fainellimenuconfig ARCH_BCM 4496796c91SFlorian Fainelli bool "Broadcom SoC Support" 4596796c91SFlorian Fainelli 4696796c91SFlorian Fainelliif ARCH_BCM 4796796c91SFlorian Fainelli 48628d30d1SEric Anholtconfig ARCH_BCM2835 49628d30d1SEric Anholt bool "Broadcom BCM2835 family" 50bb0eb050SDaniel Lezcano select TIMER_OF 51da9a1c67SLinus Walleij select GPIOLIB 527a9b6be9SEric Anholt select MFD_CORE 53628d30d1SEric Anholt select PINCTRL 54628d30d1SEric Anholt select PINCTRL_BCM2835 55628d30d1SEric Anholt select ARM_AMBA 56781fa0a9SStefan Wahren select ARM_GIC 57628d30d1SEric Anholt select ARM_TIMER_SP804 58628d30d1SEric Anholt help 59781fa0a9SStefan Wahren This enables support for the Broadcom BCM2837 and BCM2711 SoC. 60781fa0a9SStefan Wahren These SoCs are used in the Raspberry Pi 3 and 4 devices. 61628d30d1SEric Anholt 6236b7c583SRay Juiconfig ARCH_BCM_IPROC 6336b7c583SRay Jui bool "Broadcom iProc SoC Family" 64382618bbSAnup Patel select COMMON_CLK_IPROC 65da9a1c67SLinus Walleij select GPIOLIB 66382618bbSAnup Patel select PINCTRL 6736b7c583SRay Jui help 6836b7c583SRay Jui This enables support for Broadcom iProc based SoCs 6936b7c583SRay Jui 70fdcd652cSWilliam Zhangconfig ARCH_BCMBCA 71746ef3acSRafał Miłecki bool "Broadcom Broadband Carrier Access (BCA) origin SoC" 72dd5c672dSWilliam Zhang select GPIOLIB 73fdcd652cSWilliam Zhang help 74fdcd652cSWilliam Zhang Say Y if you intend to run the kernel on a Broadcom Broadband ARM-based 75fdcd652cSWilliam Zhang BCA chipset. 76fdcd652cSWilliam Zhang 77fdcd652cSWilliam Zhang This enables support for Broadcom BCA ARM-based broadband chipsets, 78fdcd652cSWilliam Zhang including the DSL, PON and Wireless family of chips. 79fdcd652cSWilliam Zhang 8096796c91SFlorian Fainelliconfig ARCH_BRCMSTB 8196796c91SFlorian Fainelli bool "Broadcom Set-Top-Box SoCs" 8296796c91SFlorian Fainelli select ARCH_HAS_RESET_CONTROLLER 8396796c91SFlorian Fainelli select GENERIC_IRQ_CHIP 8496796c91SFlorian Fainelli select PINCTRL 8596796c91SFlorian Fainelli help 8696796c91SFlorian Fainelli This enables support for Broadcom's ARMv8 Set Top Box SoCs 8796796c91SFlorian Fainelli 8896796c91SFlorian Fainelliendif 8996796c91SFlorian Fainelli 90dd40fd92SJisheng Zhangconfig ARCH_BERLIN 91dd40fd92SJisheng Zhang bool "Marvell Berlin SoC Family" 92dd40fd92SJisheng Zhang select DW_APB_ICTL 93b0fc70ceSJisheng Zhang select DW_APB_TIMER_OF 94da9a1c67SLinus Walleij select GPIOLIB 9575d8e1baSJisheng Zhang select PINCTRL 96dd40fd92SJisheng Zhang help 97dd40fd92SJisheng Zhang This enables support for Marvell Berlin SoC Family 98dd40fd92SJisheng Zhang 99ea367d38SManivannan Sadhasivamconfig ARCH_BITMAIN 100ea367d38SManivannan Sadhasivam bool "Bitmain SoC Platforms" 101ea367d38SManivannan Sadhasivam help 102ea367d38SManivannan Sadhasivam This enables support for the Bitmain SoC Family. 103ea367d38SManivannan Sadhasivam 104c0b454a5SNikolaos Pasaloukosconfig ARCH_BLAIZE 105c0b454a5SNikolaos Pasaloukos bool "Blaize SoC Platforms" 106c0b454a5SNikolaos Pasaloukos help 107c0b454a5SNikolaos Pasaloukos This enables support for the Blaize SoC family 108c0b454a5SNikolaos Pasaloukos 109eed6b3ebSOlof Johanssonconfig ARCH_EXYNOS 11069d8a5f8SKrzysztof Kozlowski bool "Samsung Exynos SoC family" 111eed6b3ebSOlof Johansson select COMMON_CLK_SAMSUNG 112ce96a964SMarek Szyprowski select CLKSRC_EXYNOS_MCT 113caab3df9SKrzysztof Kozlowski select EXYNOS_PM_DOMAINS if PM_GENERIC_DOMAINS 114caab3df9SKrzysztof Kozlowski select EXYNOS_PMU 115eed6b3ebSOlof Johansson select PINCTRL 116eed6b3ebSOlof Johansson select PINCTRL_EXYNOS 1175220a73aSMarek Szyprowski select PM_GENERIC_DOMAINS if PM 1183b3428e3SKrzysztof Kozlowski select SOC_SAMSUNG 119eed6b3ebSOlof Johansson help 120c87b3e97SKrzysztof Kozlowski This enables support for ARMv8 based Samsung Exynos SoC family. 121eed6b3ebSOlof Johansson 12231a91c87SLars Povlsenconfig ARCH_SPARX5 12369d8a5f8SKrzysztof Kozlowski bool "Microchip Sparx5 SoC family" 12431a91c87SLars Povlsen select PINCTRL 12531a91c87SLars Povlsen select DW_APB_TIMER_OF 12631a91c87SLars Povlsen help 12731a91c87SLars Povlsen This enables support for the Microchip Sparx5 ARMv8-based 12831a91c87SLars Povlsen SoC family of TSN-capable gigabit switches. 12931a91c87SLars Povlsen 13031a91c87SLars Povlsen The SparX-5 Ethernet switch family provides a rich set of 13131a91c87SLars Povlsen switching features such as advanced TCAM-based VLAN and QoS 13231a91c87SLars Povlsen processing enabling delivery of differentiated services, and 13331a91c87SLars Povlsen security through TCAM-based frame processing using versatile 13431a91c87SLars Povlsen content aware processor (VCAP). 13531a91c87SLars Povlsen 136c7724572SNishanth Menonconfig ARCH_K3 137c7724572SNishanth Menon bool "Texas Instruments Inc. K3 multicore SoC architecture" 138c7724572SNishanth Menon select PM_GENERIC_DOMAINS if PM 139009669e7SLokesh Vutla select MAILBOX 140a6b112b0SYueHaibing select SOC_TI 141009669e7SLokesh Vutla select TI_MESSAGE_MANAGER 142009669e7SLokesh Vutla select TI_SCI_PROTOCOL 143ec792ecfSGrygorii Strashko select TI_K3_SOCINFO 144c7724572SNishanth Menon help 145c7724572SNishanth Menon This enables support for Texas Instruments' K3 multicore SoC 146c7724572SNishanth Menon architecture. 147c7724572SNishanth Menon 148198ed962SChanho Minconfig ARCH_LG1K 149198ed962SChanho Min bool "LG Electronics LG1K SoC Family" 150198ed962SChanho Min help 151198ed962SChanho Min This enables support for LG Electronics LG1K SoC Family 152198ed962SChanho Min 153eed6b3ebSOlof Johanssonconfig ARCH_HISI 154eed6b3ebSOlof Johansson bool "Hisilicon SoC Family" 1552b905d3aSLeo Yan select ARM_TIMER_SP804 156f9db43bcSSudeep Holla select HISILICON_IRQ_MBIGEN if PCI 15721adc4d7SJohn Stultz select PINCTRL 158eed6b3ebSOlof Johansson help 159eed6b3ebSOlof Johansson This enables support for Hisilicon ARMv8 SoC family 160eed6b3ebSOlof Johansson 161a6a4abf8SDaniele Alessandrelliconfig ARCH_KEEMBAY 162a6a4abf8SDaniele Alessandrelli bool "Keem Bay SoC" 163a6a4abf8SDaniele Alessandrelli help 164a6a4abf8SDaniele Alessandrelli This enables support for Intel Movidius SoC code-named Keem Bay. 165a6a4abf8SDaniele Alessandrelli 166eed6b3ebSOlof Johanssonconfig ARCH_MEDIATEK 167598f9b2eSSean Wang bool "MediaTek SoC Family" 168eed6b3ebSOlof Johansson select ARM_GIC 169eed6b3ebSOlof Johansson select PINCTRL 170c050b45dSYingjoe Chen select MTK_TIMER 171eed6b3ebSOlof Johansson help 172598f9b2eSSean Wang This enables support for MediaTek MT27xx, MT65xx, MT76xx 173598f9b2eSSean Wang & MT81xx ARMv8 SoCs 174eed6b3ebSOlof Johansson 175451e9e54SAndreas Färberconfig ARCH_MESON 176451e9e54SAndreas Färber bool "Amlogic Platforms" 177451e9e54SAndreas Färber help 178b3077ffcSJerome Brunet This enables support for the arm64 based Amlogic SoCs 179b3077ffcSJerome Brunet such as the s905, S905X/D, S912, A113X/D or S905X/D2 180451e9e54SAndreas Färber 181*1eb07e99SDuje Mihanovićconfig ARCH_MMP 182*1eb07e99SDuje Mihanović bool "Marvell MMP SoC Family" 183*1eb07e99SDuje Mihanović select PINCTRL 184*1eb07e99SDuje Mihanović select PINCTRL_SINGLE 185*1eb07e99SDuje Mihanović help 186*1eb07e99SDuje Mihanović This enables support for Marvell MMP SoC family, currently 187*1eb07e99SDuje Mihanović supporting PXA1908 aka IAP140. 188*1eb07e99SDuje Mihanović 189b4f596b1SGregory CLEMENTconfig ARCH_MVEBU 190b4f596b1SGregory CLEMENT bool "Marvell EBU SoC Family" 191ad87c0f6SThomas Petazzoni select ARMADA_AP806_SYSCON 192ad87c0f6SThomas Petazzoni select ARMADA_CP110_SYSCON 193ff60d834SGregory CLEMENT select ARMADA_37XX_CLK 194d2718d13SGregory CLEMENT select GPIOLIB 195d2718d13SGregory CLEMENT select GPIOLIB_IRQCHIP 19629ad6bd9SThomas Petazzoni select MVEBU_GICP 19729ad6bd9SThomas Petazzoni select MVEBU_ICU 198b3920b2bSThomas Petazzoni select MVEBU_ODMI 19904208a24SThomas Petazzoni select MVEBU_PIC 200228197c5SMiquel Raynal select MVEBU_SEI 201d2718d13SGregory CLEMENT select OF_GPIO 202d2718d13SGregory CLEMENT select PINCTRL 203d2718d13SGregory CLEMENT select PINCTRL_ARMADA_37XX 204c4c14365SGregory CLEMENT select PINCTRL_ARMADA_AP806 205c4c14365SGregory CLEMENT select PINCTRL_ARMADA_CP110 2068225663eSChris Packham select PINCTRL_AC5 207b4f596b1SGregory CLEMENT help 20811fc944fSRandy Dunlap This enables support for Marvell EBU family, including: 209b3920b2bSThomas Petazzoni - Armada 3700 SoC Family 210b3920b2bSThomas Petazzoni - Armada 7K SoC Family 211b3920b2bSThomas Petazzoni - Armada 8K SoC Family 2128225663eSChris Packham - 98DX2530 SoC Family 213b4f596b1SGregory CLEMENT 214566e373fSFlorian Fainellimenuconfig ARCH_NXP 215566e373fSFlorian Fainelli bool "NXP SoC support" 216566e373fSFlorian Fainelli 217566e373fSFlorian Fainelliif ARCH_NXP 218566e373fSFlorian Fainelli 219566e373fSFlorian Fainelliconfig ARCH_LAYERSCAPE 22069d8a5f8SKrzysztof Kozlowski bool "Freescale Layerscape SoC family" 221566e373fSFlorian Fainelli help 222566e373fSFlorian Fainelli This enables support for the Freescale Layerscape SoC family. 223566e373fSFlorian Fainelli 224930507c1SLucas Stachconfig ARCH_MXC 22569d8a5f8SKrzysztof Kozlowski bool "NXP i.MX SoC family" 226930507c1SLucas Stach select ARM64_ERRATUM_843419 227a29c7823SAnders Roxell select ARM64_ERRATUM_845719 if COMPAT 22867b92823SLucas Stach select IMX_GPCV2 22984a2ab25SLucas Stach select IMX_GPCV2_PM_DOMAINS 23084a2ab25SLucas Stach select PM 23184a2ab25SLucas Stach select PM_GENERIC_DOMAINS 232fafaa0a2SYueHaibing select SOC_BUS 2331991529fSAnson Huang select TIMER_IMX_SYS_CTR 234930507c1SLucas Stach help 235930507c1SLucas Stach This enables support for the ARMv8 based SoCs in the 236930507c1SLucas Stach NXP i.MX family. 237930507c1SLucas Stach 238566e373fSFlorian Fainelliconfig ARCH_S32 239566e373fSFlorian Fainelli bool "NXP S32 SoC Family" 240566e373fSFlorian Fainelli help 241566e373fSFlorian Fainelli This enables support for the NXP S32 family of processors. 242566e373fSFlorian Fainelli 243566e373fSFlorian Fainelliendif 244566e373fSFlorian Fainelli 24564b88e9fSJacky Huangconfig ARCH_MA35 24664b88e9fSJacky Huang bool "Nuvoton MA35 Architecture" 24764b88e9fSJacky Huang select GPIOLIB 24864b88e9fSJacky Huang select PINCTRL 24964b88e9fSJacky Huang select RESET_CONTROLLER 25064b88e9fSJacky Huang help 25164b88e9fSJacky Huang This enables support for the ARMv8 based Nuvoton MA35 series SoCs. 25264b88e9fSJacky Huang 2533670d2ecSTomer Maimonconfig ARCH_NPCM 2543670d2ecSTomer Maimon bool "Nuvoton NPCM Architecture" 2553670d2ecSTomer Maimon select PINCTRL 2563670d2ecSTomer Maimon select GPIOLIB 2573670d2ecSTomer Maimon select NPCM7XX_TIMER 2583670d2ecSTomer Maimon select RESET_CONTROLLER 2593670d2ecSTomer Maimon select MFD_SYSCON 2603670d2ecSTomer Maimon help 2613670d2ecSTomer Maimon General support for NPCM8xx BMC (Arbel). 2623670d2ecSTomer Maimon Nuvoton NPCM8xx BMC based on the Cortex A35. 2633670d2ecSTomer Maimon 264646fe2e4SBrad Larsonconfig ARCH_PENSANDO 265646fe2e4SBrad Larson bool "AMD Pensando Platforms" 266646fe2e4SBrad Larson help 267646fe2e4SBrad Larson This enables support for the ARMv8 based AMD Pensando SoC 268646fe2e4SBrad Larson family to include the Elba SoC. 269646fe2e4SBrad Larson 270646fe2e4SBrad Larson AMD Pensando SoCs support a range of Distributed Services 271646fe2e4SBrad Larson Cards in PCIe format installed into servers. The Elba 272646fe2e4SBrad Larson SoC includes 16 Cortex A-72 CPU cores, 144 P4-programmable 273646fe2e4SBrad Larson cores for a minimal latency/jitter datapath, and network 274646fe2e4SBrad Larson interfaces up to 200 Gb/s. 275646fe2e4SBrad Larson 276eed6b3ebSOlof Johanssonconfig ARCH_QCOM 277eed6b3ebSOlof Johansson bool "Qualcomm Platforms" 278e19811a8SMichael Scott select GPIOLIB 279eed6b3ebSOlof Johansson select PINCTRL 28046bc169fSJohan Hovold select HAVE_PWRCTRL if PCI 281eed6b3ebSOlof Johansson help 282eed6b3ebSOlof Johansson This enables support for the ARMv8 based Qualcomm chipsets. 283eed6b3ebSOlof Johansson 2841b0d665eSAndreas Färberconfig ARCH_REALTEK 2851b0d665eSAndreas Färber bool "Realtek Platforms" 286e3ca9556SAndreas Färber select RESET_CONTROLLER 2871b0d665eSAndreas Färber help 2881b0d665eSAndreas Färber This enables support for the ARMv8 based Realtek chipsets, 2891b0d665eSAndreas Färber like the RTD1295. 2901b0d665eSAndreas Färber 29126a7e06dSSimon Hormanconfig ARCH_RENESAS 29226a7e06dSSimon Horman bool "Renesas SoC Platforms" 29326a7e06dSSimon Horman help 29426a7e06dSSimon Horman This enables support for the ARMv8 based Renesas SoCs. 29526a7e06dSSimon Horman 2960964d660SGeert Uytterhoevenconfig ARCH_ROCKCHIP 2970964d660SGeert Uytterhoeven bool "Rockchip Platforms" 2980964d660SGeert Uytterhoeven select ARCH_HAS_RESET_CONTROLLER 2990964d660SGeert Uytterhoeven select PINCTRL 3000964d660SGeert Uytterhoeven select PM 3010964d660SGeert Uytterhoeven select ROCKCHIP_TIMER 3020964d660SGeert Uytterhoeven help 3030964d660SGeert Uytterhoeven This enables support for the ARMv8 based Rockchip chipsets, 3040964d660SGeert Uytterhoeven like the RK3368. 3050964d660SGeert Uytterhoeven 3060964d660SGeert Uytterhoevenconfig ARCH_SEATTLE 3070964d660SGeert Uytterhoeven bool "AMD Seattle SoC Family" 3080964d660SGeert Uytterhoeven help 3090964d660SGeert Uytterhoeven This enables support for AMD Seattle SOC Family 3100964d660SGeert Uytterhoeven 311910499e1SKrzysztof Kozlowskiconfig ARCH_INTEL_SOCFPGA 3124a9a1a56SKrzysztof Kozlowski bool "Intel's SoCFPGA ARMv8 Families" 3134a9a1a56SKrzysztof Kozlowski help 3144a9a1a56SKrzysztof Kozlowski This enables support for Intel's SoCFPGA ARMv8 families: 3152b59af8cSTeh Wen Ping Stratix 10 (ex. Altera), Stratix10 Software Virtual Platform, 3162b59af8cSTeh Wen Ping Agilex and eASIC N5X. 317910499e1SKrzysztof Kozlowski 3189e4e2441SAlexandre Torgueconfig ARCH_STM32 3199e4e2441SAlexandre Torgue bool "STMicroelectronics STM32 SoC Family" 3209e4e2441SAlexandre Torgue select GPIOLIB 3219e4e2441SAlexandre Torgue select PINCTRL 3229e4e2441SAlexandre Torgue select PINCTRL_STM32MP257 3239e4e2441SAlexandre Torgue select ARM_SMC_MBOX 3249e4e2441SAlexandre Torgue select ARM_SCMI_PROTOCOL 325e9a316afSPascal Paillet select REGULATOR 326e9a316afSPascal Paillet select REGULATOR_ARM_SCMI 3279e4e2441SAlexandre Torgue select COMMON_CLK_SCMI 3285c9668cfSGatien Chevallier select STM32_FIREWALL 3299e4e2441SAlexandre Torgue help 3309e4e2441SAlexandre Torgue This enables support for ARMv8 based STMicroelectronics 3319e4e2441SAlexandre Torgue STM32 family, including: 332f5d548c9SAmelie Delaunay - STM32MP21: 333f5d548c9SAmelie Delaunay - STM32MP211, STM32MP213, STM32MP215. 334f5d548c9SAmelie Delaunay - STM32MP23: 335f5d548c9SAmelie Delaunay - STM32MP231, STM32MP233, STM32MP235. 3369e4e2441SAlexandre Torgue - STM32MP25: 3379e4e2441SAlexandre Torgue - STM32MP251, STM32MP253, STM32MP255 and STM32MP257. 3389e4e2441SAlexandre Torgue 3390964d660SGeert Uytterhoevenconfig ARCH_SYNQUACER 3400964d660SGeert Uytterhoeven bool "Socionext SynQuacer SoC Family" 3414efc851cSDaniel Thompson select IRQ_FASTEOI_HIERARCHY_HANDLERS 3420964d660SGeert Uytterhoeven 343eed6b3ebSOlof Johanssonconfig ARCH_TEGRA 344eed6b3ebSOlof Johansson bool "NVIDIA Tegra SoC Family" 345eed6b3ebSOlof Johansson select ARCH_HAS_RESET_CONTROLLER 3462e988a83SSameer Pujar select ARM_GIC_PM 347eed6b3ebSOlof Johansson select CLKSRC_MMIO 348bb0eb050SDaniel Lezcano select TIMER_OF 349da9a1c67SLinus Walleij select GPIOLIB 350eed6b3ebSOlof Johansson select PINCTRL 35198823241SJon Hunter select PM 35298823241SJon Hunter select PM_GENERIC_DOMAINS 353eed6b3ebSOlof Johansson select RESET_CONTROLLER 354eed6b3ebSOlof Johansson help 355eed6b3ebSOlof Johansson This enables support for the NVIDIA Tegra SoC family. 356eed6b3ebSOlof Johansson 35718b1db6aSAlim Akhtarconfig ARCH_TESLA_FSD 35869d8a5f8SKrzysztof Kozlowski bool "Tesla platform" 35918b1db6aSAlim Akhtar depends on ARCH_EXYNOS 36018b1db6aSAlim Akhtar help 36118b1db6aSAlim Akhtar Support for ARMv8 based Tesla platforms. 36218b1db6aSAlim Akhtar 363eed6b3ebSOlof Johanssonconfig ARCH_SPRD 364b5f73d47SArnd Bergmann bool "Spreadtrum SoC platform" 365eed6b3ebSOlof Johansson help 366eed6b3ebSOlof Johansson Support for Spreadtrum ARM based SoCs 367eed6b3ebSOlof Johansson 368eed6b3ebSOlof Johanssonconfig ARCH_THUNDER 369eed6b3ebSOlof Johansson bool "Cavium Inc. Thunder SoC Family" 370eed6b3ebSOlof Johansson help 371eed6b3ebSOlof Johansson This enables support for Cavium's Thunder Family of SoCs. 372eed6b3ebSOlof Johansson 37303b6fd5dSJayachandran Cconfig ARCH_THUNDER2 37403b6fd5dSJayachandran C bool "Cavium ThunderX2 Server Processors" 37503b6fd5dSJayachandran C select GPIOLIB 37603b6fd5dSJayachandran C help 37703b6fd5dSJayachandran C This enables support for Cavium's ThunderX2 CN99XX family of 37803b6fd5dSJayachandran C server processors. 37903b6fd5dSJayachandran C 38056aaafb6SMasahiro Yamadaconfig ARCH_UNIPHIER 38156aaafb6SMasahiro Yamada bool "Socionext UniPhier SoC Family" 38275924903SMasahiro Yamada select ARCH_HAS_RESET_CONTROLLER 38356aaafb6SMasahiro Yamada select PINCTRL 384ab6ab445SMasahiro Yamada select RESET_CONTROLLER 38556aaafb6SMasahiro Yamada help 38656aaafb6SMasahiro Yamada This enables support for Socionext UniPhier SoC family. 38756aaafb6SMasahiro Yamada 388eed6b3ebSOlof Johanssonconfig ARCH_VEXPRESS 389a3b955acSVincenzo Frascino bool "ARM Ltd Platforms" 390da9a1c67SLinus Walleij select GPIOLIB 3918da7cc08SSudeep Holla select PM 3928da7cc08SSudeep Holla select PM_GENERIC_DOMAINS 393eed6b3ebSOlof Johansson help 394a3b955acSVincenzo Frascino This enables support for the ARM Ltd Platforms. 395eed6b3ebSOlof Johansson 3960aa56c7eSNobuhiro Iwamatsuconfig ARCH_VISCONTI 3970aa56c7eSNobuhiro Iwamatsu bool "Toshiba Visconti SoC Family" 3980aa56c7eSNobuhiro Iwamatsu select PINCTRL 3990aa56c7eSNobuhiro Iwamatsu select PINCTRL_VISCONTI 4000aa56c7eSNobuhiro Iwamatsu help 4010aa56c7eSNobuhiro Iwamatsu This enables support for Toshiba Visconti SoCs Family. 4020aa56c7eSNobuhiro Iwamatsu 403eed6b3ebSOlof Johanssonconfig ARCH_XGENE 404eed6b3ebSOlof Johansson bool "AppliedMicro X-Gene SOC Family" 405eed6b3ebSOlof Johansson help 406eed6b3ebSOlof Johansson This enables support for AppliedMicro X-Gene SOC Family 407eed6b3ebSOlof Johansson 408eed6b3ebSOlof Johanssonconfig ARCH_ZYNQMP 409eed6b3ebSOlof Johansson bool "Xilinx ZynqMP Family" 410eed6b3ebSOlof Johansson help 411eed6b3ebSOlof Johansson This enables support for Xilinx ZynqMP Family 412eed6b3ebSOlof Johansson 413aea3cb35SJuerg Haefligerendmenu # "Platform selection" 414