xref: /openbmc/linux/arch/arm64/Kconfig.platforms (revision 2b59af8c)
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
36628d30d1SEric Anholtconfig ARCH_BCM2835
37628d30d1SEric Anholt	bool "Broadcom BCM2835 family"
38bb0eb050SDaniel Lezcano	select TIMER_OF
39da9a1c67SLinus Walleij	select GPIOLIB
407a9b6be9SEric Anholt	select MFD_CORE
41628d30d1SEric Anholt	select PINCTRL
42628d30d1SEric Anholt	select PINCTRL_BCM2835
43628d30d1SEric Anholt	select ARM_AMBA
44781fa0a9SStefan Wahren	select ARM_GIC
45628d30d1SEric Anholt	select ARM_TIMER_SP804
46628d30d1SEric Anholt	help
47781fa0a9SStefan Wahren	  This enables support for the Broadcom BCM2837 and BCM2711 SoC.
48781fa0a9SStefan Wahren	  These SoCs are used in the Raspberry Pi 3 and 4 devices.
49628d30d1SEric Anholt
50dccb22d0SRafał Miłeckiconfig ARCH_BCM4908
51dccb22d0SRafał Miłecki	bool "Broadcom BCM4908 family"
52dccb22d0SRafał Miłecki	select GPIOLIB
53dccb22d0SRafał Miłecki	help
54dccb22d0SRafał Miłecki	  This enables support for the Broadcom BCM4906, BCM4908 and
55dccb22d0SRafał Miłecki	  BCM49408 SoCs. These SoCs use Brahma-B53 cores and can be
56dccb22d0SRafał Miłecki	  found in home routers.
57dccb22d0SRafał Miłecki
5836b7c583SRay Juiconfig ARCH_BCM_IPROC
5936b7c583SRay Jui	bool "Broadcom iProc SoC Family"
60382618bbSAnup Patel	select COMMON_CLK_IPROC
61da9a1c67SLinus Walleij	select GPIOLIB
62382618bbSAnup Patel	select PINCTRL
6336b7c583SRay Jui	help
6436b7c583SRay Jui	  This enables support for Broadcom iProc based SoCs
6536b7c583SRay Jui
66dd40fd92SJisheng Zhangconfig ARCH_BERLIN
67dd40fd92SJisheng Zhang	bool "Marvell Berlin SoC Family"
68dd40fd92SJisheng Zhang	select DW_APB_ICTL
69b0fc70ceSJisheng Zhang	select DW_APB_TIMER_OF
70da9a1c67SLinus Walleij	select GPIOLIB
7175d8e1baSJisheng Zhang	select PINCTRL
72dd40fd92SJisheng Zhang	help
73dd40fd92SJisheng Zhang	  This enables support for Marvell Berlin SoC Family
74dd40fd92SJisheng Zhang
75ea367d38SManivannan Sadhasivamconfig ARCH_BITMAIN
76ea367d38SManivannan Sadhasivam	bool "Bitmain SoC Platforms"
77ea367d38SManivannan Sadhasivam	help
78ea367d38SManivannan Sadhasivam	  This enables support for the Bitmain SoC Family.
79ea367d38SManivannan Sadhasivam
8037eb56dcSFlorian Fainelliconfig ARCH_BRCMSTB
8137eb56dcSFlorian Fainelli	bool "Broadcom Set-Top-Box SoCs"
82809eec69SJim Quinlan	select ARCH_HAS_RESET_CONTROLLER
8337eb56dcSFlorian Fainelli	select GENERIC_IRQ_CHIP
84724cf0aeSDoug Berger	select PINCTRL
8537eb56dcSFlorian Fainelli	help
8637eb56dcSFlorian Fainelli	  This enables support for Broadcom's ARMv8 Set Top Box SoCs
8737eb56dcSFlorian Fainelli
88eed6b3ebSOlof Johanssonconfig ARCH_EXYNOS
89c87b3e97SKrzysztof Kozlowski	bool "ARMv8 based Samsung Exynos SoC family"
90eed6b3ebSOlof Johansson	select COMMON_CLK_SAMSUNG
91ce96a964SMarek Szyprowski	select CLKSRC_EXYNOS_MCT
92caab3df9SKrzysztof Kozlowski	select EXYNOS_PM_DOMAINS if PM_GENERIC_DOMAINS
93caab3df9SKrzysztof Kozlowski	select EXYNOS_PMU
94eed6b3ebSOlof Johansson	select PINCTRL
95eed6b3ebSOlof Johansson	select PINCTRL_EXYNOS
965220a73aSMarek Szyprowski	select PM_GENERIC_DOMAINS if PM
973b3428e3SKrzysztof Kozlowski	select SOC_SAMSUNG
98eed6b3ebSOlof Johansson	help
99c87b3e97SKrzysztof Kozlowski	  This enables support for ARMv8 based Samsung Exynos SoC family.
100eed6b3ebSOlof Johansson
10131a91c87SLars Povlsenconfig ARCH_SPARX5
10231a91c87SLars Povlsen	bool "ARMv8 based Microchip Sparx5 SoC family"
10331a91c87SLars Povlsen	select PINCTRL
10431a91c87SLars Povlsen	select DW_APB_TIMER_OF
10531a91c87SLars Povlsen	help
10631a91c87SLars Povlsen	  This enables support for the Microchip Sparx5 ARMv8-based
10731a91c87SLars Povlsen	  SoC family of TSN-capable gigabit switches.
10831a91c87SLars Povlsen
10931a91c87SLars Povlsen	  The SparX-5 Ethernet switch family provides a rich set of
11031a91c87SLars Povlsen	  switching features such as advanced TCAM-based VLAN and QoS
11131a91c87SLars Povlsen	  processing enabling delivery of differentiated services, and
11231a91c87SLars Povlsen	  security through TCAM-based frame processing using versatile
11331a91c87SLars Povlsen	  content aware processor (VCAP).
11431a91c87SLars Povlsen
115c7724572SNishanth Menonconfig ARCH_K3
116c7724572SNishanth Menon	bool "Texas Instruments Inc. K3 multicore SoC architecture"
117c7724572SNishanth Menon	select PM_GENERIC_DOMAINS if PM
118009669e7SLokesh Vutla	select MAILBOX
119a6b112b0SYueHaibing	select SOC_TI
120009669e7SLokesh Vutla	select TI_MESSAGE_MANAGER
121009669e7SLokesh Vutla	select TI_SCI_PROTOCOL
122009669e7SLokesh Vutla	select TI_SCI_INTR_IRQCHIP
123009669e7SLokesh Vutla	select TI_SCI_INTA_IRQCHIP
124ec792ecfSGrygorii Strashko	select TI_K3_SOCINFO
125c7724572SNishanth Menon	help
126c7724572SNishanth Menon	  This enables support for Texas Instruments' K3 multicore SoC
127c7724572SNishanth Menon	  architecture.
128c7724572SNishanth Menon
12953a5fde0SBhupesh Sharmaconfig ARCH_LAYERSCAPE
13053a5fde0SBhupesh Sharma	bool "ARMv8 based Freescale Layerscape SoC family"
131eeb3d68bSYork Sun	select EDAC_SUPPORT
132eed6b3ebSOlof Johansson	help
13353a5fde0SBhupesh Sharma	  This enables support for the Freescale Layerscape SoC family.
134eed6b3ebSOlof Johansson
135198ed962SChanho Minconfig ARCH_LG1K
136198ed962SChanho Min	bool "LG Electronics LG1K SoC Family"
137198ed962SChanho Min	help
138198ed962SChanho Min	  This enables support for LG Electronics LG1K SoC Family
139198ed962SChanho Min
140eed6b3ebSOlof Johanssonconfig ARCH_HISI
141eed6b3ebSOlof Johansson	bool "Hisilicon SoC Family"
1422b905d3aSLeo Yan	select ARM_TIMER_SP804
143f9db43bcSSudeep Holla	select HISILICON_IRQ_MBIGEN if PCI
14421adc4d7SJohn Stultz	select PINCTRL
145eed6b3ebSOlof Johansson	help
146eed6b3ebSOlof Johansson	  This enables support for Hisilicon ARMv8 SoC family
147eed6b3ebSOlof Johansson
148a6a4abf8SDaniele Alessandrelliconfig ARCH_KEEMBAY
149a6a4abf8SDaniele Alessandrelli	bool "Keem Bay SoC"
150a6a4abf8SDaniele Alessandrelli	help
151a6a4abf8SDaniele Alessandrelli	  This enables support for Intel Movidius SoC code-named Keem Bay.
152a6a4abf8SDaniele Alessandrelli
153eed6b3ebSOlof Johanssonconfig ARCH_MEDIATEK
154598f9b2eSSean Wang	bool "MediaTek SoC Family"
155eed6b3ebSOlof Johansson	select ARM_GIC
156eed6b3ebSOlof Johansson	select PINCTRL
157c050b45dSYingjoe Chen	select MTK_TIMER
158eed6b3ebSOlof Johansson	help
159598f9b2eSSean Wang	  This enables support for MediaTek MT27xx, MT65xx, MT76xx
160598f9b2eSSean Wang	  & MT81xx ARMv8 SoCs
161eed6b3ebSOlof Johansson
162451e9e54SAndreas Färberconfig ARCH_MESON
163451e9e54SAndreas Färber	bool "Amlogic Platforms"
164451e9e54SAndreas Färber	help
165b3077ffcSJerome Brunet	  This enables support for the arm64 based Amlogic SoCs
166b3077ffcSJerome Brunet	  such as the s905, S905X/D, S912, A113X/D or S905X/D2
167451e9e54SAndreas Färber
168b4f596b1SGregory CLEMENTconfig ARCH_MVEBU
169b4f596b1SGregory CLEMENT	bool "Marvell EBU SoC Family"
170ad87c0f6SThomas Petazzoni	select ARMADA_AP806_SYSCON
171ad87c0f6SThomas Petazzoni	select ARMADA_CP110_SYSCON
172ff60d834SGregory CLEMENT	select ARMADA_37XX_CLK
173d2718d13SGregory CLEMENT	select GPIOLIB
174d2718d13SGregory CLEMENT	select GPIOLIB_IRQCHIP
17529ad6bd9SThomas Petazzoni	select MVEBU_GICP
17629ad6bd9SThomas Petazzoni	select MVEBU_ICU
177b3920b2bSThomas Petazzoni	select MVEBU_ODMI
17804208a24SThomas Petazzoni	select MVEBU_PIC
179228197c5SMiquel Raynal	select MVEBU_SEI
180d2718d13SGregory CLEMENT	select OF_GPIO
181d2718d13SGregory CLEMENT	select PINCTRL
182d2718d13SGregory CLEMENT	select PINCTRL_ARMADA_37XX
183c4c14365SGregory CLEMENT	select PINCTRL_ARMADA_AP806
184c4c14365SGregory CLEMENT	select PINCTRL_ARMADA_CP110
185b4f596b1SGregory CLEMENT	help
186b3920b2bSThomas Petazzoni	  This enables support for Marvell EBU familly, including:
187b3920b2bSThomas Petazzoni	   - Armada 3700 SoC Family
188b3920b2bSThomas Petazzoni	   - Armada 7K SoC Family
189b3920b2bSThomas Petazzoni	   - Armada 8K SoC Family
190b4f596b1SGregory CLEMENT
191930507c1SLucas Stachconfig ARCH_MXC
192930507c1SLucas Stach	bool "ARMv8 based NXP i.MX SoC family"
193930507c1SLucas Stach	select ARM64_ERRATUM_843419
194a29c7823SAnders Roxell	select ARM64_ERRATUM_845719 if COMPAT
19567b92823SLucas Stach	select IMX_GPCV2
19684a2ab25SLucas Stach	select IMX_GPCV2_PM_DOMAINS
19784a2ab25SLucas Stach	select PM
19884a2ab25SLucas Stach	select PM_GENERIC_DOMAINS
199fafaa0a2SYueHaibing	select SOC_BUS
2001991529fSAnson Huang	select TIMER_IMX_SYS_CTR
201930507c1SLucas Stach	help
202930507c1SLucas Stach	  This enables support for the ARMv8 based SoCs in the
203930507c1SLucas Stach	  NXP i.MX family.
204930507c1SLucas Stach
205eed6b3ebSOlof Johanssonconfig ARCH_QCOM
206eed6b3ebSOlof Johansson	bool "Qualcomm Platforms"
207e19811a8SMichael Scott	select GPIOLIB
208eed6b3ebSOlof Johansson	select PINCTRL
209eed6b3ebSOlof Johansson	help
210eed6b3ebSOlof Johansson	  This enables support for the ARMv8 based Qualcomm chipsets.
211eed6b3ebSOlof Johansson
2121b0d665eSAndreas Färberconfig ARCH_REALTEK
2131b0d665eSAndreas Färber	bool "Realtek Platforms"
214e3ca9556SAndreas Färber	select RESET_CONTROLLER
2151b0d665eSAndreas Färber	help
2161b0d665eSAndreas Färber	  This enables support for the ARMv8 based Realtek chipsets,
2171b0d665eSAndreas Färber	  like the RTD1295.
2181b0d665eSAndreas Färber
21926a7e06dSSimon Hormanconfig ARCH_RENESAS
22026a7e06dSSimon Horman	bool "Renesas SoC Platforms"
2219374eee3STakeshi Kihara	select GPIOLIB
22226a7e06dSSimon Horman	select PINCTRL
2238d6799a9SGeert Uytterhoeven	select SOC_BUS
22426a7e06dSSimon Horman	help
22526a7e06dSSimon Horman	  This enables support for the ARMv8 based Renesas SoCs.
22626a7e06dSSimon Horman
2270964d660SGeert Uytterhoevenconfig ARCH_ROCKCHIP
2280964d660SGeert Uytterhoeven	bool "Rockchip Platforms"
2290964d660SGeert Uytterhoeven	select ARCH_HAS_RESET_CONTROLLER
2300964d660SGeert Uytterhoeven	select PINCTRL
2310964d660SGeert Uytterhoeven	select PM
2320964d660SGeert Uytterhoeven	select ROCKCHIP_TIMER
2330964d660SGeert Uytterhoeven	help
2340964d660SGeert Uytterhoeven	  This enables support for the ARMv8 based Rockchip chipsets,
2350964d660SGeert Uytterhoeven	  like the RK3368.
2360964d660SGeert Uytterhoeven
2373d4e0158SMihaela Martinasconfig ARCH_S32
2383d4e0158SMihaela Martinas	bool "NXP S32 SoC Family"
2393d4e0158SMihaela Martinas	help
2403d4e0158SMihaela Martinas	  This enables support for the NXP S32 family of processors.
2413d4e0158SMihaela Martinas
2420964d660SGeert Uytterhoevenconfig ARCH_SEATTLE
2430964d660SGeert Uytterhoeven	bool "AMD Seattle SoC Family"
2440964d660SGeert Uytterhoeven	help
2450964d660SGeert Uytterhoeven	  This enables support for AMD Seattle SOC Family
2460964d660SGeert Uytterhoeven
247910499e1SKrzysztof Kozlowskiconfig ARCH_INTEL_SOCFPGA
2484a9a1a56SKrzysztof Kozlowski	bool "Intel's SoCFPGA ARMv8 Families"
2494a9a1a56SKrzysztof Kozlowski	help
2504a9a1a56SKrzysztof Kozlowski	  This enables support for Intel's SoCFPGA ARMv8 families:
251*2b59af8cSTeh Wen Ping	  Stratix 10 (ex. Altera), Stratix10 Software Virtual Platform,
252*2b59af8cSTeh Wen Ping	  Agilex and eASIC N5X.
253910499e1SKrzysztof Kozlowski
2540964d660SGeert Uytterhoevenconfig ARCH_SYNQUACER
2550964d660SGeert Uytterhoeven	bool "Socionext SynQuacer SoC Family"
2564efc851cSDaniel Thompson	select IRQ_FASTEOI_HIERARCHY_HANDLERS
2570964d660SGeert Uytterhoeven
258eed6b3ebSOlof Johanssonconfig ARCH_TEGRA
259eed6b3ebSOlof Johansson	bool "NVIDIA Tegra SoC Family"
260eed6b3ebSOlof Johansson	select ARCH_HAS_RESET_CONTROLLER
2612e988a83SSameer Pujar	select ARM_GIC_PM
262eed6b3ebSOlof Johansson	select CLKSRC_MMIO
263bb0eb050SDaniel Lezcano	select TIMER_OF
264da9a1c67SLinus Walleij	select GPIOLIB
265eed6b3ebSOlof Johansson	select PINCTRL
26698823241SJon Hunter	select PM
26798823241SJon Hunter	select PM_GENERIC_DOMAINS
268eed6b3ebSOlof Johansson	select RESET_CONTROLLER
269eed6b3ebSOlof Johansson	help
270eed6b3ebSOlof Johansson	  This enables support for the NVIDIA Tegra SoC family.
271eed6b3ebSOlof Johansson
27218b1db6aSAlim Akhtarconfig ARCH_TESLA_FSD
27318b1db6aSAlim Akhtar	bool "ARMv8 based Tesla platform"
27418b1db6aSAlim Akhtar	depends on ARCH_EXYNOS
27518b1db6aSAlim Akhtar	help
27618b1db6aSAlim Akhtar	  Support for ARMv8 based Tesla platforms.
27718b1db6aSAlim Akhtar
278eed6b3ebSOlof Johanssonconfig ARCH_SPRD
279b5f73d47SArnd Bergmann	bool "Spreadtrum SoC platform"
280eed6b3ebSOlof Johansson	help
281eed6b3ebSOlof Johansson	  Support for Spreadtrum ARM based SoCs
282eed6b3ebSOlof Johansson
283eed6b3ebSOlof Johanssonconfig ARCH_THUNDER
284eed6b3ebSOlof Johansson	bool "Cavium Inc. Thunder SoC Family"
285eed6b3ebSOlof Johansson	help
286eed6b3ebSOlof Johansson	  This enables support for Cavium's Thunder Family of SoCs.
287eed6b3ebSOlof Johansson
28803b6fd5dSJayachandran Cconfig ARCH_THUNDER2
28903b6fd5dSJayachandran C	bool "Cavium ThunderX2 Server Processors"
29003b6fd5dSJayachandran C	select GPIOLIB
29103b6fd5dSJayachandran C	help
29203b6fd5dSJayachandran C	  This enables support for Cavium's ThunderX2 CN99XX family of
29303b6fd5dSJayachandran C	  server processors.
29403b6fd5dSJayachandran C
29556aaafb6SMasahiro Yamadaconfig ARCH_UNIPHIER
29656aaafb6SMasahiro Yamada	bool "Socionext UniPhier SoC Family"
29775924903SMasahiro Yamada	select ARCH_HAS_RESET_CONTROLLER
29856aaafb6SMasahiro Yamada	select PINCTRL
299ab6ab445SMasahiro Yamada	select RESET_CONTROLLER
30056aaafb6SMasahiro Yamada	help
30156aaafb6SMasahiro Yamada	  This enables support for Socionext UniPhier SoC family.
30256aaafb6SMasahiro Yamada
303eed6b3ebSOlof Johanssonconfig ARCH_VEXPRESS
304eed6b3ebSOlof Johansson	bool "ARMv8 software model (Versatile Express)"
305da9a1c67SLinus Walleij	select GPIOLIB
3068da7cc08SSudeep Holla	select PM
3078da7cc08SSudeep Holla	select PM_GENERIC_DOMAINS
308eed6b3ebSOlof Johansson	help
309eed6b3ebSOlof Johansson	  This enables support for the ARMv8 software model (Versatile
310eed6b3ebSOlof Johansson	  Express).
311eed6b3ebSOlof Johansson
3120aa56c7eSNobuhiro Iwamatsuconfig ARCH_VISCONTI
3130aa56c7eSNobuhiro Iwamatsu	bool "Toshiba Visconti SoC Family"
3140aa56c7eSNobuhiro Iwamatsu	select PINCTRL
3150aa56c7eSNobuhiro Iwamatsu	select PINCTRL_VISCONTI
3160aa56c7eSNobuhiro Iwamatsu	help
3170aa56c7eSNobuhiro Iwamatsu	  This enables support for Toshiba Visconti SoCs Family.
3180aa56c7eSNobuhiro Iwamatsu
319eed6b3ebSOlof Johanssonconfig ARCH_XGENE
320eed6b3ebSOlof Johansson	bool "AppliedMicro X-Gene SOC Family"
321eed6b3ebSOlof Johansson	help
322eed6b3ebSOlof Johansson	  This enables support for AppliedMicro X-Gene SOC Family
323eed6b3ebSOlof Johansson
324eed6b3ebSOlof Johanssonconfig ARCH_ZYNQMP
325eed6b3ebSOlof Johansson	bool "Xilinx ZynqMP Family"
326eed6b3ebSOlof Johansson	help
327eed6b3ebSOlof Johansson	  This enables support for Xilinx ZynqMP Family
328eed6b3ebSOlof Johansson
329aea3cb35SJuerg Haefligerendmenu # "Platform selection"
330