blob: 9f2aceec9b3b71a31a35832f9984656ed8c49542 [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 Przywarace3dd552015-12-22 12:27:47 +00006 help
7 This enables support for Allwinner sunxi based SoCs like the A64.
8
Antoine Tenarte2f0aba2016-02-25 11:14:51 +01009config ARCH_ALPINE
10 bool "Annapurna Labs Alpine platform"
Antoine Tenart93df6d12016-02-25 11:14:56 +010011 select ALPINE_MSI
Antoine Tenarte2f0aba2016-02-25 11:14:51 +010012 help
13 This enables support for the Annapurna Labs Alpine
14 Soc family.
15
Eric Anholt628d30d2016-06-03 08:18:23 +020016config ARCH_BCM2835
17 bool "Broadcom BCM2835 family"
18 select ARCH_REQUIRE_GPIOLIB
19 select CLKSRC_OF
20 select PINCTRL
21 select PINCTRL_BCM2835
22 select ARM_AMBA
23 select ARM_TIMER_SP804
24 select HAVE_ARM_ARCH_TIMER
25 help
26 This enables support for the Broadcom BCM2837 SoC.
27 This SoC is used in the Raspberry Pi 3 device.
28
Ray Jui36b7c582015-07-27 15:42:20 -070029config ARCH_BCM_IPROC
30 bool "Broadcom iProc SoC Family"
Anup Patel382618b2016-02-10 11:40:46 +053031 select COMMON_CLK_IPROC
32 select PINCTRL
33 select ARCH_REQUIRE_GPIOLIB
Ray Jui36b7c582015-07-27 15:42:20 -070034 help
35 This enables support for Broadcom iProc based SoCs
36
Jisheng Zhangdd40fd92015-08-03 21:24:45 +020037config ARCH_BERLIN
38 bool "Marvell Berlin SoC Family"
Jisheng Zhangc582fbf2015-09-18 21:47:37 +080039 select ARCH_REQUIRE_GPIOLIB
Jisheng Zhangdd40fd92015-08-03 21:24:45 +020040 select DW_APB_ICTL
Jisheng Zhang75d8e1b2015-10-16 15:37:09 +080041 select PINCTRL
Jisheng Zhangdd40fd92015-08-03 21:24:45 +020042 help
43 This enables support for Marvell Berlin SoC Family
44
Florian Fainelli37eb56d2016-06-29 12:49:34 -070045config ARCH_BRCMSTB
46 bool "Broadcom Set-Top-Box SoCs"
47 select BRCMSTB_L2_IRQ
48 select GENERIC_IRQ_CHIP
49 help
50 This enables support for Broadcom's ARMv8 Set Top Box SoCs
51
Olof Johanssoneed6b3e2015-07-15 07:10:21 -040052config ARCH_EXYNOS
Krzysztof Kozlowskic87b3e92015-11-16 10:09:13 +090053 bool "ARMv8 based Samsung Exynos SoC family"
Olof Johanssoneed6b3e2015-07-15 07:10:21 -040054 select COMMON_CLK_SAMSUNG
55 select HAVE_S3C2410_WATCHDOG if WATCHDOG
56 select HAVE_S3C_RTC if RTC_CLASS
57 select PINCTRL
58 select PINCTRL_EXYNOS
Krzysztof Kozlowski3b3428e2016-05-10 16:30:54 +020059 select SOC_SAMSUNG
Olof Johanssoneed6b3e2015-07-15 07:10:21 -040060 help
Krzysztof Kozlowskic87b3e92015-11-16 10:09:13 +090061 This enables support for ARMv8 based Samsung Exynos SoC family.
Olof Johanssoneed6b3e2015-07-15 07:10:21 -040062
Bhupesh Sharma53a5fde2015-10-24 01:01:50 +053063config ARCH_LAYERSCAPE
64 bool "ARMv8 based Freescale Layerscape SoC family"
Olof Johanssoneed6b3e2015-07-15 07:10:21 -040065 help
Bhupesh Sharma53a5fde2015-10-24 01:01:50 +053066 This enables support for the Freescale Layerscape SoC family.
Olof Johanssoneed6b3e2015-07-15 07:10:21 -040067
Chanho Min198ed962016-04-11 20:54:44 +090068config ARCH_LG1K
69 bool "LG Electronics LG1K SoC Family"
70 help
71 This enables support for LG Electronics LG1K SoC Family
72
Olof Johanssoneed6b3e2015-07-15 07:10:21 -040073config ARCH_HISI
74 bool "Hisilicon SoC Family"
Leo Yan2b905d32016-01-21 18:53:48 +080075 select ARM_TIMER_SP804
MaJundd17a3c2016-03-23 17:06:32 +080076 select HISILICON_IRQ_MBIGEN
Olof Johanssoneed6b3e2015-07-15 07:10:21 -040077 help
78 This enables support for Hisilicon ARMv8 SoC family
79
80config ARCH_MEDIATEK
81 bool "Mediatek MT65xx & MT81xx ARMv8 SoC"
82 select ARM_GIC
83 select PINCTRL
Yingjoe Chenc050b452015-10-02 23:05:18 +080084 select MTK_TIMER
Olof Johanssoneed6b3e2015-07-15 07:10:21 -040085 help
86 Support for Mediatek MT65xx & MT81xx ARMv8 SoCs
87
Andreas Färber451e9e52016-03-02 03:34:56 +010088config ARCH_MESON
89 bool "Amlogic Platforms"
Carlo Caionebf56c772016-05-02 10:02:17 +020090 select PINCTRL
91 select PINCTRL_MESON
Michael Turquette59bdefe2016-06-22 19:12:22 -070092 select COMMON_CLK_AMLOGIC
93 select COMMON_CLK_GXBB
Andreas Färber451e9e52016-03-02 03:34:56 +010094 help
95 This enables support for the Amlogic S905 SoCs.
96
Gregory CLEMENTb4f596b2016-02-02 18:12:37 +010097config ARCH_MVEBU
98 bool "Marvell EBU SoC Family"
Thomas Petazzoniad87c0f2016-04-26 09:58:29 +020099 select ARMADA_AP806_SYSCON
100 select ARMADA_CP110_SYSCON
Gregory CLEMENTff60d832016-06-10 15:23:29 +0200101 select ARMADA_37XX_CLK
Thomas Petazzonib3920b22016-02-18 17:20:29 +0100102 select MVEBU_ODMI
Gregory CLEMENTb4f596b2016-02-02 18:12:37 +0100103 help
Thomas Petazzonib3920b22016-02-18 17:20:29 +0100104 This enables support for Marvell EBU familly, including:
105 - Armada 3700 SoC Family
106 - Armada 7K SoC Family
107 - Armada 8K SoC Family
Gregory CLEMENTb4f596b2016-02-02 18:12:37 +0100108
Olof Johanssoneed6b3e2015-07-15 07:10:21 -0400109config ARCH_QCOM
110 bool "Qualcomm Platforms"
111 select PINCTRL
112 help
113 This enables support for the ARMv8 based Qualcomm chipsets.
114
Heiko Stübnerfbac1c82015-07-17 00:33:51 +0200115config ARCH_ROCKCHIP
116 bool "Rockchip Platforms"
117 select ARCH_HAS_RESET_CONTROLLER
118 select ARCH_REQUIRE_GPIOLIB
119 select PINCTRL
120 select PINCTRL_ROCKCHIP
Caesar Wangc840f282015-09-25 10:14:57 +0800121 select ROCKCHIP_TIMER
Heiko Stübnerfbac1c82015-07-17 00:33:51 +0200122 help
123 This enables support for the ARMv8 based Rockchip chipsets,
124 like the RK3368.
125
Olof Johanssoneed6b3e2015-07-15 07:10:21 -0400126config ARCH_SEATTLE
127 bool "AMD Seattle SoC Family"
128 help
129 This enables support for AMD Seattle SOC Family
130
Simon Horman26a7e062015-11-17 02:42:32 +0900131config ARCH_SHMOBILE
132 bool
133
134config ARCH_RENESAS
135 bool "Renesas SoC Platforms"
136 select ARCH_SHMOBILE
137 select PINCTRL
Geert Uytterhoeven2ee98232016-02-16 15:29:10 +0100138 select PM
139 select PM_GENERIC_DOMAINS
Magnus Dammf7e02052016-02-16 11:26:53 +0900140 select RENESAS_IRQC
Simon Horman26a7e062015-11-17 02:42:32 +0900141 help
142 This enables support for the ARMv8 based Renesas SoCs.
143
144config ARCH_R8A7795
145 bool "Renesas R-Car H3 SoC Platform"
146 depends on ARCH_RENESAS
147 help
148 This enables support for the Renesas R-Car H3 SoC.
149
Simon Horman1561f202016-05-24 10:54:38 +0900150config ARCH_R8A7796
151 bool "Renesas R-Car M3-W SoC Platform"
152 depends on ARCH_RENESAS
153 help
154 This enables support for the Renesas R-Car M3-W SoC.
155
Dinh Nguyen78cd6a92015-08-04 23:25:50 -0500156config ARCH_STRATIX10
157 bool "Altera's Stratix 10 SoCFPGA Family"
158 help
159 This enables support for Altera's Stratix 10 SoCFPGA Family.
160
Olof Johanssoneed6b3e2015-07-15 07:10:21 -0400161config ARCH_TEGRA
162 bool "NVIDIA Tegra SoC Family"
163 select ARCH_HAS_RESET_CONTROLLER
164 select ARCH_REQUIRE_GPIOLIB
165 select CLKDEV_LOOKUP
166 select CLKSRC_MMIO
167 select CLKSRC_OF
168 select GENERIC_CLOCKEVENTS
169 select HAVE_CLK
170 select PINCTRL
171 select RESET_CONTROLLER
172 help
173 This enables support for the NVIDIA Tegra SoC family.
174
Olof Johanssoneed6b3e2015-07-15 07:10:21 -0400175config ARCH_SPRD
176 bool "Spreadtrum SoC platform"
177 help
178 Support for Spreadtrum ARM based SoCs
179
180config ARCH_THUNDER
181 bool "Cavium Inc. Thunder SoC Family"
182 help
183 This enables support for Cavium's Thunder Family of SoCs.
184
Masahiro Yamada56aaafb2015-11-24 18:08:28 +0900185config ARCH_UNIPHIER
186 bool "Socionext UniPhier SoC Family"
187 select PINCTRL
188 help
189 This enables support for Socionext UniPhier SoC family.
190
Olof Johanssoneed6b3e2015-07-15 07:10:21 -0400191config ARCH_VEXPRESS
192 bool "ARMv8 software model (Versatile Express)"
193 select ARCH_REQUIRE_GPIOLIB
194 select COMMON_CLK_VERSATILE
Sudeep Holla8da7cc02016-06-20 15:56:09 +0100195 select PM
196 select PM_GENERIC_DOMAINS
Olof Johanssoneed6b3e2015-07-15 07:10:21 -0400197 select POWER_RESET_VEXPRESS
198 select VEXPRESS_CONFIG
199 help
200 This enables support for the ARMv8 software model (Versatile
201 Express).
202
Zi Shen Lim5bfb3882016-02-20 19:49:20 +0530203config ARCH_VULCAN
204 bool "Broadcom Vulcan SOC Family"
Kamlakant Patel9c7a6802016-04-28 10:32:47 +0530205 select GPIOLIB
Zi Shen Lim5bfb3882016-02-20 19:49:20 +0530206 help
207 This enables support for Broadcom Vulcan SoC Family
208
Olof Johanssoneed6b3e2015-07-15 07:10:21 -0400209config ARCH_XGENE
210 bool "AppliedMicro X-Gene SOC Family"
211 help
212 This enables support for AppliedMicro X-Gene SOC Family
213
214config ARCH_ZYNQMP
215 bool "Xilinx ZynqMP Family"
216 help
217 This enables support for Xilinx ZynqMP Family
218
219endmenu