blob: 129cc5ae4091489c08eb751f3e1b85b6eaa2eb9c [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 Fainelli37eb56dc2016-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"
Michael Scotte19811a2016-10-21 10:56:08 -0700116 select GPIOLIB
Olof Johanssoneed6b3e2015-07-15 07:10:21 -0400117 select PINCTRL
118 help
119 This enables support for the ARMv8 based Qualcomm chipsets.
120
Heiko Stübnerfbac1c82015-07-17 00:33:51 +0200121config ARCH_ROCKCHIP
122 bool "Rockchip Platforms"
123 select ARCH_HAS_RESET_CONTROLLER
Linus Walleijda9a1c672016-04-19 11:08:07 +0200124 select GPIOLIB
Heiko Stübnerfbac1c82015-07-17 00:33:51 +0200125 select PINCTRL
126 select PINCTRL_ROCKCHIP
Caesar Wangc840f282015-09-25 10:14:57 +0800127 select ROCKCHIP_TIMER
Heiko Stübnerfbac1c82015-07-17 00:33:51 +0200128 help
129 This enables support for the ARMv8 based Rockchip chipsets,
130 like the RK3368.
131
Olof Johanssoneed6b3e2015-07-15 07:10:21 -0400132config ARCH_SEATTLE
133 bool "AMD Seattle SoC Family"
134 help
135 This enables support for AMD Seattle SOC Family
136
Simon Horman26a7e062015-11-17 02:42:32 +0900137config ARCH_SHMOBILE
138 bool
139
140config ARCH_RENESAS
141 bool "Renesas SoC Platforms"
142 select ARCH_SHMOBILE
143 select PINCTRL
Geert Uytterhoeven2ee98232016-02-16 15:29:10 +0100144 select PM
145 select PM_GENERIC_DOMAINS
Magnus Dammf7e02052016-02-16 11:26:53 +0900146 select RENESAS_IRQC
Geert Uytterhoeven8d6799a2016-11-14 19:37:08 +0100147 select SOC_BUS
Simon Horman26a7e062015-11-17 02:42:32 +0900148 help
149 This enables support for the ARMv8 based Renesas SoCs.
150
151config ARCH_R8A7795
152 bool "Renesas R-Car H3 SoC Platform"
153 depends on ARCH_RENESAS
154 help
155 This enables support for the Renesas R-Car H3 SoC.
156
Simon Horman1561f202016-05-24 10:54:38 +0900157config ARCH_R8A7796
158 bool "Renesas R-Car M3-W SoC Platform"
159 depends on ARCH_RENESAS
160 help
161 This enables support for the Renesas R-Car M3-W SoC.
162
Dinh Nguyen78cd6a92015-08-04 23:25:50 -0500163config ARCH_STRATIX10
164 bool "Altera's Stratix 10 SoCFPGA Family"
165 help
166 This enables support for Altera's Stratix 10 SoCFPGA Family.
167
Olof Johanssoneed6b3e2015-07-15 07:10:21 -0400168config ARCH_TEGRA
169 bool "NVIDIA Tegra SoC Family"
170 select ARCH_HAS_RESET_CONTROLLER
Olof Johanssoneed6b3e2015-07-15 07:10:21 -0400171 select CLKDEV_LOOKUP
172 select CLKSRC_MMIO
173 select CLKSRC_OF
174 select GENERIC_CLOCKEVENTS
Linus Walleijda9a1c672016-04-19 11:08:07 +0200175 select GPIOLIB
Olof Johanssoneed6b3e2015-07-15 07:10:21 -0400176 select PINCTRL
Jon Hunter98823242016-03-30 10:15:16 +0100177 select PM
178 select PM_GENERIC_DOMAINS
Olof Johanssoneed6b3e2015-07-15 07:10:21 -0400179 select RESET_CONTROLLER
180 help
181 This enables support for the NVIDIA Tegra SoC family.
182
Olof Johanssoneed6b3e2015-07-15 07:10:21 -0400183config ARCH_SPRD
184 bool "Spreadtrum SoC platform"
185 help
186 Support for Spreadtrum ARM based SoCs
187
188config ARCH_THUNDER
189 bool "Cavium Inc. Thunder SoC Family"
190 help
191 This enables support for Cavium's Thunder Family of SoCs.
192
Jayachandran C03b6fd52017-02-05 00:57:02 +0000193config ARCH_THUNDER2
194 bool "Cavium ThunderX2 Server Processors"
195 select GPIOLIB
196 help
197 This enables support for Cavium's ThunderX2 CN99XX family of
198 server processors.
199
Masahiro Yamada56aaafb2015-11-24 18:08:28 +0900200config ARCH_UNIPHIER
201 bool "Socionext UniPhier SoC Family"
Masahiro Yamada75924902016-10-08 11:25:34 +0900202 select ARCH_HAS_RESET_CONTROLLER
Masahiro Yamada56aaafb2015-11-24 18:08:28 +0900203 select PINCTRL
204 help
205 This enables support for Socionext UniPhier SoC family.
206
Olof Johanssoneed6b3e2015-07-15 07:10:21 -0400207config ARCH_VEXPRESS
208 bool "ARMv8 software model (Versatile Express)"
Olof Johanssoneed6b3e2015-07-15 07:10:21 -0400209 select COMMON_CLK_VERSATILE
Linus Walleijda9a1c672016-04-19 11:08:07 +0200210 select GPIOLIB
Sudeep Holla8da7cc02016-06-20 15:56:09 +0100211 select PM
212 select PM_GENERIC_DOMAINS
Olof Johanssoneed6b3e2015-07-15 07:10:21 -0400213 select POWER_RESET_VEXPRESS
214 select VEXPRESS_CONFIG
215 help
216 This enables support for the ARMv8 software model (Versatile
217 Express).
218
Zi Shen Lim5bfb3882016-02-20 19:49:20 +0530219config ARCH_VULCAN
220 bool "Broadcom Vulcan SOC Family"
Kamlakant Patel9c7a6802016-04-28 10:32:47 +0530221 select GPIOLIB
Zi Shen Lim5bfb3882016-02-20 19:49:20 +0530222 help
223 This enables support for Broadcom Vulcan SoC Family
224
Olof Johanssoneed6b3e2015-07-15 07:10:21 -0400225config ARCH_XGENE
226 bool "AppliedMicro X-Gene SOC Family"
227 help
228 This enables support for AppliedMicro X-Gene SOC Family
229
Jun Nie12496ae2016-09-13 09:42:04 +0800230config ARCH_ZX
231 bool "ZTE ZX SoC Family"
232 help
233 This enables support for ZTE ZX SoC Family
234
Olof Johanssoneed6b3e2015-07-15 07:10:21 -0400235config ARCH_ZYNQMP
236 bool "Xilinx ZynqMP Family"
237 help
238 This enables support for Xilinx ZynqMP Family
239
240endmenu