]> git.ipfire.org Git - thirdparty/kernel/linux.git/blob - arch/arm64/Kconfig.platforms
Merge branch 'next-smack' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris...
[thirdparty/kernel/linux.git] / arch / arm64 / Kconfig.platforms
1 menu "Platform selection"
2
3 config ARCH_ACTIONS
4 bool "Actions Semi Platforms"
5 select OWL_TIMER
6 select PINCTRL
7 help
8 This enables support for the Actions Semiconductor S900 SoC family.
9
10 config ARCH_SUNXI
11 bool "Allwinner sunxi 64-bit SoC Family"
12 select ARCH_HAS_RESET_CONTROLLER
13 select GENERIC_IRQ_CHIP
14 select PINCTRL
15 select RESET_CONTROLLER
16 help
17 This enables support for Allwinner sunxi based SoCs like the A64.
18
19 config ARCH_ALPINE
20 bool "Annapurna Labs Alpine platform"
21 select ALPINE_MSI if PCI
22 help
23 This enables support for the Annapurna Labs Alpine
24 Soc family.
25
26 config ARCH_BCM2835
27 bool "Broadcom BCM2835 family"
28 select TIMER_OF
29 select GPIOLIB
30 select PINCTRL
31 select PINCTRL_BCM2835
32 select ARM_AMBA
33 select ARM_TIMER_SP804
34 select HAVE_ARM_ARCH_TIMER
35 help
36 This enables support for the Broadcom BCM2837 SoC.
37 This SoC is used in the Raspberry Pi 3 device.
38
39 config ARCH_BCM_IPROC
40 bool "Broadcom iProc SoC Family"
41 select COMMON_CLK_IPROC
42 select GPIOLIB
43 select PINCTRL
44 help
45 This enables support for Broadcom iProc based SoCs
46
47 config ARCH_BERLIN
48 bool "Marvell Berlin SoC Family"
49 select DW_APB_ICTL
50 select GPIOLIB
51 select PINCTRL
52 help
53 This enables support for Marvell Berlin SoC Family
54
55 config ARCH_BRCMSTB
56 bool "Broadcom Set-Top-Box SoCs"
57 select BRCMSTB_L2_IRQ
58 select GENERIC_IRQ_CHIP
59 help
60 This enables support for Broadcom's ARMv8 Set Top Box SoCs
61
62 config ARCH_EXYNOS
63 bool "ARMv8 based Samsung Exynos SoC family"
64 select COMMON_CLK_SAMSUNG
65 select EXYNOS_PM_DOMAINS if PM_GENERIC_DOMAINS
66 select EXYNOS_PMU
67 select HAVE_S3C2410_WATCHDOG if WATCHDOG
68 select HAVE_S3C_RTC if RTC_CLASS
69 select PINCTRL
70 select PINCTRL_EXYNOS
71 select PM_GENERIC_DOMAINS if PM
72 select SOC_SAMSUNG
73 help
74 This enables support for ARMv8 based Samsung Exynos SoC family.
75
76 config ARCH_K3
77 bool "Texas Instruments Inc. K3 multicore SoC architecture"
78 select PM_GENERIC_DOMAINS if PM
79 help
80 This enables support for Texas Instruments' K3 multicore SoC
81 architecture.
82
83 config ARCH_LAYERSCAPE
84 bool "ARMv8 based Freescale Layerscape SoC family"
85 select EDAC_SUPPORT
86 help
87 This enables support for the Freescale Layerscape SoC family.
88
89 config ARCH_LG1K
90 bool "LG Electronics LG1K SoC Family"
91 help
92 This enables support for LG Electronics LG1K SoC Family
93
94 config ARCH_HISI
95 bool "Hisilicon SoC Family"
96 select ARM_TIMER_SP804
97 select HISILICON_IRQ_MBIGEN if PCI
98 select PINCTRL
99 help
100 This enables support for Hisilicon ARMv8 SoC family
101
102 config ARCH_MEDIATEK
103 bool "MediaTek SoC Family"
104 select ARM_GIC
105 select PINCTRL
106 select MTK_TIMER
107 help
108 This enables support for MediaTek MT27xx, MT65xx, MT76xx
109 & MT81xx ARMv8 SoCs
110
111 config ARCH_MESON
112 bool "Amlogic Platforms"
113 select PINCTRL
114 select PINCTRL_MESON
115 select COMMON_CLK_AMLOGIC
116 select COMMON_CLK_GXBB
117 select COMMON_CLK_AXG
118 select MESON_IRQ_GPIO
119 help
120 This enables support for the Amlogic S905 SoCs.
121
122 config ARCH_MVEBU
123 bool "Marvell EBU SoC Family"
124 select ARMADA_AP806_SYSCON
125 select ARMADA_CP110_SYSCON
126 select ARMADA_37XX_CLK
127 select GPIOLIB
128 select GPIOLIB_IRQCHIP
129 select MVEBU_GICP
130 select MVEBU_ICU
131 select MVEBU_ODMI
132 select MVEBU_PIC
133 select MVEBU_SEI
134 select OF_GPIO
135 select PINCTRL
136 select PINCTRL_ARMADA_37XX
137 select PINCTRL_ARMADA_AP806
138 select PINCTRL_ARMADA_CP110
139 help
140 This enables support for Marvell EBU familly, including:
141 - Armada 3700 SoC Family
142 - Armada 7K SoC Family
143 - Armada 8K SoC Family
144
145 config ARCH_QCOM
146 bool "Qualcomm Platforms"
147 select GPIOLIB
148 select PINCTRL
149 help
150 This enables support for the ARMv8 based Qualcomm chipsets.
151
152 config ARCH_REALTEK
153 bool "Realtek Platforms"
154 help
155 This enables support for the ARMv8 based Realtek chipsets,
156 like the RTD1295.
157
158 config ARCH_RENESAS
159 bool "Renesas SoC Platforms"
160 select GPIOLIB
161 select PINCTRL
162 select SOC_BUS
163 help
164 This enables support for the ARMv8 based Renesas SoCs.
165
166 config ARCH_ROCKCHIP
167 bool "Rockchip Platforms"
168 select ARCH_HAS_RESET_CONTROLLER
169 select GPIOLIB
170 select PINCTRL
171 select PINCTRL_ROCKCHIP
172 select PM
173 select ROCKCHIP_TIMER
174 help
175 This enables support for the ARMv8 based Rockchip chipsets,
176 like the RK3368.
177
178 config ARCH_SEATTLE
179 bool "AMD Seattle SoC Family"
180 help
181 This enables support for AMD Seattle SOC Family
182
183 config ARCH_STRATIX10
184 bool "Altera's Stratix 10 SoCFPGA Family"
185 help
186 This enables support for Altera's Stratix 10 SoCFPGA Family.
187
188 config ARCH_SYNQUACER
189 bool "Socionext SynQuacer SoC Family"
190
191 config ARCH_TEGRA
192 bool "NVIDIA Tegra SoC Family"
193 select ARCH_HAS_RESET_CONTROLLER
194 select CLKDEV_LOOKUP
195 select CLKSRC_MMIO
196 select TIMER_OF
197 select GENERIC_CLOCKEVENTS
198 select GPIOLIB
199 select PINCTRL
200 select PM
201 select PM_GENERIC_DOMAINS
202 select RESET_CONTROLLER
203 help
204 This enables support for the NVIDIA Tegra SoC family.
205
206 config ARCH_SPRD
207 bool "Spreadtrum SoC platform"
208 help
209 Support for Spreadtrum ARM based SoCs
210
211 config ARCH_THUNDER
212 bool "Cavium Inc. Thunder SoC Family"
213 help
214 This enables support for Cavium's Thunder Family of SoCs.
215
216 config ARCH_THUNDER2
217 bool "Cavium ThunderX2 Server Processors"
218 select GPIOLIB
219 help
220 This enables support for Cavium's ThunderX2 CN99XX family of
221 server processors.
222
223 config ARCH_UNIPHIER
224 bool "Socionext UniPhier SoC Family"
225 select ARCH_HAS_RESET_CONTROLLER
226 select PINCTRL
227 select RESET_CONTROLLER
228 help
229 This enables support for Socionext UniPhier SoC family.
230
231 config ARCH_VEXPRESS
232 bool "ARMv8 software model (Versatile Express)"
233 select COMMON_CLK_VERSATILE
234 select GPIOLIB
235 select PM
236 select PM_GENERIC_DOMAINS
237 select POWER_RESET_VEXPRESS
238 select VEXPRESS_CONFIG
239 help
240 This enables support for the ARMv8 software model (Versatile
241 Express).
242
243 config ARCH_VULCAN
244 def_bool n
245
246 config ARCH_XGENE
247 bool "AppliedMicro X-Gene SOC Family"
248 help
249 This enables support for AppliedMicro X-Gene SOC Family
250
251 config ARCH_ZX
252 bool "ZTE ZX SoC Family"
253 select PINCTRL
254 help
255 This enables support for ZTE ZX SoC Family
256
257 config ARCH_ZYNQMP
258 bool "Xilinx ZynqMP Family"
259 select ZYNQMP_FIRMWARE
260 help
261 This enables support for Xilinx ZynqMP Family
262
263 endmenu