xref: /linux/arch/arm64/Kconfig.platforms (revision f55e8e32566d9d66978f95152e9c141ffa5024ef)
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
11ce3dd55bSAndre Przywaraconfig ARCH_SUNXI
12ce3dd55bSAndre Przywara	bool "Allwinner sunxi 64-bit SoC Family"
13900a9020SArnd Bergmann	select ARCH_HAS_RESET_CONTROLLER
14d229d205SAndre Przywara	select PINCTRL
15900a9020SArnd Bergmann	select RESET_CONTROLLER
16cbccad66SSamuel Holland	select SUN4I_TIMER
17d421fd6dSSamuel Holland	select SUN6I_R_INTC
18d421fd6dSSamuel Holland	select SUNXI_NMI_INTC
19ce3dd55bSAndre Przywara	help
20ce3dd55bSAndre Przywara	  This enables support for Allwinner sunxi based SoCs like the A64.
21ce3dd55bSAndre Przywara
22e2f0abafSAntoine Tenartconfig ARCH_ALPINE
23e2f0abafSAntoine Tenart	bool "Annapurna Labs Alpine platform"
245a3f75a4SSudeep Holla	select ALPINE_MSI if PCI
25e2f0abafSAntoine Tenart	help
26e2f0abafSAntoine Tenart	  This enables support for the Annapurna Labs Alpine
27e2f0abafSAntoine Tenart	  Soc family.
28e2f0abafSAntoine Tenart
29aea5f69fSHector Martinconfig ARCH_APPLE
30aea5f69fSHector Martin	bool "Apple Silicon SoC family"
31aea5f69fSHector Martin	select APPLE_AIC
32aea5f69fSHector Martin	help
33aea5f69fSHector Martin	  This enables support for Apple's in-house ARM SoC family, starting
34aea5f69fSHector Martin	  with the Apple M1.
35aea5f69fSHector Martin
3696796c91SFlorian Fainellimenuconfig ARCH_BCM
3796796c91SFlorian Fainelli	bool "Broadcom SoC Support"
3896796c91SFlorian Fainelli
3996796c91SFlorian Fainelliif ARCH_BCM
4096796c91SFlorian Fainelli
41628d30d1SEric Anholtconfig ARCH_BCM2835
42628d30d1SEric Anholt	bool "Broadcom BCM2835 family"
43bb0eb050SDaniel Lezcano	select TIMER_OF
44da9a1c67SLinus Walleij	select GPIOLIB
457a9b6be9SEric Anholt	select MFD_CORE
46628d30d1SEric Anholt	select PINCTRL
47628d30d1SEric Anholt	select PINCTRL_BCM2835
48628d30d1SEric Anholt	select ARM_AMBA
49781fa0a9SStefan Wahren	select ARM_GIC
50628d30d1SEric Anholt	select ARM_TIMER_SP804
51628d30d1SEric Anholt	help
52781fa0a9SStefan Wahren	  This enables support for the Broadcom BCM2837 and BCM2711 SoC.
53781fa0a9SStefan Wahren	  These SoCs are used in the Raspberry Pi 3 and 4 devices.
54628d30d1SEric Anholt
5536b7c583SRay Juiconfig ARCH_BCM_IPROC
5636b7c583SRay Jui	bool "Broadcom iProc SoC Family"
57382618bbSAnup Patel	select COMMON_CLK_IPROC
58da9a1c67SLinus Walleij	select GPIOLIB
59382618bbSAnup Patel	select PINCTRL
6036b7c583SRay Jui	help
6136b7c583SRay Jui	  This enables support for Broadcom iProc based SoCs
6236b7c583SRay Jui
63fdcd652cSWilliam Zhangconfig ARCH_BCMBCA
64746ef3acSRafał Miłecki	bool "Broadcom Broadband Carrier Access (BCA) origin SoC"
65dd5c672dSWilliam Zhang	select GPIOLIB
66fdcd652cSWilliam Zhang	help
67fdcd652cSWilliam Zhang	  Say Y if you intend to run the kernel on a Broadcom Broadband ARM-based
68fdcd652cSWilliam Zhang	  BCA chipset.
69fdcd652cSWilliam Zhang
70fdcd652cSWilliam Zhang	  This enables support for Broadcom BCA ARM-based broadband chipsets,
71fdcd652cSWilliam Zhang	  including the DSL, PON and Wireless family of chips.
72fdcd652cSWilliam Zhang
7396796c91SFlorian Fainelliconfig ARCH_BRCMSTB
7496796c91SFlorian Fainelli	bool "Broadcom Set-Top-Box SoCs"
7596796c91SFlorian Fainelli	select ARCH_HAS_RESET_CONTROLLER
7696796c91SFlorian Fainelli	select GENERIC_IRQ_CHIP
7796796c91SFlorian Fainelli	select PINCTRL
7896796c91SFlorian Fainelli	help
7996796c91SFlorian Fainelli	  This enables support for Broadcom's ARMv8 Set Top Box SoCs
8096796c91SFlorian Fainelli
8196796c91SFlorian Fainelliendif
8296796c91SFlorian Fainelli
83dd40fd92SJisheng Zhangconfig ARCH_BERLIN
84dd40fd92SJisheng Zhang	bool "Marvell Berlin SoC Family"
85dd40fd92SJisheng Zhang	select DW_APB_ICTL
86b0fc70ceSJisheng Zhang	select DW_APB_TIMER_OF
87da9a1c67SLinus Walleij	select GPIOLIB
8875d8e1baSJisheng Zhang	select PINCTRL
89dd40fd92SJisheng Zhang	help
90dd40fd92SJisheng Zhang	  This enables support for Marvell Berlin SoC Family
91dd40fd92SJisheng Zhang
92ea367d38SManivannan Sadhasivamconfig ARCH_BITMAIN
93ea367d38SManivannan Sadhasivam	bool "Bitmain SoC Platforms"
94ea367d38SManivannan Sadhasivam	help
95ea367d38SManivannan Sadhasivam	  This enables support for the Bitmain SoC Family.
96ea367d38SManivannan Sadhasivam
97eed6b3ebSOlof Johanssonconfig ARCH_EXYNOS
9869d8a5f8SKrzysztof Kozlowski	bool "Samsung Exynos SoC family"
99eed6b3ebSOlof Johansson	select COMMON_CLK_SAMSUNG
100ce96a964SMarek Szyprowski	select CLKSRC_EXYNOS_MCT
101caab3df9SKrzysztof Kozlowski	select EXYNOS_PM_DOMAINS if PM_GENERIC_DOMAINS
102caab3df9SKrzysztof Kozlowski	select EXYNOS_PMU
103eed6b3ebSOlof Johansson	select PINCTRL
104eed6b3ebSOlof Johansson	select PINCTRL_EXYNOS
1055220a73aSMarek Szyprowski	select PM_GENERIC_DOMAINS if PM
1063b3428e3SKrzysztof Kozlowski	select SOC_SAMSUNG
107eed6b3ebSOlof Johansson	help
108c87b3e97SKrzysztof Kozlowski	  This enables support for ARMv8 based Samsung Exynos SoC family.
109eed6b3ebSOlof Johansson
11031a91c87SLars Povlsenconfig ARCH_SPARX5
11169d8a5f8SKrzysztof Kozlowski	bool "Microchip Sparx5 SoC family"
11231a91c87SLars Povlsen	select PINCTRL
11331a91c87SLars Povlsen	select DW_APB_TIMER_OF
11431a91c87SLars Povlsen	help
11531a91c87SLars Povlsen	  This enables support for the Microchip Sparx5 ARMv8-based
11631a91c87SLars Povlsen	  SoC family of TSN-capable gigabit switches.
11731a91c87SLars Povlsen
11831a91c87SLars Povlsen	  The SparX-5 Ethernet switch family provides a rich set of
11931a91c87SLars Povlsen	  switching features such as advanced TCAM-based VLAN and QoS
12031a91c87SLars Povlsen	  processing enabling delivery of differentiated services, and
12131a91c87SLars Povlsen	  security through TCAM-based frame processing using versatile
12231a91c87SLars Povlsen	  content aware processor (VCAP).
12331a91c87SLars Povlsen
124c7724572SNishanth Menonconfig ARCH_K3
125c7724572SNishanth Menon	bool "Texas Instruments Inc. K3 multicore SoC architecture"
126c7724572SNishanth Menon	select PM_GENERIC_DOMAINS if PM
127009669e7SLokesh Vutla	select MAILBOX
128a6b112b0SYueHaibing	select SOC_TI
129009669e7SLokesh Vutla	select TI_MESSAGE_MANAGER
130009669e7SLokesh Vutla	select TI_SCI_PROTOCOL
131009669e7SLokesh Vutla	select TI_SCI_INTR_IRQCHIP
132009669e7SLokesh Vutla	select TI_SCI_INTA_IRQCHIP
133ec792ecfSGrygorii Strashko	select TI_K3_SOCINFO
134c7724572SNishanth Menon	help
135c7724572SNishanth Menon	  This enables support for Texas Instruments' K3 multicore SoC
136c7724572SNishanth Menon	  architecture.
137c7724572SNishanth Menon
138198ed962SChanho Minconfig ARCH_LG1K
139198ed962SChanho Min	bool "LG Electronics LG1K SoC Family"
140198ed962SChanho Min	help
141198ed962SChanho Min	  This enables support for LG Electronics LG1K SoC Family
142198ed962SChanho Min
143eed6b3ebSOlof Johanssonconfig ARCH_HISI
144eed6b3ebSOlof Johansson	bool "Hisilicon SoC Family"
1452b905d3aSLeo Yan	select ARM_TIMER_SP804
146f9db43bcSSudeep Holla	select HISILICON_IRQ_MBIGEN if PCI
14721adc4d7SJohn Stultz	select PINCTRL
148eed6b3ebSOlof Johansson	help
149eed6b3ebSOlof Johansson	  This enables support for Hisilicon ARMv8 SoC family
150eed6b3ebSOlof Johansson
151a6a4abf8SDaniele Alessandrelliconfig ARCH_KEEMBAY
152a6a4abf8SDaniele Alessandrelli	bool "Keem Bay SoC"
153a6a4abf8SDaniele Alessandrelli	help
154a6a4abf8SDaniele Alessandrelli	  This enables support for Intel Movidius SoC code-named Keem Bay.
155a6a4abf8SDaniele Alessandrelli
156eed6b3ebSOlof Johanssonconfig ARCH_MEDIATEK
157598f9b2eSSean Wang	bool "MediaTek SoC Family"
158eed6b3ebSOlof Johansson	select ARM_GIC
159eed6b3ebSOlof Johansson	select PINCTRL
160c050b45dSYingjoe Chen	select MTK_TIMER
161eed6b3ebSOlof Johansson	help
162598f9b2eSSean Wang	  This enables support for MediaTek MT27xx, MT65xx, MT76xx
163598f9b2eSSean Wang	  & MT81xx ARMv8 SoCs
164eed6b3ebSOlof Johansson
165451e9e54SAndreas Färberconfig ARCH_MESON
166451e9e54SAndreas Färber	bool "Amlogic Platforms"
167451e9e54SAndreas Färber	help
168b3077ffcSJerome Brunet	  This enables support for the arm64 based Amlogic SoCs
169b3077ffcSJerome Brunet	  such as the s905, S905X/D, S912, A113X/D or S905X/D2
170451e9e54SAndreas Färber
171b4f596b1SGregory CLEMENTconfig ARCH_MVEBU
172b4f596b1SGregory CLEMENT	bool "Marvell EBU SoC Family"
173ad87c0f6SThomas Petazzoni	select ARMADA_AP806_SYSCON
174ad87c0f6SThomas Petazzoni	select ARMADA_CP110_SYSCON
175ff60d834SGregory CLEMENT	select ARMADA_37XX_CLK
176d2718d13SGregory CLEMENT	select GPIOLIB
177d2718d13SGregory CLEMENT	select GPIOLIB_IRQCHIP
17829ad6bd9SThomas Petazzoni	select MVEBU_GICP
17929ad6bd9SThomas Petazzoni	select MVEBU_ICU
180b3920b2bSThomas Petazzoni	select MVEBU_ODMI
18104208a24SThomas Petazzoni	select MVEBU_PIC
182228197c5SMiquel Raynal	select MVEBU_SEI
183d2718d13SGregory CLEMENT	select OF_GPIO
184d2718d13SGregory CLEMENT	select PINCTRL
185d2718d13SGregory CLEMENT	select PINCTRL_ARMADA_37XX
186c4c14365SGregory CLEMENT	select PINCTRL_ARMADA_AP806
187c4c14365SGregory CLEMENT	select PINCTRL_ARMADA_CP110
1888225663eSChris Packham	select PINCTRL_AC5
189b4f596b1SGregory CLEMENT	help
19011fc944fSRandy Dunlap	  This enables support for Marvell EBU family, including:
191b3920b2bSThomas Petazzoni	   - Armada 3700 SoC Family
192b3920b2bSThomas Petazzoni	   - Armada 7K SoC Family
193b3920b2bSThomas Petazzoni	   - Armada 8K SoC Family
1948225663eSChris Packham	   - 98DX2530 SoC Family
195b4f596b1SGregory CLEMENT
196566e373fSFlorian Fainellimenuconfig ARCH_NXP
197566e373fSFlorian Fainelli	bool "NXP SoC support"
198566e373fSFlorian Fainelli
199566e373fSFlorian Fainelliif ARCH_NXP
200566e373fSFlorian Fainelli
201566e373fSFlorian Fainelliconfig ARCH_LAYERSCAPE
20269d8a5f8SKrzysztof Kozlowski	bool "Freescale Layerscape SoC family"
203566e373fSFlorian Fainelli	select EDAC_SUPPORT
204566e373fSFlorian Fainelli	help
205566e373fSFlorian Fainelli	  This enables support for the Freescale Layerscape SoC family.
206566e373fSFlorian Fainelli
207930507c1SLucas Stachconfig ARCH_MXC
20869d8a5f8SKrzysztof Kozlowski	bool "NXP i.MX SoC family"
209930507c1SLucas Stach	select ARM64_ERRATUM_843419
210a29c7823SAnders Roxell	select ARM64_ERRATUM_845719 if COMPAT
21167b92823SLucas Stach	select IMX_GPCV2
21284a2ab25SLucas Stach	select IMX_GPCV2_PM_DOMAINS
21384a2ab25SLucas Stach	select PM
21484a2ab25SLucas Stach	select PM_GENERIC_DOMAINS
215fafaa0a2SYueHaibing	select SOC_BUS
2161991529fSAnson Huang	select TIMER_IMX_SYS_CTR
217930507c1SLucas Stach	help
218930507c1SLucas Stach	  This enables support for the ARMv8 based SoCs in the
219930507c1SLucas Stach	  NXP i.MX family.
220930507c1SLucas Stach
221566e373fSFlorian Fainelliconfig ARCH_S32
222566e373fSFlorian Fainelli	bool "NXP S32 SoC Family"
223566e373fSFlorian Fainelli	help
224566e373fSFlorian Fainelli	  This enables support for the NXP S32 family of processors.
225566e373fSFlorian Fainelli
226566e373fSFlorian Fainelliendif
227566e373fSFlorian Fainelli
22864b88e9fSJacky Huangconfig ARCH_MA35
22964b88e9fSJacky Huang	bool "Nuvoton MA35 Architecture"
23064b88e9fSJacky Huang	select GPIOLIB
23164b88e9fSJacky Huang	select PINCTRL
23264b88e9fSJacky Huang	select RESET_CONTROLLER
23364b88e9fSJacky Huang	help
23464b88e9fSJacky Huang	  This enables support for the ARMv8 based Nuvoton MA35 series SoCs.
23564b88e9fSJacky Huang
2363670d2ecSTomer Maimonconfig ARCH_NPCM
2373670d2ecSTomer Maimon	bool "Nuvoton NPCM Architecture"
2383670d2ecSTomer Maimon	select PINCTRL
2393670d2ecSTomer Maimon	select GPIOLIB
2403670d2ecSTomer Maimon	select NPCM7XX_TIMER
2413670d2ecSTomer Maimon	select RESET_CONTROLLER
2423670d2ecSTomer Maimon	select MFD_SYSCON
2433670d2ecSTomer Maimon	help
2443670d2ecSTomer Maimon	  General support for NPCM8xx BMC (Arbel).
2453670d2ecSTomer Maimon	  Nuvoton NPCM8xx BMC based on the Cortex A35.
2463670d2ecSTomer Maimon
247646fe2e4SBrad Larsonconfig ARCH_PENSANDO
248646fe2e4SBrad Larson	bool "AMD Pensando Platforms"
249646fe2e4SBrad Larson	help
250646fe2e4SBrad Larson	  This enables support for the ARMv8 based AMD Pensando SoC
251646fe2e4SBrad Larson	  family to include the Elba SoC.
252646fe2e4SBrad Larson
253646fe2e4SBrad Larson	  AMD Pensando SoCs support a range of Distributed Services
254646fe2e4SBrad Larson	  Cards in PCIe format installed into servers.  The Elba
255646fe2e4SBrad Larson	  SoC includes 16 Cortex A-72 CPU cores, 144 P4-programmable
256646fe2e4SBrad Larson	  cores for a minimal latency/jitter datapath, and network
257646fe2e4SBrad Larson	  interfaces up to 200 Gb/s.
258646fe2e4SBrad Larson
259eed6b3ebSOlof Johanssonconfig ARCH_QCOM
260eed6b3ebSOlof Johansson	bool "Qualcomm Platforms"
261e19811a8SMichael Scott	select GPIOLIB
262eed6b3ebSOlof Johansson	select PINCTRL
263eed6b3ebSOlof Johansson	help
264eed6b3ebSOlof Johansson	  This enables support for the ARMv8 based Qualcomm chipsets.
265eed6b3ebSOlof Johansson
2661b0d665eSAndreas Färberconfig ARCH_REALTEK
2671b0d665eSAndreas Färber	bool "Realtek Platforms"
268e3ca9556SAndreas Färber	select RESET_CONTROLLER
2691b0d665eSAndreas Färber	help
2701b0d665eSAndreas Färber	  This enables support for the ARMv8 based Realtek chipsets,
2711b0d665eSAndreas Färber	  like the RTD1295.
2721b0d665eSAndreas Färber
27326a7e06dSSimon Hormanconfig ARCH_RENESAS
27426a7e06dSSimon Horman	bool "Renesas SoC Platforms"
27526a7e06dSSimon Horman	help
27626a7e06dSSimon Horman	  This enables support for the ARMv8 based Renesas SoCs.
27726a7e06dSSimon Horman
2780964d660SGeert Uytterhoevenconfig ARCH_ROCKCHIP
2790964d660SGeert Uytterhoeven	bool "Rockchip Platforms"
2800964d660SGeert Uytterhoeven	select ARCH_HAS_RESET_CONTROLLER
2810964d660SGeert Uytterhoeven	select PINCTRL
2820964d660SGeert Uytterhoeven	select PM
2830964d660SGeert Uytterhoeven	select ROCKCHIP_TIMER
2840964d660SGeert Uytterhoeven	help
2850964d660SGeert Uytterhoeven	  This enables support for the ARMv8 based Rockchip chipsets,
2860964d660SGeert Uytterhoeven	  like the RK3368.
2870964d660SGeert Uytterhoeven
2880964d660SGeert Uytterhoevenconfig ARCH_SEATTLE
2890964d660SGeert Uytterhoeven	bool "AMD Seattle SoC Family"
2900964d660SGeert Uytterhoeven	help
2910964d660SGeert Uytterhoeven	  This enables support for AMD Seattle SOC Family
2920964d660SGeert Uytterhoeven
293910499e1SKrzysztof Kozlowskiconfig ARCH_INTEL_SOCFPGA
2944a9a1a56SKrzysztof Kozlowski	bool "Intel's SoCFPGA ARMv8 Families"
2954a9a1a56SKrzysztof Kozlowski	help
2964a9a1a56SKrzysztof Kozlowski	  This enables support for Intel's SoCFPGA ARMv8 families:
2972b59af8cSTeh Wen Ping	  Stratix 10 (ex. Altera), Stratix10 Software Virtual Platform,
2982b59af8cSTeh Wen Ping	  Agilex and eASIC N5X.
299910499e1SKrzysztof Kozlowski
3009e4e2441SAlexandre Torgueconfig ARCH_STM32
3019e4e2441SAlexandre Torgue	bool "STMicroelectronics STM32 SoC Family"
3029e4e2441SAlexandre Torgue	select GPIOLIB
3039e4e2441SAlexandre Torgue	select PINCTRL
3049e4e2441SAlexandre Torgue	select PINCTRL_STM32MP257
305*f55e8e32SAntonio Borneo	select STM32_EXTI
3069e4e2441SAlexandre Torgue	select ARM_SMC_MBOX
3079e4e2441SAlexandre Torgue	select ARM_SCMI_PROTOCOL
3089e4e2441SAlexandre Torgue	select COMMON_CLK_SCMI
3099e4e2441SAlexandre Torgue	help
3109e4e2441SAlexandre Torgue	  This enables support for ARMv8 based STMicroelectronics
3119e4e2441SAlexandre Torgue	  STM32 family, including:
3129e4e2441SAlexandre Torgue		- STM32MP25:
3139e4e2441SAlexandre Torgue			- STM32MP251, STM32MP253, STM32MP255 and STM32MP257.
3149e4e2441SAlexandre Torgue
3150964d660SGeert Uytterhoevenconfig ARCH_SYNQUACER
3160964d660SGeert Uytterhoeven	bool "Socionext SynQuacer SoC Family"
3174efc851cSDaniel Thompson	select IRQ_FASTEOI_HIERARCHY_HANDLERS
3180964d660SGeert Uytterhoeven
319eed6b3ebSOlof Johanssonconfig ARCH_TEGRA
320eed6b3ebSOlof Johansson	bool "NVIDIA Tegra SoC Family"
321eed6b3ebSOlof Johansson	select ARCH_HAS_RESET_CONTROLLER
3222e988a83SSameer Pujar	select ARM_GIC_PM
323eed6b3ebSOlof Johansson	select CLKSRC_MMIO
324bb0eb050SDaniel Lezcano	select TIMER_OF
325da9a1c67SLinus Walleij	select GPIOLIB
326eed6b3ebSOlof Johansson	select PINCTRL
32798823241SJon Hunter	select PM
32898823241SJon Hunter	select PM_GENERIC_DOMAINS
329eed6b3ebSOlof Johansson	select RESET_CONTROLLER
330eed6b3ebSOlof Johansson	help
331eed6b3ebSOlof Johansson	  This enables support for the NVIDIA Tegra SoC family.
332eed6b3ebSOlof Johansson
33318b1db6aSAlim Akhtarconfig ARCH_TESLA_FSD
33469d8a5f8SKrzysztof Kozlowski	bool "Tesla platform"
33518b1db6aSAlim Akhtar	depends on ARCH_EXYNOS
33618b1db6aSAlim Akhtar	help
33718b1db6aSAlim Akhtar	  Support for ARMv8 based Tesla platforms.
33818b1db6aSAlim Akhtar
339eed6b3ebSOlof Johanssonconfig ARCH_SPRD
340b5f73d47SArnd Bergmann	bool "Spreadtrum SoC platform"
341eed6b3ebSOlof Johansson	help
342eed6b3ebSOlof Johansson	  Support for Spreadtrum ARM based SoCs
343eed6b3ebSOlof Johansson
344eed6b3ebSOlof Johanssonconfig ARCH_THUNDER
345eed6b3ebSOlof Johansson	bool "Cavium Inc. Thunder SoC Family"
346eed6b3ebSOlof Johansson	help
347eed6b3ebSOlof Johansson	  This enables support for Cavium's Thunder Family of SoCs.
348eed6b3ebSOlof Johansson
34903b6fd5dSJayachandran Cconfig ARCH_THUNDER2
35003b6fd5dSJayachandran C	bool "Cavium ThunderX2 Server Processors"
35103b6fd5dSJayachandran C	select GPIOLIB
35203b6fd5dSJayachandran C	help
35303b6fd5dSJayachandran C	  This enables support for Cavium's ThunderX2 CN99XX family of
35403b6fd5dSJayachandran C	  server processors.
35503b6fd5dSJayachandran C
35656aaafb6SMasahiro Yamadaconfig ARCH_UNIPHIER
35756aaafb6SMasahiro Yamada	bool "Socionext UniPhier SoC Family"
35875924903SMasahiro Yamada	select ARCH_HAS_RESET_CONTROLLER
35956aaafb6SMasahiro Yamada	select PINCTRL
360ab6ab445SMasahiro Yamada	select RESET_CONTROLLER
36156aaafb6SMasahiro Yamada	help
36256aaafb6SMasahiro Yamada	  This enables support for Socionext UniPhier SoC family.
36356aaafb6SMasahiro Yamada
364eed6b3ebSOlof Johanssonconfig ARCH_VEXPRESS
365eed6b3ebSOlof Johansson	bool "ARMv8 software model (Versatile Express)"
366da9a1c67SLinus Walleij	select GPIOLIB
3678da7cc08SSudeep Holla	select PM
3688da7cc08SSudeep Holla	select PM_GENERIC_DOMAINS
369eed6b3ebSOlof Johansson	help
370eed6b3ebSOlof Johansson	  This enables support for the ARMv8 software model (Versatile
371eed6b3ebSOlof Johansson	  Express).
372eed6b3ebSOlof Johansson
3730aa56c7eSNobuhiro Iwamatsuconfig ARCH_VISCONTI
3740aa56c7eSNobuhiro Iwamatsu	bool "Toshiba Visconti SoC Family"
3750aa56c7eSNobuhiro Iwamatsu	select PINCTRL
3760aa56c7eSNobuhiro Iwamatsu	select PINCTRL_VISCONTI
3770aa56c7eSNobuhiro Iwamatsu	help
3780aa56c7eSNobuhiro Iwamatsu	  This enables support for Toshiba Visconti SoCs Family.
3790aa56c7eSNobuhiro Iwamatsu
380eed6b3ebSOlof Johanssonconfig ARCH_XGENE
381eed6b3ebSOlof Johansson	bool "AppliedMicro X-Gene SOC Family"
382eed6b3ebSOlof Johansson	help
383eed6b3ebSOlof Johansson	  This enables support for AppliedMicro X-Gene SOC Family
384eed6b3ebSOlof Johansson
385eed6b3ebSOlof Johanssonconfig ARCH_ZYNQMP
386eed6b3ebSOlof Johansson	bool "Xilinx ZynqMP Family"
387eed6b3ebSOlof Johansson	help
388eed6b3ebSOlof Johansson	  This enables support for Xilinx ZynqMP Family
389eed6b3ebSOlof Johansson
390aea3cb35SJuerg Haefligerendmenu # "Platform selection"
391