blob: d5aeac351fc3a776ee840f09680f43a864b5307c [file] [log] [blame]
Olof Johanssoneed6b3e2015-07-15 07:10:21 -04001menu "Platform selection"
2
Andreas Färberc88cc3e2017-02-14 22:22:09 +01003config ARCH_ACTIONS
4 bool "Actions Semi Platforms"
5 select OWL_TIMER
6 help
7 This enables support for the Actions Semiconductor S900 SoC family.
8
Andre Przywarace3dd552015-12-22 12:27:47 +00009config ARCH_SUNXI
10 bool "Allwinner sunxi 64-bit SoC Family"
Arnd Bergmann900a9022017-04-18 15:55:51 +020011 select ARCH_HAS_RESET_CONTROLLER
Suzuki K Poulose23485482016-05-09 23:37:35 +010012 select GENERIC_IRQ_CHIP
Andre Przywarad229d202016-08-08 18:21:43 +010013 select PINCTRL
Arnd Bergmann900a9022017-04-18 15:55:51 +020014 select RESET_CONTROLLER
Andre Przywarace3dd552015-12-22 12:27:47 +000015 help
16 This enables support for Allwinner sunxi based SoCs like the A64.
17
Antoine Tenarte2f0aba2016-02-25 11:14:51 +010018config ARCH_ALPINE
19 bool "Annapurna Labs Alpine platform"
Sudeep Holla5a3f75a2016-08-03 15:29:33 +010020 select ALPINE_MSI if PCI
Antoine Tenarte2f0aba2016-02-25 11:14:51 +010021 help
22 This enables support for the Annapurna Labs Alpine
23 Soc family.
24
Eric Anholt628d30d2016-06-03 08:18:23 +020025config ARCH_BCM2835
26 bool "Broadcom BCM2835 family"
Daniel Lezcanobb0eb052017-05-26 19:34:11 +020027 select TIMER_OF
Linus Walleijda9a1c672016-04-19 11:08:07 +020028 select GPIOLIB
Eric Anholt628d30d2016-06-03 08:18:23 +020029 select PINCTRL
30 select PINCTRL_BCM2835
31 select ARM_AMBA
32 select ARM_TIMER_SP804
33 select HAVE_ARM_ARCH_TIMER
34 help
35 This enables support for the Broadcom BCM2837 SoC.
36 This SoC is used in the Raspberry Pi 3 device.
37
Ray Jui36b7c582015-07-27 15:42:20 -070038config ARCH_BCM_IPROC
39 bool "Broadcom iProc SoC Family"
Anup Patel382618b2016-02-10 11:40:46 +053040 select COMMON_CLK_IPROC
Linus Walleijda9a1c672016-04-19 11:08:07 +020041 select GPIOLIB
Anup Patel382618b2016-02-10 11:40:46 +053042 select PINCTRL
Ray Jui36b7c582015-07-27 15:42:20 -070043 help
44 This enables support for Broadcom iProc based SoCs
45
Jisheng Zhangdd40fd92015-08-03 21:24:45 +020046config ARCH_BERLIN
47 bool "Marvell Berlin SoC Family"
48 select DW_APB_ICTL
Linus Walleijda9a1c672016-04-19 11:08:07 +020049 select GPIOLIB
Jisheng Zhang75d8e1b2015-10-16 15:37:09 +080050 select PINCTRL
Jisheng Zhangdd40fd92015-08-03 21:24:45 +020051 help
52 This enables support for Marvell Berlin SoC Family
53
Florian Fainelli37eb56dc2016-06-29 12:49:34 -070054config ARCH_BRCMSTB
55 bool "Broadcom Set-Top-Box SoCs"
56 select BRCMSTB_L2_IRQ
57 select GENERIC_IRQ_CHIP
58 help
59 This enables support for Broadcom's ARMv8 Set Top Box SoCs
60
Olof Johanssoneed6b3e2015-07-15 07:10:21 -040061config ARCH_EXYNOS
Krzysztof Kozlowskic87b3e92015-11-16 10:09:13 +090062 bool "ARMv8 based Samsung Exynos SoC family"
Olof Johanssoneed6b3e2015-07-15 07:10:21 -040063 select COMMON_CLK_SAMSUNG
Krzysztof Kozlowskicaab3df2017-03-14 19:10:28 +020064 select EXYNOS_PM_DOMAINS if PM_GENERIC_DOMAINS
65 select EXYNOS_PMU
Olof Johanssoneed6b3e2015-07-15 07:10:21 -040066 select HAVE_S3C2410_WATCHDOG if WATCHDOG
67 select HAVE_S3C_RTC if RTC_CLASS
68 select PINCTRL
69 select PINCTRL_EXYNOS
Krzysztof Kozlowski3b3428e2016-05-10 16:30:54 +020070 select SOC_SAMSUNG
Olof Johanssoneed6b3e2015-07-15 07:10:21 -040071 help
Krzysztof Kozlowskic87b3e92015-11-16 10:09:13 +090072 This enables support for ARMv8 based Samsung Exynos SoC family.
Olof Johanssoneed6b3e2015-07-15 07:10:21 -040073
Bhupesh Sharma53a5fde2015-10-24 01:01:50 +053074config ARCH_LAYERSCAPE
75 bool "ARMv8 based Freescale Layerscape SoC family"
York Suneeb3d682016-08-23 15:14:03 -070076 select EDAC_SUPPORT
Olof Johanssoneed6b3e2015-07-15 07:10:21 -040077 help
Bhupesh Sharma53a5fde2015-10-24 01:01:50 +053078 This enables support for the Freescale Layerscape SoC family.
Olof Johanssoneed6b3e2015-07-15 07:10:21 -040079
Chanho Min198ed962016-04-11 20:54:44 +090080config ARCH_LG1K
81 bool "LG Electronics LG1K SoC Family"
82 help
83 This enables support for LG Electronics LG1K SoC Family
84
Olof Johanssoneed6b3e2015-07-15 07:10:21 -040085config ARCH_HISI
86 bool "Hisilicon SoC Family"
Leo Yan2b905d32016-01-21 18:53:48 +080087 select ARM_TIMER_SP804
Sudeep Hollaf9db43b2016-08-03 15:29:34 +010088 select HISILICON_IRQ_MBIGEN if PCI
John Stultz21adc4d2016-08-22 15:45:30 -070089 select PINCTRL
Olof Johanssoneed6b3e2015-07-15 07:10:21 -040090 help
91 This enables support for Hisilicon ARMv8 SoC family
92
93config ARCH_MEDIATEK
Sean Wang598f9b22017-10-19 17:52:54 +080094 bool "MediaTek SoC Family"
Olof Johanssoneed6b3e2015-07-15 07:10:21 -040095 select ARM_GIC
96 select PINCTRL
Yingjoe Chenc050b452015-10-02 23:05:18 +080097 select MTK_TIMER
Olof Johanssoneed6b3e2015-07-15 07:10:21 -040098 help
Sean Wang598f9b22017-10-19 17:52:54 +080099 This enables support for MediaTek MT27xx, MT65xx, MT76xx
100 & MT81xx ARMv8 SoCs
Olof Johanssoneed6b3e2015-07-15 07:10:21 -0400101
Andreas Färber451e9e52016-03-02 03:34:56 +0100102config ARCH_MESON
103 bool "Amlogic Platforms"
Carlo Caionebf56c772016-05-02 10:02:17 +0200104 select PINCTRL
105 select PINCTRL_MESON
Michael Turquette59bdefe2016-06-22 19:12:22 -0700106 select COMMON_CLK_AMLOGIC
107 select COMMON_CLK_GXBB
Qiufang Dai78b4af32017-12-11 22:13:46 +0800108 select COMMON_CLK_AXG
Jerome Brunetf2c21222017-10-19 14:01:40 +0200109 select MESON_IRQ_GPIO
Andreas Färber451e9e52016-03-02 03:34:56 +0100110 help
111 This enables support for the Amlogic S905 SoCs.
112
Gregory CLEMENTb4f596b2016-02-02 18:12:37 +0100113config ARCH_MVEBU
114 bool "Marvell EBU SoC Family"
Thomas Petazzoniad87c0f2016-04-26 09:58:29 +0200115 select ARMADA_AP806_SYSCON
116 select ARMADA_CP110_SYSCON
Gregory CLEMENTff60d832016-06-10 15:23:29 +0200117 select ARMADA_37XX_CLK
Gregory CLEMENTd2718d12017-04-05 17:18:03 +0200118 select GPIOLIB
119 select GPIOLIB_IRQCHIP
Thomas Petazzoni29ad6bd2017-06-21 15:29:16 +0200120 select MVEBU_GICP
121 select MVEBU_ICU
Thomas Petazzonib3920b22016-02-18 17:20:29 +0100122 select MVEBU_ODMI
Thomas Petazzoni04208a22016-08-05 16:55:20 +0200123 select MVEBU_PIC
Gregory CLEMENTd2718d12017-04-05 17:18:03 +0200124 select OF_GPIO
125 select PINCTRL
126 select PINCTRL_ARMADA_37XX
Gregory CLEMENTc4c14362017-06-12 17:34:55 +0200127 select PINCTRL_ARMADA_AP806
128 select PINCTRL_ARMADA_CP110
Gregory CLEMENTb4f596b2016-02-02 18:12:37 +0100129 help
Thomas Petazzonib3920b22016-02-18 17:20:29 +0100130 This enables support for Marvell EBU familly, including:
131 - Armada 3700 SoC Family
132 - Armada 7K SoC Family
133 - Armada 8K SoC Family
Gregory CLEMENTb4f596b2016-02-02 18:12:37 +0100134
Olof Johanssoneed6b3e2015-07-15 07:10:21 -0400135config ARCH_QCOM
136 bool "Qualcomm Platforms"
Michael Scotte19811a2016-10-21 10:56:08 -0700137 select GPIOLIB
Olof Johanssoneed6b3e2015-07-15 07:10:21 -0400138 select PINCTRL
139 help
140 This enables support for the ARMv8 based Qualcomm chipsets.
141
Andreas Färber1b0d6652017-02-13 19:45:05 +0100142config ARCH_REALTEK
143 bool "Realtek Platforms"
144 help
145 This enables support for the ARMv8 based Realtek chipsets,
146 like the RTD1295.
147
Heiko Stübnerfbac1c82015-07-17 00:33:51 +0200148config ARCH_ROCKCHIP
149 bool "Rockchip Platforms"
150 select ARCH_HAS_RESET_CONTROLLER
Linus Walleijda9a1c672016-04-19 11:08:07 +0200151 select GPIOLIB
Heiko Stübnerfbac1c82015-07-17 00:33:51 +0200152 select PINCTRL
153 select PINCTRL_ROCKCHIP
Caesar Wangc840f282015-09-25 10:14:57 +0800154 select ROCKCHIP_TIMER
Heiko Stübnerfbac1c82015-07-17 00:33:51 +0200155 help
156 This enables support for the ARMv8 based Rockchip chipsets,
157 like the RK3368.
158
Olof Johanssoneed6b3e2015-07-15 07:10:21 -0400159config ARCH_SEATTLE
160 bool "AMD Seattle SoC Family"
161 help
162 This enables support for AMD Seattle SOC Family
163
Simon Horman26a7e062015-11-17 02:42:32 +0900164config ARCH_SHMOBILE
165 bool
166
Ard Biesheuvel706cffc2017-11-06 18:34:37 +0000167config ARCH_SYNQUACER
168 bool "Socionext SynQuacer SoC Family"
169
Simon Horman26a7e062015-11-17 02:42:32 +0900170config ARCH_RENESAS
171 bool "Renesas SoC Platforms"
172 select ARCH_SHMOBILE
173 select PINCTRL
Geert Uytterhoeven2ee98232016-02-16 15:29:10 +0100174 select PM
175 select PM_GENERIC_DOMAINS
Magnus Dammf7e02052016-02-16 11:26:53 +0900176 select RENESAS_IRQC
Geert Uytterhoeven8d6799a2016-11-14 19:37:08 +0100177 select SOC_BUS
Simon Horman26a7e062015-11-17 02:42:32 +0900178 help
179 This enables support for the ARMv8 based Renesas SoCs.
180
181config ARCH_R8A7795
182 bool "Renesas R-Car H3 SoC Platform"
183 depends on ARCH_RENESAS
184 help
185 This enables support for the Renesas R-Car H3 SoC.
186
Simon Horman1561f202016-05-24 10:54:38 +0900187config ARCH_R8A7796
188 bool "Renesas R-Car M3-W SoC Platform"
189 depends on ARCH_RENESAS
190 help
191 This enables support for the Renesas R-Car M3-W SoC.
192
Jacopo Mondifd60ea32018-02-20 16:12:09 +0100193config ARCH_R8A77965
194 bool "Renesas R-Car M3-N SoC Platform"
195 depends on ARCH_RENESAS
196 help
197 This enables support for the Renesas R-Car M3-N SoC.
198
Geert Uytterhoevena6d21c02017-08-25 14:56:50 +0200199config ARCH_R8A77970
200 bool "Renesas R-Car V3M SoC Platform"
201 depends on ARCH_RENESAS
202 help
203 This enables support for the Renesas R-Car V3M SoC.
204
Sergei Shtylyovb85e1f72018-01-31 22:59:03 +0300205config ARCH_R8A77980
206 bool "Renesas R-Car V3H SoC Platform"
207 depends on ARCH_RENESAS
208 help
209 This enables support for the Renesas R-Car V3H SoC.
210
Yoshihiro Shimodac4e96f72018-04-11 18:35:53 +0900211config ARCH_R8A77990
212 bool "Renesas R-Car E3 SoC Platform"
213 depends on ARCH_RENESAS
214 help
215 This enables support for the Renesas R-Car E3 SoC.
216
Geert Uytterhoevena4b68d22017-07-20 14:29:01 +0200217config ARCH_R8A77995
218 bool "Renesas R-Car D3 SoC Platform"
219 depends on ARCH_RENESAS
220 help
221 This enables support for the Renesas R-Car D3 SoC.
222
Dinh Nguyen78cd6a92015-08-04 23:25:50 -0500223config ARCH_STRATIX10
224 bool "Altera's Stratix 10 SoCFPGA Family"
225 help
226 This enables support for Altera's Stratix 10 SoCFPGA Family.
227
Olof Johanssoneed6b3e2015-07-15 07:10:21 -0400228config ARCH_TEGRA
229 bool "NVIDIA Tegra SoC Family"
230 select ARCH_HAS_RESET_CONTROLLER
Olof Johanssoneed6b3e2015-07-15 07:10:21 -0400231 select CLKDEV_LOOKUP
232 select CLKSRC_MMIO
Daniel Lezcanobb0eb052017-05-26 19:34:11 +0200233 select TIMER_OF
Olof Johanssoneed6b3e2015-07-15 07:10:21 -0400234 select GENERIC_CLOCKEVENTS
Linus Walleijda9a1c672016-04-19 11:08:07 +0200235 select GPIOLIB
Olof Johanssoneed6b3e2015-07-15 07:10:21 -0400236 select PINCTRL
Jon Hunter98823242016-03-30 10:15:16 +0100237 select PM
238 select PM_GENERIC_DOMAINS
Olof Johanssoneed6b3e2015-07-15 07:10:21 -0400239 select RESET_CONTROLLER
240 help
241 This enables support for the NVIDIA Tegra SoC family.
242
Olof Johanssoneed6b3e2015-07-15 07:10:21 -0400243config ARCH_SPRD
244 bool "Spreadtrum SoC platform"
245 help
246 Support for Spreadtrum ARM based SoCs
247
248config ARCH_THUNDER
249 bool "Cavium Inc. Thunder SoC Family"
250 help
251 This enables support for Cavium's Thunder Family of SoCs.
252
Jayachandran C03b6fd52017-02-05 00:57:02 +0000253config ARCH_THUNDER2
254 bool "Cavium ThunderX2 Server Processors"
255 select GPIOLIB
256 help
257 This enables support for Cavium's ThunderX2 CN99XX family of
258 server processors.
259
Masahiro Yamada56aaafb2015-11-24 18:08:28 +0900260config ARCH_UNIPHIER
261 bool "Socionext UniPhier SoC Family"
Masahiro Yamada75924902016-10-08 11:25:34 +0900262 select ARCH_HAS_RESET_CONTROLLER
Masahiro Yamada56aaafb2015-11-24 18:08:28 +0900263 select PINCTRL
264 help
265 This enables support for Socionext UniPhier SoC family.
266
Olof Johanssoneed6b3e2015-07-15 07:10:21 -0400267config ARCH_VEXPRESS
268 bool "ARMv8 software model (Versatile Express)"
Olof Johanssoneed6b3e2015-07-15 07:10:21 -0400269 select COMMON_CLK_VERSATILE
Linus Walleijda9a1c672016-04-19 11:08:07 +0200270 select GPIOLIB
Sudeep Holla8da7cc02016-06-20 15:56:09 +0100271 select PM
272 select PM_GENERIC_DOMAINS
Olof Johanssoneed6b3e2015-07-15 07:10:21 -0400273 select POWER_RESET_VEXPRESS
274 select VEXPRESS_CONFIG
275 help
276 This enables support for the ARMv8 software model (Versatile
277 Express).
278
Zi Shen Lim5bfb3882016-02-20 19:49:20 +0530279config ARCH_VULCAN
Jayachandran Ca3145202017-05-22 07:36:04 +0000280 def_bool n
Zi Shen Lim5bfb3882016-02-20 19:49:20 +0530281
Olof Johanssoneed6b3e2015-07-15 07:10:21 -0400282config ARCH_XGENE
283 bool "AppliedMicro X-Gene SOC Family"
284 help
285 This enables support for AppliedMicro X-Gene SOC Family
286
Jun Nie12496ae2016-09-13 09:42:04 +0800287config ARCH_ZX
288 bool "ZTE ZX SoC Family"
Shawn Guo03d95c22017-08-09 14:18:50 +0800289 select PINCTRL
Jun Nie12496ae2016-09-13 09:42:04 +0800290 help
291 This enables support for ZTE ZX SoC Family
292
Olof Johanssoneed6b3e2015-07-15 07:10:21 -0400293config ARCH_ZYNQMP
294 bool "Xilinx ZynqMP Family"
295 help
296 This enables support for Xilinx ZynqMP Family
297
298endmenu