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 43729b770bSHarshit Shahconfig ARCH_AXIADO 44729b770bSHarshit Shah bool "Axiado SoC Family" 45729b770bSHarshit Shah select GPIOLIB 46729b770bSHarshit Shah help 47729b770bSHarshit Shah This enables support for Axiado SoC family like AX3000 48729b770bSHarshit Shah 4996796c91SFlorian Fainellimenuconfig ARCH_BCM 5096796c91SFlorian Fainelli bool "Broadcom SoC Support" 5196796c91SFlorian Fainelli 5296796c91SFlorian Fainelliif ARCH_BCM 5396796c91SFlorian Fainelli 54628d30d1SEric Anholtconfig ARCH_BCM2835 55628d30d1SEric Anholt bool "Broadcom BCM2835 family" 56bb0eb050SDaniel Lezcano select TIMER_OF 57da9a1c67SLinus Walleij select GPIOLIB 587a9b6be9SEric Anholt select MFD_CORE 59628d30d1SEric Anholt select PINCTRL 60628d30d1SEric Anholt select PINCTRL_BCM2835 61628d30d1SEric Anholt select ARM_AMBA 62781fa0a9SStefan Wahren select ARM_GIC 63628d30d1SEric Anholt select ARM_TIMER_SP804 64628d30d1SEric Anholt help 65781fa0a9SStefan Wahren This enables support for the Broadcom BCM2837 and BCM2711 SoC. 66781fa0a9SStefan Wahren These SoCs are used in the Raspberry Pi 3 and 4 devices. 67628d30d1SEric Anholt 6836b7c583SRay Juiconfig ARCH_BCM_IPROC 6936b7c583SRay Jui bool "Broadcom iProc SoC Family" 70382618bbSAnup Patel select COMMON_CLK_IPROC 71da9a1c67SLinus Walleij select GPIOLIB 72382618bbSAnup Patel select PINCTRL 7336b7c583SRay Jui help 7436b7c583SRay Jui This enables support for Broadcom iProc based SoCs 7536b7c583SRay Jui 76fdcd652cSWilliam Zhangconfig ARCH_BCMBCA 77746ef3acSRafał Miłecki bool "Broadcom Broadband Carrier Access (BCA) origin SoC" 78dd5c672dSWilliam Zhang select GPIOLIB 79fdcd652cSWilliam Zhang help 80fdcd652cSWilliam Zhang Say Y if you intend to run the kernel on a Broadcom Broadband ARM-based 81fdcd652cSWilliam Zhang BCA chipset. 82fdcd652cSWilliam Zhang 83fdcd652cSWilliam Zhang This enables support for Broadcom BCA ARM-based broadband chipsets, 84fdcd652cSWilliam Zhang including the DSL, PON and Wireless family of chips. 85fdcd652cSWilliam Zhang 8696796c91SFlorian Fainelliconfig ARCH_BRCMSTB 8796796c91SFlorian Fainelli bool "Broadcom Set-Top-Box SoCs" 8896796c91SFlorian Fainelli select ARCH_HAS_RESET_CONTROLLER 8996796c91SFlorian Fainelli select GENERIC_IRQ_CHIP 9096796c91SFlorian Fainelli select PINCTRL 9196796c91SFlorian Fainelli help 9296796c91SFlorian Fainelli This enables support for Broadcom's ARMv8 Set Top Box SoCs 9396796c91SFlorian Fainelli 9496796c91SFlorian Fainelliendif 9596796c91SFlorian Fainelli 96dd40fd92SJisheng Zhangconfig ARCH_BERLIN 97dd40fd92SJisheng Zhang bool "Marvell Berlin SoC Family" 98dd40fd92SJisheng Zhang select DW_APB_ICTL 99b0fc70ceSJisheng Zhang select DW_APB_TIMER_OF 100da9a1c67SLinus Walleij select GPIOLIB 10175d8e1baSJisheng Zhang select PINCTRL 102dd40fd92SJisheng Zhang help 103dd40fd92SJisheng Zhang This enables support for Marvell Berlin SoC Family 104dd40fd92SJisheng Zhang 105ea367d38SManivannan Sadhasivamconfig ARCH_BITMAIN 106ea367d38SManivannan Sadhasivam bool "Bitmain SoC Platforms" 107ea367d38SManivannan Sadhasivam help 108ea367d38SManivannan Sadhasivam This enables support for the Bitmain SoC Family. 109ea367d38SManivannan Sadhasivam 110c0b454a5SNikolaos Pasaloukosconfig ARCH_BLAIZE 111c0b454a5SNikolaos Pasaloukos bool "Blaize SoC Platforms" 112c0b454a5SNikolaos Pasaloukos help 113c0b454a5SNikolaos Pasaloukos This enables support for the Blaize SoC family 114c0b454a5SNikolaos Pasaloukos 115aa4bc285SFugang Duanconfig ARCH_CIX 116aa4bc285SFugang Duan bool "Cixtech SoC family" 117aa4bc285SFugang Duan help 118aa4bc285SFugang Duan This enables support for the Cixtech SoC family, 119aa4bc285SFugang Duan like P1(sky1). 120aa4bc285SFugang Duan 121eed6b3ebSOlof Johanssonconfig ARCH_EXYNOS 12269d8a5f8SKrzysztof Kozlowski bool "Samsung Exynos SoC family" 123eed6b3ebSOlof Johansson select COMMON_CLK_SAMSUNG 124ce96a964SMarek Szyprowski select CLKSRC_EXYNOS_MCT 125caab3df9SKrzysztof Kozlowski select EXYNOS_PM_DOMAINS if PM_GENERIC_DOMAINS 126caab3df9SKrzysztof Kozlowski select EXYNOS_PMU 127eed6b3ebSOlof Johansson select PINCTRL 128eed6b3ebSOlof Johansson select PINCTRL_EXYNOS 1295220a73aSMarek Szyprowski select PM_GENERIC_DOMAINS if PM 1303b3428e3SKrzysztof Kozlowski select SOC_SAMSUNG 131eed6b3ebSOlof Johansson help 132c87b3e97SKrzysztof Kozlowski This enables support for ARMv8 based Samsung Exynos SoC family. 133eed6b3ebSOlof Johansson 13431a91c87SLars Povlsenconfig ARCH_SPARX5 13569d8a5f8SKrzysztof Kozlowski bool "Microchip Sparx5 SoC family" 13631a91c87SLars Povlsen select PINCTRL 13731a91c87SLars Povlsen select DW_APB_TIMER_OF 13831a91c87SLars Povlsen help 13931a91c87SLars Povlsen This enables support for the Microchip Sparx5 ARMv8-based 14031a91c87SLars Povlsen SoC family of TSN-capable gigabit switches. 14131a91c87SLars Povlsen 14231a91c87SLars Povlsen The SparX-5 Ethernet switch family provides a rich set of 14331a91c87SLars Povlsen switching features such as advanced TCAM-based VLAN and QoS 14431a91c87SLars Povlsen processing enabling delivery of differentiated services, and 14531a91c87SLars Povlsen security through TCAM-based frame processing using versatile 14631a91c87SLars Povlsen content aware processor (VCAP). 14731a91c87SLars Povlsen 148c7724572SNishanth Menonconfig ARCH_K3 149c7724572SNishanth Menon bool "Texas Instruments Inc. K3 multicore SoC architecture" 150a6b112b0SYueHaibing select SOC_TI 151ec792ecfSGrygorii Strashko select TI_K3_SOCINFO 152c7724572SNishanth Menon help 153c7724572SNishanth Menon This enables support for Texas Instruments' K3 multicore SoC 154c7724572SNishanth Menon architecture. 155c7724572SNishanth Menon 156198ed962SChanho Minconfig ARCH_LG1K 157198ed962SChanho Min bool "LG Electronics LG1K SoC Family" 158198ed962SChanho Min help 159198ed962SChanho Min This enables support for LG Electronics LG1K SoC Family 160198ed962SChanho Min 161eed6b3ebSOlof Johanssonconfig ARCH_HISI 162eed6b3ebSOlof Johansson bool "Hisilicon SoC Family" 1632b905d3aSLeo Yan select ARM_TIMER_SP804 164f9db43bcSSudeep Holla select HISILICON_IRQ_MBIGEN if PCI 16521adc4d7SJohn Stultz select PINCTRL 166eed6b3ebSOlof Johansson help 167eed6b3ebSOlof Johansson This enables support for Hisilicon ARMv8 SoC family 168eed6b3ebSOlof Johansson 169a6a4abf8SDaniele Alessandrelliconfig ARCH_KEEMBAY 170a6a4abf8SDaniele Alessandrelli bool "Keem Bay SoC" 171a6a4abf8SDaniele Alessandrelli help 172a6a4abf8SDaniele Alessandrelli This enables support for Intel Movidius SoC code-named Keem Bay. 173a6a4abf8SDaniele Alessandrelli 174eed6b3ebSOlof Johanssonconfig ARCH_MEDIATEK 175598f9b2eSSean Wang bool "MediaTek SoC Family" 176eed6b3ebSOlof Johansson select ARM_GIC 177eed6b3ebSOlof Johansson select PINCTRL 178c050b45dSYingjoe Chen select MTK_TIMER 179eed6b3ebSOlof Johansson help 180598f9b2eSSean Wang This enables support for MediaTek MT27xx, MT65xx, MT76xx 181598f9b2eSSean Wang & MT81xx ARMv8 SoCs 182eed6b3ebSOlof Johansson 183451e9e54SAndreas Färberconfig ARCH_MESON 184451e9e54SAndreas Färber bool "Amlogic Platforms" 185451e9e54SAndreas Färber help 186b3077ffcSJerome Brunet This enables support for the arm64 based Amlogic SoCs 187b3077ffcSJerome Brunet such as the s905, S905X/D, S912, A113X/D or S905X/D2 188451e9e54SAndreas Färber 1891eb07e99SDuje Mihanovićconfig ARCH_MMP 1901eb07e99SDuje Mihanović bool "Marvell MMP SoC Family" 1911eb07e99SDuje Mihanović select PINCTRL 1921eb07e99SDuje Mihanović select PINCTRL_SINGLE 1931eb07e99SDuje Mihanović help 1941eb07e99SDuje Mihanović This enables support for Marvell MMP SoC family, currently 1951eb07e99SDuje Mihanović supporting PXA1908 aka IAP140. 1961eb07e99SDuje Mihanović 197b4f596b1SGregory CLEMENTconfig ARCH_MVEBU 198b4f596b1SGregory CLEMENT bool "Marvell EBU SoC Family" 199ad87c0f6SThomas Petazzoni select ARMADA_AP806_SYSCON 200ad87c0f6SThomas Petazzoni select ARMADA_CP110_SYSCON 201ff60d834SGregory CLEMENT select ARMADA_37XX_CLK 202d2718d13SGregory CLEMENT select GPIOLIB 203d2718d13SGregory CLEMENT select GPIOLIB_IRQCHIP 20429ad6bd9SThomas Petazzoni select MVEBU_GICP 20529ad6bd9SThomas Petazzoni select MVEBU_ICU 206b3920b2bSThomas Petazzoni select MVEBU_ODMI 20704208a24SThomas Petazzoni select MVEBU_PIC 208228197c5SMiquel Raynal select MVEBU_SEI 209d2718d13SGregory CLEMENT select OF_GPIO 210d2718d13SGregory CLEMENT select PINCTRL 211d2718d13SGregory CLEMENT select PINCTRL_ARMADA_37XX 212c4c14365SGregory CLEMENT select PINCTRL_ARMADA_AP806 213c4c14365SGregory CLEMENT select PINCTRL_ARMADA_CP110 2148225663eSChris Packham select PINCTRL_AC5 215b4f596b1SGregory CLEMENT help 21611fc944fSRandy Dunlap This enables support for Marvell EBU family, including: 217b3920b2bSThomas Petazzoni - Armada 3700 SoC Family 218b3920b2bSThomas Petazzoni - Armada 7K SoC Family 219b3920b2bSThomas Petazzoni - Armada 8K SoC Family 2208225663eSChris Packham - 98DX2530 SoC Family 221b4f596b1SGregory CLEMENT 222566e373fSFlorian Fainellimenuconfig ARCH_NXP 223566e373fSFlorian Fainelli bool "NXP SoC support" 224566e373fSFlorian Fainelli 225566e373fSFlorian Fainelliif ARCH_NXP 226566e373fSFlorian Fainelli 227566e373fSFlorian Fainelliconfig ARCH_LAYERSCAPE 22869d8a5f8SKrzysztof Kozlowski bool "Freescale Layerscape SoC family" 229566e373fSFlorian Fainelli help 230566e373fSFlorian Fainelli This enables support for the Freescale Layerscape SoC family. 231566e373fSFlorian Fainelli 232930507c1SLucas Stachconfig ARCH_MXC 23369d8a5f8SKrzysztof Kozlowski bool "NXP i.MX SoC family" 234930507c1SLucas Stach select ARM64_ERRATUM_843419 235a29c7823SAnders Roxell select ARM64_ERRATUM_845719 if COMPAT 23667b92823SLucas Stach select IMX_GPCV2 23784a2ab25SLucas Stach select IMX_GPCV2_PM_DOMAINS 23884a2ab25SLucas Stach select PM 23984a2ab25SLucas Stach select PM_GENERIC_DOMAINS 240fafaa0a2SYueHaibing select SOC_BUS 2411991529fSAnson Huang select TIMER_IMX_SYS_CTR 242930507c1SLucas Stach help 243930507c1SLucas Stach This enables support for the ARMv8 based SoCs in the 244930507c1SLucas Stach NXP i.MX family. 245930507c1SLucas Stach 246566e373fSFlorian Fainelliconfig ARCH_S32 247566e373fSFlorian Fainelli bool "NXP S32 SoC Family" 248566e373fSFlorian Fainelli help 249566e373fSFlorian Fainelli This enables support for the NXP S32 family of processors. 250566e373fSFlorian Fainelli 251566e373fSFlorian Fainelliendif 252566e373fSFlorian Fainelli 25364b88e9fSJacky Huangconfig ARCH_MA35 25464b88e9fSJacky Huang bool "Nuvoton MA35 Architecture" 25564b88e9fSJacky Huang select GPIOLIB 25664b88e9fSJacky Huang select PINCTRL 25764b88e9fSJacky Huang select RESET_CONTROLLER 25864b88e9fSJacky Huang help 25964b88e9fSJacky Huang This enables support for the ARMv8 based Nuvoton MA35 series SoCs. 26064b88e9fSJacky Huang 2613670d2ecSTomer Maimonconfig ARCH_NPCM 2623670d2ecSTomer Maimon bool "Nuvoton NPCM Architecture" 2633670d2ecSTomer Maimon select PINCTRL 2643670d2ecSTomer Maimon select GPIOLIB 2653670d2ecSTomer Maimon select NPCM7XX_TIMER 2663670d2ecSTomer Maimon select RESET_CONTROLLER 2673670d2ecSTomer Maimon select MFD_SYSCON 2683670d2ecSTomer Maimon help 2693670d2ecSTomer Maimon General support for NPCM8xx BMC (Arbel). 2703670d2ecSTomer Maimon Nuvoton NPCM8xx BMC based on the Cortex A35. 2713670d2ecSTomer Maimon 272646fe2e4SBrad Larsonconfig ARCH_PENSANDO 273646fe2e4SBrad Larson bool "AMD Pensando Platforms" 274646fe2e4SBrad Larson help 275646fe2e4SBrad Larson This enables support for the ARMv8 based AMD Pensando SoC 276646fe2e4SBrad Larson family to include the Elba SoC. 277646fe2e4SBrad Larson 278646fe2e4SBrad Larson AMD Pensando SoCs support a range of Distributed Services 279646fe2e4SBrad Larson Cards in PCIe format installed into servers. The Elba 280646fe2e4SBrad Larson SoC includes 16 Cortex A-72 CPU cores, 144 P4-programmable 281646fe2e4SBrad Larson cores for a minimal latency/jitter datapath, and network 282646fe2e4SBrad Larson interfaces up to 200 Gb/s. 283646fe2e4SBrad Larson 284eed6b3ebSOlof Johanssonconfig ARCH_QCOM 285eed6b3ebSOlof Johansson bool "Qualcomm Platforms" 286e19811a8SMichael Scott select GPIOLIB 287eed6b3ebSOlof Johansson select PINCTRL 28846bc169fSJohan Hovold select HAVE_PWRCTRL if PCI 289eed6b3ebSOlof Johansson help 290eed6b3ebSOlof Johansson This enables support for the ARMv8 based Qualcomm chipsets. 291eed6b3ebSOlof Johansson 2921b0d665eSAndreas Färberconfig ARCH_REALTEK 2931b0d665eSAndreas Färber bool "Realtek Platforms" 294e3ca9556SAndreas Färber select RESET_CONTROLLER 2951b0d665eSAndreas Färber help 2961b0d665eSAndreas Färber This enables support for the ARMv8 based Realtek chipsets, 2971b0d665eSAndreas Färber like the RTD1295. 2981b0d665eSAndreas Färber 29926a7e06dSSimon Hormanconfig ARCH_RENESAS 30026a7e06dSSimon Horman bool "Renesas SoC Platforms" 30126a7e06dSSimon Horman help 30226a7e06dSSimon Horman This enables support for the ARMv8 based Renesas SoCs. 30326a7e06dSSimon Horman 3040964d660SGeert Uytterhoevenconfig ARCH_ROCKCHIP 3050964d660SGeert Uytterhoeven bool "Rockchip Platforms" 3060964d660SGeert Uytterhoeven select ARCH_HAS_RESET_CONTROLLER 3070964d660SGeert Uytterhoeven select PINCTRL 3080964d660SGeert Uytterhoeven select PM 3090964d660SGeert Uytterhoeven select ROCKCHIP_TIMER 3100964d660SGeert Uytterhoeven help 3110964d660SGeert Uytterhoeven This enables support for the ARMv8 based Rockchip chipsets, 3120964d660SGeert Uytterhoeven like the RK3368. 3130964d660SGeert Uytterhoeven 3140964d660SGeert Uytterhoevenconfig ARCH_SEATTLE 3150964d660SGeert Uytterhoeven bool "AMD Seattle SoC Family" 3160964d660SGeert Uytterhoeven help 3170964d660SGeert Uytterhoeven This enables support for AMD Seattle SOC Family 3180964d660SGeert Uytterhoeven 319910499e1SKrzysztof Kozlowskiconfig ARCH_INTEL_SOCFPGA 3204a9a1a56SKrzysztof Kozlowski bool "Intel's SoCFPGA ARMv8 Families" 3214a9a1a56SKrzysztof Kozlowski help 3224a9a1a56SKrzysztof Kozlowski This enables support for Intel's SoCFPGA ARMv8 families: 3232b59af8cSTeh Wen Ping Stratix 10 (ex. Altera), Stratix10 Software Virtual Platform, 3242b59af8cSTeh Wen Ping Agilex and eASIC N5X. 325910499e1SKrzysztof Kozlowski 326*c6e9e3aaSAlexander Sverdlinconfig ARCH_SOPHGO 327*c6e9e3aaSAlexander Sverdlin bool "Sophgo SoCs" 328*c6e9e3aaSAlexander Sverdlin select ARCH_HAS_RESET_CONTROLLER 329*c6e9e3aaSAlexander Sverdlin help 330*c6e9e3aaSAlexander Sverdlin This enables support for Sophgo SoC platform hardware. 331*c6e9e3aaSAlexander Sverdlin 3329e4e2441SAlexandre Torgueconfig ARCH_STM32 3339e4e2441SAlexandre Torgue bool "STMicroelectronics STM32 SoC Family" 3349e4e2441SAlexandre Torgue select GPIOLIB 3359e4e2441SAlexandre Torgue select PINCTRL 3369e4e2441SAlexandre Torgue select ARM_SMC_MBOX 3379e4e2441SAlexandre Torgue select ARM_SCMI_PROTOCOL 338e9a316afSPascal Paillet select REGULATOR 339e9a316afSPascal Paillet select REGULATOR_ARM_SCMI 3409e4e2441SAlexandre Torgue select COMMON_CLK_SCMI 3415c9668cfSGatien Chevallier select STM32_FIREWALL 3429e4e2441SAlexandre Torgue help 3439e4e2441SAlexandre Torgue This enables support for ARMv8 based STMicroelectronics 3449e4e2441SAlexandre Torgue STM32 family, including: 345f5d548c9SAmelie Delaunay - STM32MP21: 346f5d548c9SAmelie Delaunay - STM32MP211, STM32MP213, STM32MP215. 347f5d548c9SAmelie Delaunay - STM32MP23: 348f5d548c9SAmelie Delaunay - STM32MP231, STM32MP233, STM32MP235. 3499e4e2441SAlexandre Torgue - STM32MP25: 3509e4e2441SAlexandre Torgue - STM32MP251, STM32MP253, STM32MP255 and STM32MP257. 3519e4e2441SAlexandre Torgue 3520964d660SGeert Uytterhoevenconfig ARCH_SYNQUACER 3530964d660SGeert Uytterhoeven bool "Socionext SynQuacer SoC Family" 3544efc851cSDaniel Thompson select IRQ_FASTEOI_HIERARCHY_HANDLERS 3550964d660SGeert Uytterhoeven 356eed6b3ebSOlof Johanssonconfig ARCH_TEGRA 357eed6b3ebSOlof Johansson bool "NVIDIA Tegra SoC Family" 358eed6b3ebSOlof Johansson select ARCH_HAS_RESET_CONTROLLER 3592e988a83SSameer Pujar select ARM_GIC_PM 360eed6b3ebSOlof Johansson select CLKSRC_MMIO 361bb0eb050SDaniel Lezcano select TIMER_OF 362da9a1c67SLinus Walleij select GPIOLIB 363eed6b3ebSOlof Johansson select PINCTRL 36498823241SJon Hunter select PM 36598823241SJon Hunter select PM_GENERIC_DOMAINS 366eed6b3ebSOlof Johansson select RESET_CONTROLLER 367eed6b3ebSOlof Johansson help 368eed6b3ebSOlof Johansson This enables support for the NVIDIA Tegra SoC family. 369eed6b3ebSOlof Johansson 37018b1db6aSAlim Akhtarconfig ARCH_TESLA_FSD 37169d8a5f8SKrzysztof Kozlowski bool "Tesla platform" 37218b1db6aSAlim Akhtar depends on ARCH_EXYNOS 37318b1db6aSAlim Akhtar help 37418b1db6aSAlim Akhtar Support for ARMv8 based Tesla platforms. 37518b1db6aSAlim Akhtar 376eed6b3ebSOlof Johanssonconfig ARCH_SPRD 377b5f73d47SArnd Bergmann bool "Spreadtrum SoC platform" 378eed6b3ebSOlof Johansson help 379eed6b3ebSOlof Johansson Support for Spreadtrum ARM based SoCs 380eed6b3ebSOlof Johansson 381eed6b3ebSOlof Johanssonconfig ARCH_THUNDER 382eed6b3ebSOlof Johansson bool "Cavium Inc. Thunder SoC Family" 383eed6b3ebSOlof Johansson help 384eed6b3ebSOlof Johansson This enables support for Cavium's Thunder Family of SoCs. 385eed6b3ebSOlof Johansson 38603b6fd5dSJayachandran Cconfig ARCH_THUNDER2 38703b6fd5dSJayachandran C bool "Cavium ThunderX2 Server Processors" 38803b6fd5dSJayachandran C select GPIOLIB 38903b6fd5dSJayachandran C help 39003b6fd5dSJayachandran C This enables support for Cavium's ThunderX2 CN99XX family of 39103b6fd5dSJayachandran C server processors. 39203b6fd5dSJayachandran C 39356aaafb6SMasahiro Yamadaconfig ARCH_UNIPHIER 39456aaafb6SMasahiro Yamada bool "Socionext UniPhier SoC Family" 39575924903SMasahiro Yamada select ARCH_HAS_RESET_CONTROLLER 39656aaafb6SMasahiro Yamada select PINCTRL 397ab6ab445SMasahiro Yamada select RESET_CONTROLLER 39856aaafb6SMasahiro Yamada help 39956aaafb6SMasahiro Yamada This enables support for Socionext UniPhier SoC family. 40056aaafb6SMasahiro Yamada 401eed6b3ebSOlof Johanssonconfig ARCH_VEXPRESS 402a3b955acSVincenzo Frascino bool "ARM Ltd Platforms" 403da9a1c67SLinus Walleij select GPIOLIB 4048da7cc08SSudeep Holla select PM 4058da7cc08SSudeep Holla select PM_GENERIC_DOMAINS 406eed6b3ebSOlof Johansson help 407a3b955acSVincenzo Frascino This enables support for the ARM Ltd Platforms. 408eed6b3ebSOlof Johansson 4090aa56c7eSNobuhiro Iwamatsuconfig ARCH_VISCONTI 4100aa56c7eSNobuhiro Iwamatsu bool "Toshiba Visconti SoC Family" 4110aa56c7eSNobuhiro Iwamatsu select PINCTRL 4120aa56c7eSNobuhiro Iwamatsu select PINCTRL_VISCONTI 4130aa56c7eSNobuhiro Iwamatsu help 4140aa56c7eSNobuhiro Iwamatsu This enables support for Toshiba Visconti SoCs Family. 4150aa56c7eSNobuhiro Iwamatsu 416eed6b3ebSOlof Johanssonconfig ARCH_XGENE 417eed6b3ebSOlof Johansson bool "AppliedMicro X-Gene SOC Family" 418eed6b3ebSOlof Johansson help 419eed6b3ebSOlof Johansson This enables support for AppliedMicro X-Gene SOC Family 420eed6b3ebSOlof Johansson 421eed6b3ebSOlof Johanssonconfig ARCH_ZYNQMP 422eed6b3ebSOlof Johansson bool "Xilinx ZynqMP Family" 423eed6b3ebSOlof Johansson help 424eed6b3ebSOlof Johansson This enables support for Xilinx ZynqMP Family 425eed6b3ebSOlof Johansson 426aea3cb35SJuerg Haefligerendmenu # "Platform selection" 427