xref: /linux/arch/arm64/Kconfig.platforms (revision 7a9b6be9fe58194d9a349159176e8cc0d8f10ef8)
1eed6b3ebSOlof Johanssonmenu "Platform selection"
2eed6b3ebSOlof Johansson
3c88cc3eeSAndreas Färberconfig ARCH_ACTIONS
4c88cc3eeSAndreas Färber	bool "Actions Semi Platforms"
5c88cc3eeSAndreas Färber	select OWL_TIMER
6e0c27a10SManivannan Sadhasivam	select PINCTRL
7c88cc3eeSAndreas Färber	help
8c88cc3eeSAndreas Färber	  This enables support for the Actions Semiconductor S900 SoC family.
9c88cc3eeSAndreas Färber
10ce3dd55bSAndre Przywaraconfig ARCH_SUNXI
11ce3dd55bSAndre Przywara	bool "Allwinner sunxi 64-bit SoC Family"
12900a9020SArnd Bergmann	select ARCH_HAS_RESET_CONTROLLER
1323485482SSuzuki K Poulose	select GENERIC_IRQ_CHIP
14d229d205SAndre Przywara	select PINCTRL
15900a9020SArnd Bergmann	select RESET_CONTROLLER
16ce3dd55bSAndre Przywara	help
17ce3dd55bSAndre Przywara	  This enables support for Allwinner sunxi based SoCs like the A64.
18ce3dd55bSAndre Przywara
19e2f0abafSAntoine Tenartconfig ARCH_ALPINE
20e2f0abafSAntoine Tenart	bool "Annapurna Labs Alpine platform"
215a3f75a4SSudeep Holla	select ALPINE_MSI if PCI
22e2f0abafSAntoine Tenart	help
23e2f0abafSAntoine Tenart	  This enables support for the Annapurna Labs Alpine
24e2f0abafSAntoine Tenart	  Soc family.
25e2f0abafSAntoine Tenart
26628d30d1SEric Anholtconfig ARCH_BCM2835
27628d30d1SEric Anholt	bool "Broadcom BCM2835 family"
28bb0eb050SDaniel Lezcano	select TIMER_OF
29da9a1c67SLinus Walleij	select GPIOLIB
30*7a9b6be9SEric Anholt	select MFD_CORE
31628d30d1SEric Anholt	select PINCTRL
32628d30d1SEric Anholt	select PINCTRL_BCM2835
33628d30d1SEric Anholt	select ARM_AMBA
34628d30d1SEric Anholt	select ARM_TIMER_SP804
35628d30d1SEric Anholt	select HAVE_ARM_ARCH_TIMER
36628d30d1SEric Anholt	help
37628d30d1SEric Anholt	  This enables support for the Broadcom BCM2837 SoC.
38628d30d1SEric Anholt	  This SoC is used in the Raspberry Pi 3 device.
39628d30d1SEric Anholt
4036b7c583SRay Juiconfig ARCH_BCM_IPROC
4136b7c583SRay Jui	bool "Broadcom iProc SoC Family"
42382618bbSAnup Patel	select COMMON_CLK_IPROC
43da9a1c67SLinus Walleij	select GPIOLIB
44382618bbSAnup Patel	select PINCTRL
4536b7c583SRay Jui	help
4636b7c583SRay Jui	  This enables support for Broadcom iProc based SoCs
4736b7c583SRay Jui
48dd40fd92SJisheng Zhangconfig ARCH_BERLIN
49dd40fd92SJisheng Zhang	bool "Marvell Berlin SoC Family"
50dd40fd92SJisheng Zhang	select DW_APB_ICTL
51da9a1c67SLinus Walleij	select GPIOLIB
5275d8e1baSJisheng Zhang	select PINCTRL
53dd40fd92SJisheng Zhang	help
54dd40fd92SJisheng Zhang	  This enables support for Marvell Berlin SoC Family
55dd40fd92SJisheng Zhang
5637eb56dcSFlorian Fainelliconfig ARCH_BRCMSTB
5737eb56dcSFlorian Fainelli	bool "Broadcom Set-Top-Box SoCs"
5837eb56dcSFlorian Fainelli	select BRCMSTB_L2_IRQ
5937eb56dcSFlorian Fainelli	select GENERIC_IRQ_CHIP
6037eb56dcSFlorian Fainelli	help
6137eb56dcSFlorian Fainelli	  This enables support for Broadcom's ARMv8 Set Top Box SoCs
6237eb56dcSFlorian Fainelli
63eed6b3ebSOlof Johanssonconfig ARCH_EXYNOS
64c87b3e97SKrzysztof Kozlowski	bool "ARMv8 based Samsung Exynos SoC family"
65eed6b3ebSOlof Johansson	select COMMON_CLK_SAMSUNG
66caab3df9SKrzysztof Kozlowski	select EXYNOS_PM_DOMAINS if PM_GENERIC_DOMAINS
67caab3df9SKrzysztof Kozlowski	select EXYNOS_PMU
68eed6b3ebSOlof Johansson	select HAVE_S3C2410_WATCHDOG if WATCHDOG
69eed6b3ebSOlof Johansson	select HAVE_S3C_RTC if RTC_CLASS
70eed6b3ebSOlof Johansson	select PINCTRL
71eed6b3ebSOlof Johansson	select PINCTRL_EXYNOS
725220a73aSMarek Szyprowski	select PM_GENERIC_DOMAINS if PM
733b3428e3SKrzysztof Kozlowski	select SOC_SAMSUNG
74eed6b3ebSOlof Johansson	help
75c87b3e97SKrzysztof Kozlowski	  This enables support for ARMv8 based Samsung Exynos SoC family.
76eed6b3ebSOlof Johansson
77c7724572SNishanth Menonconfig ARCH_K3
78c7724572SNishanth Menon	bool "Texas Instruments Inc. K3 multicore SoC architecture"
79c7724572SNishanth Menon	select PM_GENERIC_DOMAINS if PM
80c7724572SNishanth Menon	help
81c7724572SNishanth Menon	  This enables support for Texas Instruments' K3 multicore SoC
82c7724572SNishanth Menon	  architecture.
83c7724572SNishanth Menon
8453a5fde0SBhupesh Sharmaconfig ARCH_LAYERSCAPE
8553a5fde0SBhupesh Sharma	bool "ARMv8 based Freescale Layerscape SoC family"
86eeb3d68bSYork Sun	select EDAC_SUPPORT
87eed6b3ebSOlof Johansson	help
8853a5fde0SBhupesh Sharma	  This enables support for the Freescale Layerscape SoC family.
89eed6b3ebSOlof Johansson
90198ed962SChanho Minconfig ARCH_LG1K
91198ed962SChanho Min	bool "LG Electronics LG1K SoC Family"
92198ed962SChanho Min	help
93198ed962SChanho Min	  This enables support for LG Electronics LG1K SoC Family
94198ed962SChanho Min
95eed6b3ebSOlof Johanssonconfig ARCH_HISI
96eed6b3ebSOlof Johansson	bool "Hisilicon SoC Family"
972b905d3aSLeo Yan	select ARM_TIMER_SP804
98f9db43bcSSudeep Holla	select HISILICON_IRQ_MBIGEN if PCI
9921adc4d7SJohn Stultz	select PINCTRL
100eed6b3ebSOlof Johansson	help
101eed6b3ebSOlof Johansson	  This enables support for Hisilicon ARMv8 SoC family
102eed6b3ebSOlof Johansson
103eed6b3ebSOlof Johanssonconfig ARCH_MEDIATEK
104598f9b2eSSean Wang	bool "MediaTek SoC Family"
105eed6b3ebSOlof Johansson	select ARM_GIC
106eed6b3ebSOlof Johansson	select PINCTRL
107c050b45dSYingjoe Chen	select MTK_TIMER
108eed6b3ebSOlof Johansson	help
109598f9b2eSSean Wang	  This enables support for MediaTek MT27xx, MT65xx, MT76xx
110598f9b2eSSean Wang	  & MT81xx ARMv8 SoCs
111eed6b3ebSOlof Johansson
112451e9e54SAndreas Färberconfig ARCH_MESON
113451e9e54SAndreas Färber	bool "Amlogic Platforms"
114bf56c776SCarlo Caione	select PINCTRL
115bf56c776SCarlo Caione	select PINCTRL_MESON
11659bdefe9SMichael Turquette	select COMMON_CLK_AMLOGIC
11759bdefe9SMichael Turquette	select COMMON_CLK_GXBB
11878b4af31SQiufang Dai	select COMMON_CLK_AXG
119f2c2122aSJerome Brunet	select MESON_IRQ_GPIO
120451e9e54SAndreas Färber	help
121451e9e54SAndreas Färber	  This enables support for the Amlogic S905 SoCs.
122451e9e54SAndreas Färber
123b4f596b1SGregory CLEMENTconfig ARCH_MVEBU
124b4f596b1SGregory CLEMENT	bool "Marvell EBU SoC Family"
125ad87c0f6SThomas Petazzoni	select ARMADA_AP806_SYSCON
126ad87c0f6SThomas Petazzoni	select ARMADA_CP110_SYSCON
127ff60d834SGregory CLEMENT	select ARMADA_37XX_CLK
128d2718d13SGregory CLEMENT	select GPIOLIB
129d2718d13SGregory CLEMENT	select GPIOLIB_IRQCHIP
13029ad6bd9SThomas Petazzoni	select MVEBU_GICP
13129ad6bd9SThomas Petazzoni	select MVEBU_ICU
132b3920b2bSThomas Petazzoni	select MVEBU_ODMI
13304208a24SThomas Petazzoni	select MVEBU_PIC
134228197c5SMiquel Raynal	select MVEBU_SEI
135d2718d13SGregory CLEMENT	select OF_GPIO
136d2718d13SGregory CLEMENT	select PINCTRL
137d2718d13SGregory CLEMENT	select PINCTRL_ARMADA_37XX
138c4c14365SGregory CLEMENT	select PINCTRL_ARMADA_AP806
139c4c14365SGregory CLEMENT	select PINCTRL_ARMADA_CP110
140b4f596b1SGregory CLEMENT	help
141b3920b2bSThomas Petazzoni	  This enables support for Marvell EBU familly, including:
142b3920b2bSThomas Petazzoni	   - Armada 3700 SoC Family
143b3920b2bSThomas Petazzoni	   - Armada 7K SoC Family
144b3920b2bSThomas Petazzoni	   - Armada 8K SoC Family
145b4f596b1SGregory CLEMENT
146930507c1SLucas Stachconfig ARCH_MXC
147930507c1SLucas Stach	bool "ARMv8 based NXP i.MX SoC family"
148930507c1SLucas Stach	select ARM64_ERRATUM_843419
149930507c1SLucas Stach	select ARM64_ERRATUM_845719
150930507c1SLucas Stach	help
151930507c1SLucas Stach	  This enables support for the ARMv8 based SoCs in the
152930507c1SLucas Stach	  NXP i.MX family.
153930507c1SLucas Stach
154eed6b3ebSOlof Johanssonconfig ARCH_QCOM
155eed6b3ebSOlof Johansson	bool "Qualcomm Platforms"
156e19811a8SMichael Scott	select GPIOLIB
157eed6b3ebSOlof Johansson	select PINCTRL
158eed6b3ebSOlof Johansson	help
159eed6b3ebSOlof Johansson	  This enables support for the ARMv8 based Qualcomm chipsets.
160eed6b3ebSOlof Johansson
1611b0d665eSAndreas Färberconfig ARCH_REALTEK
1621b0d665eSAndreas Färber	bool "Realtek Platforms"
1631b0d665eSAndreas Färber	help
1641b0d665eSAndreas Färber	  This enables support for the ARMv8 based Realtek chipsets,
1651b0d665eSAndreas Färber	  like the RTD1295.
1661b0d665eSAndreas Färber
16726a7e06dSSimon Hormanconfig ARCH_RENESAS
16826a7e06dSSimon Horman	bool "Renesas SoC Platforms"
1699374eee3STakeshi Kihara	select GPIOLIB
17026a7e06dSSimon Horman	select PINCTRL
1718d6799a9SGeert Uytterhoeven	select SOC_BUS
17226a7e06dSSimon Horman	help
17326a7e06dSSimon Horman	  This enables support for the ARMv8 based Renesas SoCs.
17426a7e06dSSimon Horman
1750964d660SGeert Uytterhoevenconfig ARCH_ROCKCHIP
1760964d660SGeert Uytterhoeven	bool "Rockchip Platforms"
1770964d660SGeert Uytterhoeven	select ARCH_HAS_RESET_CONTROLLER
1780964d660SGeert Uytterhoeven	select GPIOLIB
1790964d660SGeert Uytterhoeven	select PINCTRL
1800964d660SGeert Uytterhoeven	select PINCTRL_ROCKCHIP
1810964d660SGeert Uytterhoeven	select PM
1820964d660SGeert Uytterhoeven	select ROCKCHIP_TIMER
1830964d660SGeert Uytterhoeven	help
1840964d660SGeert Uytterhoeven	  This enables support for the ARMv8 based Rockchip chipsets,
1850964d660SGeert Uytterhoeven	  like the RK3368.
1860964d660SGeert Uytterhoeven
1870964d660SGeert Uytterhoevenconfig ARCH_SEATTLE
1880964d660SGeert Uytterhoeven	bool "AMD Seattle SoC Family"
1890964d660SGeert Uytterhoeven	help
1900964d660SGeert Uytterhoeven	  This enables support for AMD Seattle SOC Family
1910964d660SGeert Uytterhoeven
19278cd6a9dSDinh Nguyenconfig ARCH_STRATIX10
19378cd6a9dSDinh Nguyen	bool "Altera's Stratix 10 SoCFPGA Family"
19478cd6a9dSDinh Nguyen	help
19578cd6a9dSDinh Nguyen	  This enables support for Altera's Stratix 10 SoCFPGA Family.
19678cd6a9dSDinh Nguyen
1970964d660SGeert Uytterhoevenconfig ARCH_SYNQUACER
1980964d660SGeert Uytterhoeven	bool "Socionext SynQuacer SoC Family"
1990964d660SGeert Uytterhoeven
200eed6b3ebSOlof Johanssonconfig ARCH_TEGRA
201eed6b3ebSOlof Johansson	bool "NVIDIA Tegra SoC Family"
202eed6b3ebSOlof Johansson	select ARCH_HAS_RESET_CONTROLLER
203eed6b3ebSOlof Johansson	select CLKDEV_LOOKUP
204eed6b3ebSOlof Johansson	select CLKSRC_MMIO
205bb0eb050SDaniel Lezcano	select TIMER_OF
206eed6b3ebSOlof Johansson	select GENERIC_CLOCKEVENTS
207da9a1c67SLinus Walleij	select GPIOLIB
208eed6b3ebSOlof Johansson	select PINCTRL
20998823241SJon Hunter	select PM
21098823241SJon Hunter	select PM_GENERIC_DOMAINS
211eed6b3ebSOlof Johansson	select RESET_CONTROLLER
212eed6b3ebSOlof Johansson	help
213eed6b3ebSOlof Johansson	  This enables support for the NVIDIA Tegra SoC family.
214eed6b3ebSOlof Johansson
215eed6b3ebSOlof Johanssonconfig ARCH_SPRD
216eed6b3ebSOlof Johansson	bool "Spreadtrum SoC platform"
217eed6b3ebSOlof Johansson	help
218eed6b3ebSOlof Johansson	  Support for Spreadtrum ARM based SoCs
219eed6b3ebSOlof Johansson
220eed6b3ebSOlof Johanssonconfig ARCH_THUNDER
221eed6b3ebSOlof Johansson	bool "Cavium Inc. Thunder SoC Family"
222eed6b3ebSOlof Johansson	help
223eed6b3ebSOlof Johansson	  This enables support for Cavium's Thunder Family of SoCs.
224eed6b3ebSOlof Johansson
22503b6fd5dSJayachandran Cconfig ARCH_THUNDER2
22603b6fd5dSJayachandran C	bool "Cavium ThunderX2 Server Processors"
22703b6fd5dSJayachandran C	select GPIOLIB
22803b6fd5dSJayachandran C	help
22903b6fd5dSJayachandran C	  This enables support for Cavium's ThunderX2 CN99XX family of
23003b6fd5dSJayachandran C	  server processors.
23103b6fd5dSJayachandran C
23256aaafb6SMasahiro Yamadaconfig ARCH_UNIPHIER
23356aaafb6SMasahiro Yamada	bool "Socionext UniPhier SoC Family"
23475924903SMasahiro Yamada	select ARCH_HAS_RESET_CONTROLLER
23556aaafb6SMasahiro Yamada	select PINCTRL
236ab6ab445SMasahiro Yamada	select RESET_CONTROLLER
23756aaafb6SMasahiro Yamada	help
23856aaafb6SMasahiro Yamada	  This enables support for Socionext UniPhier SoC family.
23956aaafb6SMasahiro Yamada
240eed6b3ebSOlof Johanssonconfig ARCH_VEXPRESS
241eed6b3ebSOlof Johansson	bool "ARMv8 software model (Versatile Express)"
242eed6b3ebSOlof Johansson	select COMMON_CLK_VERSATILE
243da9a1c67SLinus Walleij	select GPIOLIB
2448da7cc08SSudeep Holla	select PM
2458da7cc08SSudeep Holla	select PM_GENERIC_DOMAINS
246eed6b3ebSOlof Johansson	select POWER_RESET_VEXPRESS
247eed6b3ebSOlof Johansson	select VEXPRESS_CONFIG
248eed6b3ebSOlof Johansson	help
249eed6b3ebSOlof Johansson	  This enables support for the ARMv8 software model (Versatile
250eed6b3ebSOlof Johansson	  Express).
251eed6b3ebSOlof Johansson
2525bfb3889SZi Shen Limconfig ARCH_VULCAN
253a314520dSJayachandran C	def_bool n
2545bfb3889SZi Shen Lim
255eed6b3ebSOlof Johanssonconfig ARCH_XGENE
256eed6b3ebSOlof Johansson	bool "AppliedMicro X-Gene SOC Family"
257eed6b3ebSOlof Johansson	help
258eed6b3ebSOlof Johansson	  This enables support for AppliedMicro X-Gene SOC Family
259eed6b3ebSOlof Johansson
26012496aeaSJun Nieconfig ARCH_ZX
26112496aeaSJun Nie	bool "ZTE ZX SoC Family"
26203d95c26SShawn Guo	select PINCTRL
26312496aeaSJun Nie	help
26412496aeaSJun Nie	  This enables support for ZTE ZX SoC Family
26512496aeaSJun Nie
266eed6b3ebSOlof Johanssonconfig ARCH_ZYNQMP
267eed6b3ebSOlof Johansson	bool "Xilinx ZynqMP Family"
26876582671SRajan Vaja	select ZYNQMP_FIRMWARE
269eed6b3ebSOlof Johansson	help
270eed6b3ebSOlof Johansson	  This enables support for Xilinx ZynqMP Family
271eed6b3ebSOlof Johansson
272eed6b3ebSOlof Johanssonendmenu
273