blob: d35cecbd74b249862239000186c7ffc6db04ca5a [file] [log] [blame]
Olof Johanssoneed6b3e2015-07-15 07:10:21 -04001menu "Platform selection"
2
Andre Przywarace3dd552015-12-22 12:27:47 +00003config ARCH_SUNXI
4 bool "Allwinner sunxi 64-bit SoC Family"
Suzuki K Poulose23485482016-05-09 23:37:35 +01005 select GENERIC_IRQ_CHIP
Andre Przywarad229d202016-08-08 18:21:43 +01006 select PINCTRL
7 select PINCTRL_SUN50I_A64
Andre Przywarace3dd552015-12-22 12:27:47 +00008 help
9 This enables support for Allwinner sunxi based SoCs like the A64.
10
Antoine Tenarte2f0aba2016-02-25 11:14:51 +010011config ARCH_ALPINE
12 bool "Annapurna Labs Alpine platform"
Sudeep Holla5a3f75a2016-08-03 15:29:33 +010013 select ALPINE_MSI if PCI
Antoine Tenarte2f0aba2016-02-25 11:14:51 +010014 help
15 This enables support for the Annapurna Labs Alpine
16 Soc family.
17
Eric Anholt628d30d2016-06-03 08:18:23 +020018config ARCH_BCM2835
19 bool "Broadcom BCM2835 family"
Eric Anholt628d30d2016-06-03 08:18:23 +020020 select CLKSRC_OF
Linus Walleijda9a1c672016-04-19 11:08:07 +020021 select GPIOLIB
Eric Anholt628d30d2016-06-03 08:18:23 +020022 select PINCTRL
23 select PINCTRL_BCM2835
24 select ARM_AMBA
25 select ARM_TIMER_SP804
26 select HAVE_ARM_ARCH_TIMER
27 help
28 This enables support for the Broadcom BCM2837 SoC.
29 This SoC is used in the Raspberry Pi 3 device.
30
Ray Jui36b7c582015-07-27 15:42:20 -070031config ARCH_BCM_IPROC
32 bool "Broadcom iProc SoC Family"
Anup Patel382618b2016-02-10 11:40:46 +053033 select COMMON_CLK_IPROC
Linus Walleijda9a1c672016-04-19 11:08:07 +020034 select GPIOLIB
Anup Patel382618b2016-02-10 11:40:46 +053035 select PINCTRL
Ray Jui36b7c582015-07-27 15:42:20 -070036 help
37 This enables support for Broadcom iProc based SoCs
38
Jisheng Zhangdd40fd92015-08-03 21:24:45 +020039config ARCH_BERLIN
40 bool "Marvell Berlin SoC Family"
41 select DW_APB_ICTL
Linus Walleijda9a1c672016-04-19 11:08:07 +020042 select GPIOLIB
Jisheng Zhang75d8e1b2015-10-16 15:37:09 +080043 select PINCTRL
Jisheng Zhangdd40fd92015-08-03 21:24:45 +020044 help
45 This enables support for Marvell Berlin SoC Family
46
Florian Fainelli37eb56d2016-06-29 12:49:34 -070047config ARCH_BRCMSTB
48 bool "Broadcom Set-Top-Box SoCs"
49 select BRCMSTB_L2_IRQ
50 select GENERIC_IRQ_CHIP
51 help
52 This enables support for Broadcom's ARMv8 Set Top Box SoCs
53
Olof Johanssoneed6b3e2015-07-15 07:10:21 -040054config ARCH_EXYNOS
Krzysztof Kozlowskic87b3e92015-11-16 10:09:13 +090055 bool "ARMv8 based Samsung Exynos SoC family"
Olof Johanssoneed6b3e2015-07-15 07:10:21 -040056 select COMMON_CLK_SAMSUNG
57 select HAVE_S3C2410_WATCHDOG if WATCHDOG
58 select HAVE_S3C_RTC if RTC_CLASS
59 select PINCTRL
60 select PINCTRL_EXYNOS
Krzysztof Kozlowski3b3428e2016-05-10 16:30:54 +020061 select SOC_SAMSUNG
Olof Johanssoneed6b3e2015-07-15 07:10:21 -040062 help
Krzysztof Kozlowskic87b3e92015-11-16 10:09:13 +090063 This enables support for ARMv8 based Samsung Exynos SoC family.
Olof Johanssoneed6b3e2015-07-15 07:10:21 -040064
Bhupesh Sharma53a5fde2015-10-24 01:01:50 +053065config ARCH_LAYERSCAPE
66 bool "ARMv8 based Freescale Layerscape SoC family"
York Suneeb3d682016-08-23 15:14:03 -070067 select EDAC_SUPPORT
Olof Johanssoneed6b3e2015-07-15 07:10:21 -040068 help
Bhupesh Sharma53a5fde2015-10-24 01:01:50 +053069 This enables support for the Freescale Layerscape SoC family.
Olof Johanssoneed6b3e2015-07-15 07:10:21 -040070
Chanho Min198ed962016-04-11 20:54:44 +090071config ARCH_LG1K
72 bool "LG Electronics LG1K SoC Family"
73 help
74 This enables support for LG Electronics LG1K SoC Family
75
Olof Johanssoneed6b3e2015-07-15 07:10:21 -040076config ARCH_HISI
77 bool "Hisilicon SoC Family"
Leo Yan2b905d32016-01-21 18:53:48 +080078 select ARM_TIMER_SP804
Sudeep Hollaf9db43b2016-08-03 15:29:34 +010079 select HISILICON_IRQ_MBIGEN if PCI
John Stultz21adc4d2016-08-22 15:45:30 -070080 select PINCTRL
Olof Johanssoneed6b3e2015-07-15 07:10:21 -040081 help
82 This enables support for Hisilicon ARMv8 SoC family
83
84config ARCH_MEDIATEK
85 bool "Mediatek MT65xx & MT81xx ARMv8 SoC"
86 select ARM_GIC
87 select PINCTRL
Yingjoe Chenc050b452015-10-02 23:05:18 +080088 select MTK_TIMER
Olof Johanssoneed6b3e2015-07-15 07:10:21 -040089 help
90 Support for Mediatek MT65xx & MT81xx ARMv8 SoCs
91
Andreas Färber451e9e52016-03-02 03:34:56 +010092config ARCH_MESON
93 bool "Amlogic Platforms"
Carlo Caionebf56c772016-05-02 10:02:17 +020094 select PINCTRL
95 select PINCTRL_MESON
Michael Turquette59bdefe2016-06-22 19:12:22 -070096 select COMMON_CLK_AMLOGIC
97 select COMMON_CLK_GXBB
Andreas Färber451e9e52016-03-02 03:34:56 +010098 help
99 This enables support for the Amlogic S905 SoCs.
100
Gregory CLEMENTb4f596b2016-02-02 18:12:37 +0100101config ARCH_MVEBU
102 bool "Marvell EBU SoC Family"
Thomas Petazzoniad87c0f2016-04-26 09:58:29 +0200103 select ARMADA_AP806_SYSCON
104 select ARMADA_CP110_SYSCON
Gregory CLEMENTff60d832016-06-10 15:23:29 +0200105 select ARMADA_37XX_CLK
Thomas Petazzonib3920b22016-02-18 17:20:29 +0100106 select MVEBU_ODMI
Thomas Petazzoni04208a22016-08-05 16:55:20 +0200107 select MVEBU_PIC
Gregory CLEMENTb4f596b2016-02-02 18:12:37 +0100108 help
Thomas Petazzonib3920b22016-02-18 17:20:29 +0100109 This enables support for Marvell EBU familly, including:
110 - Armada 3700 SoC Family
111 - Armada 7K SoC Family
112 - Armada 8K SoC Family
Gregory CLEMENTb4f596b2016-02-02 18:12:37 +0100113
Olof Johanssoneed6b3e2015-07-15 07:10:21 -0400114config ARCH_QCOM
115 bool "Qualcomm Platforms"
116 select PINCTRL
Shefali Jain6cfa3852017-11-27 15:40:52 +0530117 select CLKDEV_LOOKUP
118 select HAVE_CLK
119 select HAVE_CLK_PREPARE
Bhargav Gurappadia9e6ab42016-08-01 23:35:54 -0700120 select SOC_BUS
Deepak Katragadda596e73b2016-11-04 16:18:13 -0700121 select PM_OPP
Asish Bhattacharya933a7452017-07-14 05:12:05 +0530122 select MFD_CORE
123 select SND_SOC_COMPRESS
Asish Bhattacharya1ebf1582017-12-20 13:00:54 +0530124 select SND_HWDEP
Olof Johanssoneed6b3e2015-07-15 07:10:21 -0400125 help
126 This enables support for the ARMv8 based Qualcomm chipsets.
127
Kyle Yan6a20fae2017-02-14 13:34:41 -0800128config ARCH_SDM845
Kyle Yan430727f2017-03-31 10:33:46 -0700129 bool "Enable Support for Qualcomm Technologies Inc. SDM845"
Channagoud Kadabi6d4bb832016-06-30 23:40:05 -0700130 depends on ARCH_QCOM
Shefali Jain04eaabc2017-12-11 17:59:45 +0530131 select COMMON_CLK
Deepak Katragaddaac6a3fe2016-08-02 10:38:09 -0700132 select COMMON_CLK_QCOM
Deepak Katragaddaab84a842016-10-05 12:11:11 -0700133 select QCOM_GDSC
Channagoud Kadabi6d4bb832016-06-30 23:40:05 -0700134 help
Kyle Yan6a20fae2017-02-14 13:34:41 -0800135 This enables support for the SDM845 chipset. If you do not
Channagoud Kadabi6d4bb832016-06-30 23:40:05 -0700136 wish to build a kernel that runs on this chipset, say 'N' here.
137
Imran Khan04f08312017-03-30 15:07:43 +0530138config ARCH_SDM670
139 bool "Enable Support for Qualcomm Technologies Inc. SDM670"
Kyle Yan18b01d62016-11-08 15:26:53 -0800140 depends on ARCH_QCOM
Shefali Jain04eaabc2017-12-11 17:59:45 +0530141 select COMMON_CLK
Kyle Yan18b01d62016-11-08 15:26:53 -0800142 select COMMON_CLK_QCOM
143 select QCOM_GDSC
144 help
Imran Khan04f08312017-03-30 15:07:43 +0530145 This enables support for the SDM670 chipset. If you do not
Kyle Yan18b01d62016-11-08 15:26:53 -0800146 wish to build a kernel that runs on this chipset, say 'N' here.
147
Maria Yu0a5dd532017-09-15 10:03:19 +0800148config ARCH_MSM8953
149 bool "Enable Support for Qualcomm Technologies Inc. MSM8953"
150 depends on ARCH_QCOM
Maria Yuf49c3cc2017-12-01 13:37:49 +0800151 select CPU_FREQ_QCOM
Shefali Jain6cfa3852017-11-27 15:40:52 +0530152 select COMMON_CLK_MSM
Maria Yu0a5dd532017-09-15 10:03:19 +0800153 help
154 This enables support for the MSM8953 chipset. If you do not
155 wish to build a kernel that runs on this chipset, say 'N' here.
156
Maria Yu9855fd42017-09-28 16:41:51 +0800157config ARCH_SDM450
158 bool "Enable Support for Qualcomm Technologies Inc. SDM450"
159 depends on ARCH_QCOM
Maria Yuf49c3cc2017-12-01 13:37:49 +0800160 select CPU_FREQ_QCOM
Shefali Jain6cfa3852017-11-27 15:40:52 +0530161 select COMMON_CLK_MSM
Maria Yu9855fd42017-09-28 16:41:51 +0800162 help
163 This enables support for the sdm450 chipset. If you do not
164 wish to build a kernel that runs on this chipset, say 'N' here.
165
Maria Yu510ac3c2017-12-22 13:02:50 +0800166config ARCH_SDM632
167 bool "Enable Support for Qualcomm Technologies Inc. SDM632"
168 depends on ARCH_QCOM
169 select CPU_FREQ_QCOM
170 select COMMON_CLK_MSM
171 help
172 This enables support for the sdm632 chipset. If you do not
173 wish to build a kernel that runs on this chipset, say 'N' here.
174
Heiko Stübnerfbac1c82015-07-17 00:33:51 +0200175config ARCH_ROCKCHIP
176 bool "Rockchip Platforms"
177 select ARCH_HAS_RESET_CONTROLLER
Linus Walleijda9a1c672016-04-19 11:08:07 +0200178 select GPIOLIB
Heiko Stübnerfbac1c82015-07-17 00:33:51 +0200179 select PINCTRL
180 select PINCTRL_ROCKCHIP
Caesar Wangc840f282015-09-25 10:14:57 +0800181 select ROCKCHIP_TIMER
Heiko Stübnerfbac1c82015-07-17 00:33:51 +0200182 help
183 This enables support for the ARMv8 based Rockchip chipsets,
184 like the RK3368.
185
Olof Johanssoneed6b3e2015-07-15 07:10:21 -0400186config ARCH_SEATTLE
187 bool "AMD Seattle SoC Family"
188 help
189 This enables support for AMD Seattle SOC Family
190
Simon Horman26a7e062015-11-17 02:42:32 +0900191config ARCH_SHMOBILE
192 bool
193
194config ARCH_RENESAS
195 bool "Renesas SoC Platforms"
196 select ARCH_SHMOBILE
197 select PINCTRL
Geert Uytterhoeven2ee98232016-02-16 15:29:10 +0100198 select PM
199 select PM_GENERIC_DOMAINS
Magnus Dammf7e02052016-02-16 11:26:53 +0900200 select RENESAS_IRQC
Simon Horman26a7e062015-11-17 02:42:32 +0900201 help
202 This enables support for the ARMv8 based Renesas SoCs.
203
204config ARCH_R8A7795
205 bool "Renesas R-Car H3 SoC Platform"
206 depends on ARCH_RENESAS
207 help
208 This enables support for the Renesas R-Car H3 SoC.
209
Simon Horman1561f202016-05-24 10:54:38 +0900210config ARCH_R8A7796
211 bool "Renesas R-Car M3-W SoC Platform"
212 depends on ARCH_RENESAS
213 help
214 This enables support for the Renesas R-Car M3-W SoC.
215
Dinh Nguyen78cd6a92015-08-04 23:25:50 -0500216config ARCH_STRATIX10
217 bool "Altera's Stratix 10 SoCFPGA Family"
218 help
219 This enables support for Altera's Stratix 10 SoCFPGA Family.
220
Olof Johanssoneed6b3e2015-07-15 07:10:21 -0400221config ARCH_TEGRA
222 bool "NVIDIA Tegra SoC Family"
223 select ARCH_HAS_RESET_CONTROLLER
Olof Johanssoneed6b3e2015-07-15 07:10:21 -0400224 select CLKDEV_LOOKUP
225 select CLKSRC_MMIO
226 select CLKSRC_OF
227 select GENERIC_CLOCKEVENTS
Linus Walleijda9a1c672016-04-19 11:08:07 +0200228 select GPIOLIB
Olof Johanssoneed6b3e2015-07-15 07:10:21 -0400229 select PINCTRL
Jon Hunter98823242016-03-30 10:15:16 +0100230 select PM
231 select PM_GENERIC_DOMAINS
Olof Johanssoneed6b3e2015-07-15 07:10:21 -0400232 select RESET_CONTROLLER
233 help
234 This enables support for the NVIDIA Tegra SoC family.
235
Olof Johanssoneed6b3e2015-07-15 07:10:21 -0400236config ARCH_SPRD
237 bool "Spreadtrum SoC platform"
238 help
239 Support for Spreadtrum ARM based SoCs
240
241config ARCH_THUNDER
242 bool "Cavium Inc. Thunder SoC Family"
243 help
244 This enables support for Cavium's Thunder Family of SoCs.
245
Masahiro Yamada56aaafb2015-11-24 18:08:28 +0900246config ARCH_UNIPHIER
247 bool "Socionext UniPhier SoC Family"
Masahiro Yamada75924902016-10-08 11:25:34 +0900248 select ARCH_HAS_RESET_CONTROLLER
Masahiro Yamada56aaafb2015-11-24 18:08:28 +0900249 select PINCTRL
250 help
251 This enables support for Socionext UniPhier SoC family.
252
Olof Johanssoneed6b3e2015-07-15 07:10:21 -0400253config ARCH_VEXPRESS
254 bool "ARMv8 software model (Versatile Express)"
Olof Johanssoneed6b3e2015-07-15 07:10:21 -0400255 select COMMON_CLK_VERSATILE
Linus Walleijda9a1c672016-04-19 11:08:07 +0200256 select GPIOLIB
Sudeep Holla8da7cc02016-06-20 15:56:09 +0100257 select PM
258 select PM_GENERIC_DOMAINS
Olof Johanssoneed6b3e2015-07-15 07:10:21 -0400259 select POWER_RESET_VEXPRESS
260 select VEXPRESS_CONFIG
261 help
262 This enables support for the ARMv8 software model (Versatile
263 Express).
264
Zi Shen Lim5bfb3882016-02-20 19:49:20 +0530265config ARCH_VULCAN
266 bool "Broadcom Vulcan SOC Family"
Kamlakant Patel9c7a6802016-04-28 10:32:47 +0530267 select GPIOLIB
Zi Shen Lim5bfb3882016-02-20 19:49:20 +0530268 help
269 This enables support for Broadcom Vulcan SoC Family
270
Olof Johanssoneed6b3e2015-07-15 07:10:21 -0400271config ARCH_XGENE
272 bool "AppliedMicro X-Gene SOC Family"
273 help
274 This enables support for AppliedMicro X-Gene SOC Family
275
Jun Nie12496ae2016-09-13 09:42:04 +0800276config ARCH_ZX
277 bool "ZTE ZX SoC Family"
278 help
279 This enables support for ZTE ZX SoC Family
280
Olof Johanssoneed6b3e2015-07-15 07:10:21 -0400281config ARCH_ZYNQMP
282 bool "Xilinx ZynqMP Family"
283 help
284 This enables support for Xilinx ZynqMP Family
285
286endmenu