xref: /openbmc/linux/arch/arm64/Kconfig.platforms (revision 900a9020)
1eed6b3ebSOlof Johanssonmenu "Platform selection"
2eed6b3ebSOlof Johansson
3ce3dd55bSAndre Przywaraconfig ARCH_SUNXI
4ce3dd55bSAndre Przywara	bool "Allwinner sunxi 64-bit SoC Family"
5900a9020SArnd Bergmann	select ARCH_HAS_RESET_CONTROLLER
623485482SSuzuki K Poulose	select GENERIC_IRQ_CHIP
7d229d205SAndre Przywara	select PINCTRL
8900a9020SArnd Bergmann	select RESET_CONTROLLER
9ce3dd55bSAndre Przywara	help
10ce3dd55bSAndre Przywara	  This enables support for Allwinner sunxi based SoCs like the A64.
11ce3dd55bSAndre Przywara
12e2f0abafSAntoine Tenartconfig ARCH_ALPINE
13e2f0abafSAntoine Tenart	bool "Annapurna Labs Alpine platform"
145a3f75a4SSudeep Holla	select ALPINE_MSI if PCI
15e2f0abafSAntoine Tenart	help
16e2f0abafSAntoine Tenart	  This enables support for the Annapurna Labs Alpine
17e2f0abafSAntoine Tenart	  Soc family.
18e2f0abafSAntoine Tenart
19628d30d1SEric Anholtconfig ARCH_BCM2835
20628d30d1SEric Anholt	bool "Broadcom BCM2835 family"
21628d30d1SEric Anholt	select CLKSRC_OF
22da9a1c67SLinus Walleij	select GPIOLIB
23628d30d1SEric Anholt	select PINCTRL
24628d30d1SEric Anholt	select PINCTRL_BCM2835
25628d30d1SEric Anholt	select ARM_AMBA
26628d30d1SEric Anholt	select ARM_TIMER_SP804
27628d30d1SEric Anholt	select HAVE_ARM_ARCH_TIMER
28628d30d1SEric Anholt	help
29628d30d1SEric Anholt	  This enables support for the Broadcom BCM2837 SoC.
30628d30d1SEric Anholt	  This SoC is used in the Raspberry Pi 3 device.
31628d30d1SEric Anholt
3236b7c583SRay Juiconfig ARCH_BCM_IPROC
3336b7c583SRay Jui	bool "Broadcom iProc SoC Family"
34382618bbSAnup Patel	select COMMON_CLK_IPROC
35da9a1c67SLinus Walleij	select GPIOLIB
36382618bbSAnup Patel	select PINCTRL
3736b7c583SRay Jui	help
3836b7c583SRay Jui	  This enables support for Broadcom iProc based SoCs
3936b7c583SRay Jui
40dd40fd92SJisheng Zhangconfig ARCH_BERLIN
41dd40fd92SJisheng Zhang	bool "Marvell Berlin SoC Family"
42dd40fd92SJisheng Zhang	select DW_APB_ICTL
43da9a1c67SLinus Walleij	select GPIOLIB
4475d8e1baSJisheng Zhang	select PINCTRL
45dd40fd92SJisheng Zhang	help
46dd40fd92SJisheng Zhang	  This enables support for Marvell Berlin SoC Family
47dd40fd92SJisheng Zhang
4837eb56dcSFlorian Fainelliconfig ARCH_BRCMSTB
4937eb56dcSFlorian Fainelli	bool "Broadcom Set-Top-Box SoCs"
5037eb56dcSFlorian Fainelli	select BRCMSTB_L2_IRQ
5137eb56dcSFlorian Fainelli	select GENERIC_IRQ_CHIP
5237eb56dcSFlorian Fainelli	help
5337eb56dcSFlorian Fainelli	  This enables support for Broadcom's ARMv8 Set Top Box SoCs
5437eb56dcSFlorian Fainelli
55eed6b3ebSOlof Johanssonconfig ARCH_EXYNOS
56c87b3e97SKrzysztof Kozlowski	bool "ARMv8 based Samsung Exynos SoC family"
57eed6b3ebSOlof Johansson	select COMMON_CLK_SAMSUNG
58caab3df9SKrzysztof Kozlowski	select EXYNOS_PM_DOMAINS if PM_GENERIC_DOMAINS
59caab3df9SKrzysztof Kozlowski	select EXYNOS_PMU
60eed6b3ebSOlof Johansson	select HAVE_S3C2410_WATCHDOG if WATCHDOG
61eed6b3ebSOlof Johansson	select HAVE_S3C_RTC if RTC_CLASS
62eed6b3ebSOlof Johansson	select PINCTRL
63eed6b3ebSOlof Johansson	select PINCTRL_EXYNOS
643b3428e3SKrzysztof Kozlowski	select SOC_SAMSUNG
65eed6b3ebSOlof Johansson	help
66c87b3e97SKrzysztof Kozlowski	  This enables support for ARMv8 based Samsung Exynos SoC family.
67eed6b3ebSOlof Johansson
6853a5fde0SBhupesh Sharmaconfig ARCH_LAYERSCAPE
6953a5fde0SBhupesh Sharma	bool "ARMv8 based Freescale Layerscape SoC family"
70eeb3d68bSYork Sun	select EDAC_SUPPORT
71eed6b3ebSOlof Johansson	help
7253a5fde0SBhupesh Sharma	  This enables support for the Freescale Layerscape SoC family.
73eed6b3ebSOlof Johansson
74198ed962SChanho Minconfig ARCH_LG1K
75198ed962SChanho Min	bool "LG Electronics LG1K SoC Family"
76198ed962SChanho Min	help
77198ed962SChanho Min	  This enables support for LG Electronics LG1K SoC Family
78198ed962SChanho Min
79eed6b3ebSOlof Johanssonconfig ARCH_HISI
80eed6b3ebSOlof Johansson	bool "Hisilicon SoC Family"
812b905d3aSLeo Yan	select ARM_TIMER_SP804
82f9db43bcSSudeep Holla	select HISILICON_IRQ_MBIGEN if PCI
8321adc4d7SJohn Stultz	select PINCTRL
84eed6b3ebSOlof Johansson	help
85eed6b3ebSOlof Johansson	  This enables support for Hisilicon ARMv8 SoC family
86eed6b3ebSOlof Johansson
87eed6b3ebSOlof Johanssonconfig ARCH_MEDIATEK
88eed6b3ebSOlof Johansson	bool "Mediatek MT65xx & MT81xx ARMv8 SoC"
89eed6b3ebSOlof Johansson	select ARM_GIC
90eed6b3ebSOlof Johansson	select PINCTRL
91c050b45dSYingjoe Chen	select MTK_TIMER
92eed6b3ebSOlof Johansson	help
93eed6b3ebSOlof Johansson	  Support for Mediatek MT65xx & MT81xx ARMv8 SoCs
94eed6b3ebSOlof Johansson
95451e9e54SAndreas Färberconfig ARCH_MESON
96451e9e54SAndreas Färber	bool "Amlogic Platforms"
97bf56c776SCarlo Caione	select PINCTRL
98bf56c776SCarlo Caione	select PINCTRL_MESON
9959bdefe9SMichael Turquette	select COMMON_CLK_AMLOGIC
10059bdefe9SMichael Turquette	select COMMON_CLK_GXBB
101451e9e54SAndreas Färber	help
102451e9e54SAndreas Färber	  This enables support for the Amlogic S905 SoCs.
103451e9e54SAndreas Färber
104b4f596b1SGregory CLEMENTconfig ARCH_MVEBU
105b4f596b1SGregory CLEMENT	bool "Marvell EBU SoC Family"
106ad87c0f6SThomas Petazzoni	select ARMADA_AP806_SYSCON
107ad87c0f6SThomas Petazzoni	select ARMADA_CP110_SYSCON
108ff60d834SGregory CLEMENT	select ARMADA_37XX_CLK
109b3920b2bSThomas Petazzoni	select MVEBU_ODMI
11004208a24SThomas Petazzoni	select MVEBU_PIC
111b4f596b1SGregory CLEMENT	help
112b3920b2bSThomas Petazzoni	  This enables support for Marvell EBU familly, including:
113b3920b2bSThomas Petazzoni	   - Armada 3700 SoC Family
114b3920b2bSThomas Petazzoni	   - Armada 7K SoC Family
115b3920b2bSThomas Petazzoni	   - Armada 8K SoC Family
116b4f596b1SGregory CLEMENT
117eed6b3ebSOlof Johanssonconfig ARCH_QCOM
118eed6b3ebSOlof Johansson	bool "Qualcomm Platforms"
119e19811a8SMichael Scott	select GPIOLIB
120eed6b3ebSOlof Johansson	select PINCTRL
121eed6b3ebSOlof Johansson	help
122eed6b3ebSOlof Johansson	  This enables support for the ARMv8 based Qualcomm chipsets.
123eed6b3ebSOlof Johansson
124fbac1c81SHeiko Stübnerconfig ARCH_ROCKCHIP
125fbac1c81SHeiko Stübner	bool "Rockchip Platforms"
126fbac1c81SHeiko Stübner	select ARCH_HAS_RESET_CONTROLLER
127da9a1c67SLinus Walleij	select GPIOLIB
128fbac1c81SHeiko Stübner	select PINCTRL
129fbac1c81SHeiko Stübner	select PINCTRL_ROCKCHIP
130c840f28bSCaesar Wang	select ROCKCHIP_TIMER
131fbac1c81SHeiko Stübner	help
132fbac1c81SHeiko Stübner	  This enables support for the ARMv8 based Rockchip chipsets,
133fbac1c81SHeiko Stübner	  like the RK3368.
134fbac1c81SHeiko Stübner
135eed6b3ebSOlof Johanssonconfig ARCH_SEATTLE
136eed6b3ebSOlof Johansson	bool "AMD Seattle SoC Family"
137eed6b3ebSOlof Johansson	help
138eed6b3ebSOlof Johansson	  This enables support for AMD Seattle SOC Family
139eed6b3ebSOlof Johansson
14026a7e06dSSimon Hormanconfig ARCH_SHMOBILE
14126a7e06dSSimon Horman	bool
14226a7e06dSSimon Horman
14326a7e06dSSimon Hormanconfig ARCH_RENESAS
14426a7e06dSSimon Horman	bool "Renesas SoC Platforms"
14526a7e06dSSimon Horman	select ARCH_SHMOBILE
14626a7e06dSSimon Horman	select PINCTRL
1472ee98234SGeert Uytterhoeven	select PM
1482ee98234SGeert Uytterhoeven	select PM_GENERIC_DOMAINS
149f7e02051SMagnus Damm	select RENESAS_IRQC
1508d6799a9SGeert Uytterhoeven	select SOC_BUS
15126a7e06dSSimon Horman	help
15226a7e06dSSimon Horman	  This enables support for the ARMv8 based Renesas SoCs.
15326a7e06dSSimon Horman
15426a7e06dSSimon Hormanconfig ARCH_R8A7795
15526a7e06dSSimon Horman	bool "Renesas R-Car H3 SoC Platform"
15626a7e06dSSimon Horman	depends on ARCH_RENESAS
15726a7e06dSSimon Horman	help
15826a7e06dSSimon Horman	  This enables support for the Renesas R-Car H3 SoC.
15926a7e06dSSimon Horman
1601561f207SSimon Hormanconfig ARCH_R8A7796
1611561f207SSimon Horman	bool "Renesas R-Car M3-W SoC Platform"
1621561f207SSimon Horman	depends on ARCH_RENESAS
1631561f207SSimon Horman	help
1641561f207SSimon Horman	  This enables support for the Renesas R-Car M3-W SoC.
1651561f207SSimon Horman
16678cd6a9dSDinh Nguyenconfig ARCH_STRATIX10
16778cd6a9dSDinh Nguyen	bool "Altera's Stratix 10 SoCFPGA Family"
16878cd6a9dSDinh Nguyen	help
16978cd6a9dSDinh Nguyen	  This enables support for Altera's Stratix 10 SoCFPGA Family.
17078cd6a9dSDinh Nguyen
171eed6b3ebSOlof Johanssonconfig ARCH_TEGRA
172eed6b3ebSOlof Johansson	bool "NVIDIA Tegra SoC Family"
173eed6b3ebSOlof Johansson	select ARCH_HAS_RESET_CONTROLLER
174eed6b3ebSOlof Johansson	select CLKDEV_LOOKUP
175eed6b3ebSOlof Johansson	select CLKSRC_MMIO
176eed6b3ebSOlof Johansson	select CLKSRC_OF
177eed6b3ebSOlof Johansson	select GENERIC_CLOCKEVENTS
178da9a1c67SLinus Walleij	select GPIOLIB
179eed6b3ebSOlof Johansson	select PINCTRL
18098823241SJon Hunter	select PM
18198823241SJon Hunter	select PM_GENERIC_DOMAINS
182eed6b3ebSOlof Johansson	select RESET_CONTROLLER
183eed6b3ebSOlof Johansson	help
184eed6b3ebSOlof Johansson	  This enables support for the NVIDIA Tegra SoC family.
185eed6b3ebSOlof Johansson
186eed6b3ebSOlof Johanssonconfig ARCH_SPRD
187eed6b3ebSOlof Johansson	bool "Spreadtrum SoC platform"
188eed6b3ebSOlof Johansson	help
189eed6b3ebSOlof Johansson	  Support for Spreadtrum ARM based SoCs
190eed6b3ebSOlof Johansson
191eed6b3ebSOlof Johanssonconfig ARCH_THUNDER
192eed6b3ebSOlof Johansson	bool "Cavium Inc. Thunder SoC Family"
193eed6b3ebSOlof Johansson	help
194eed6b3ebSOlof Johansson	  This enables support for Cavium's Thunder Family of SoCs.
195eed6b3ebSOlof Johansson
19603b6fd5dSJayachandran Cconfig ARCH_THUNDER2
19703b6fd5dSJayachandran C	bool "Cavium ThunderX2 Server Processors"
19803b6fd5dSJayachandran C	select GPIOLIB
19903b6fd5dSJayachandran C	help
20003b6fd5dSJayachandran C	  This enables support for Cavium's ThunderX2 CN99XX family of
20103b6fd5dSJayachandran C	  server processors.
20203b6fd5dSJayachandran C
20356aaafb6SMasahiro Yamadaconfig ARCH_UNIPHIER
20456aaafb6SMasahiro Yamada	bool "Socionext UniPhier SoC Family"
20575924903SMasahiro Yamada	select ARCH_HAS_RESET_CONTROLLER
20656aaafb6SMasahiro Yamada	select PINCTRL
20756aaafb6SMasahiro Yamada	help
20856aaafb6SMasahiro Yamada	  This enables support for Socionext UniPhier SoC family.
20956aaafb6SMasahiro Yamada
210eed6b3ebSOlof Johanssonconfig ARCH_VEXPRESS
211eed6b3ebSOlof Johansson	bool "ARMv8 software model (Versatile Express)"
212eed6b3ebSOlof Johansson	select COMMON_CLK_VERSATILE
213da9a1c67SLinus Walleij	select GPIOLIB
2148da7cc08SSudeep Holla	select PM
2158da7cc08SSudeep Holla	select PM_GENERIC_DOMAINS
216eed6b3ebSOlof Johansson	select POWER_RESET_VEXPRESS
217eed6b3ebSOlof Johansson	select VEXPRESS_CONFIG
218eed6b3ebSOlof Johansson	help
219eed6b3ebSOlof Johansson	  This enables support for the ARMv8 software model (Versatile
220eed6b3ebSOlof Johansson	  Express).
221eed6b3ebSOlof Johansson
2225bfb3889SZi Shen Limconfig ARCH_VULCAN
2235bfb3889SZi Shen Lim	bool "Broadcom Vulcan SOC Family"
2249c7a6801SKamlakant Patel	select GPIOLIB
2255bfb3889SZi Shen Lim	help
2265bfb3889SZi Shen Lim	  This enables support for Broadcom Vulcan SoC Family
2275bfb3889SZi Shen Lim
228eed6b3ebSOlof Johanssonconfig ARCH_XGENE
229eed6b3ebSOlof Johansson	bool "AppliedMicro X-Gene SOC Family"
230eed6b3ebSOlof Johansson	help
231eed6b3ebSOlof Johansson	  This enables support for AppliedMicro X-Gene SOC Family
232eed6b3ebSOlof Johansson
23312496aeaSJun Nieconfig ARCH_ZX
23412496aeaSJun Nie	bool "ZTE ZX SoC Family"
23512496aeaSJun Nie	help
23612496aeaSJun Nie	  This enables support for ZTE ZX SoC Family
23712496aeaSJun Nie
238eed6b3ebSOlof Johanssonconfig ARCH_ZYNQMP
239eed6b3ebSOlof Johansson	bool "Xilinx ZynqMP Family"
240eed6b3ebSOlof Johansson	help
241eed6b3ebSOlof Johansson	  This enables support for Xilinx ZynqMP Family
242eed6b3ebSOlof Johansson
243eed6b3ebSOlof Johanssonendmenu
244