blob: bb2616b161576b4a664536ccae5c761544e93167 [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
Olof Johanssoneed6b3e2015-07-15 07:10:21 -040045config ARCH_EXYNOS
Krzysztof Kozlowskic87b3e92015-11-16 10:09:13 +090046 bool "ARMv8 based Samsung Exynos SoC family"
Olof Johanssoneed6b3e2015-07-15 07:10:21 -040047 select COMMON_CLK_SAMSUNG
48 select HAVE_S3C2410_WATCHDOG if WATCHDOG
49 select HAVE_S3C_RTC if RTC_CLASS
50 select PINCTRL
51 select PINCTRL_EXYNOS
Krzysztof Kozlowski3b3428e2016-05-10 16:30:54 +020052 select SOC_SAMSUNG
Olof Johanssoneed6b3e2015-07-15 07:10:21 -040053 help
Krzysztof Kozlowskic87b3e92015-11-16 10:09:13 +090054 This enables support for ARMv8 based Samsung Exynos SoC family.
Olof Johanssoneed6b3e2015-07-15 07:10:21 -040055
Bhupesh Sharma53a5fde2015-10-24 01:01:50 +053056config ARCH_LAYERSCAPE
57 bool "ARMv8 based Freescale Layerscape SoC family"
Olof Johanssoneed6b3e2015-07-15 07:10:21 -040058 help
Bhupesh Sharma53a5fde2015-10-24 01:01:50 +053059 This enables support for the Freescale Layerscape SoC family.
Olof Johanssoneed6b3e2015-07-15 07:10:21 -040060
Chanho Min198ed962016-04-11 20:54:44 +090061config ARCH_LG1K
62 bool "LG Electronics LG1K SoC Family"
63 help
64 This enables support for LG Electronics LG1K SoC Family
65
Olof Johanssoneed6b3e2015-07-15 07:10:21 -040066config ARCH_HISI
67 bool "Hisilicon SoC Family"
Leo Yan2b905d32016-01-21 18:53:48 +080068 select ARM_TIMER_SP804
MaJundd17a3c2016-03-23 17:06:32 +080069 select HISILICON_IRQ_MBIGEN
Olof Johanssoneed6b3e2015-07-15 07:10:21 -040070 help
71 This enables support for Hisilicon ARMv8 SoC family
72
73config ARCH_MEDIATEK
74 bool "Mediatek MT65xx & MT81xx ARMv8 SoC"
75 select ARM_GIC
76 select PINCTRL
Yingjoe Chenc050b452015-10-02 23:05:18 +080077 select MTK_TIMER
Olof Johanssoneed6b3e2015-07-15 07:10:21 -040078 help
79 Support for Mediatek MT65xx & MT81xx ARMv8 SoCs
80
Andreas Färber451e9e52016-03-02 03:34:56 +010081config ARCH_MESON
82 bool "Amlogic Platforms"
Carlo Caionebf56c772016-05-02 10:02:17 +020083 select PINCTRL
84 select PINCTRL_MESON
Michael Turquette59bdefe2016-06-22 19:12:22 -070085 select COMMON_CLK_AMLOGIC
86 select COMMON_CLK_GXBB
Andreas Färber451e9e52016-03-02 03:34:56 +010087 help
88 This enables support for the Amlogic S905 SoCs.
89
Gregory CLEMENTb4f596b2016-02-02 18:12:37 +010090config ARCH_MVEBU
91 bool "Marvell EBU SoC Family"
Thomas Petazzoniad87c0f2016-04-26 09:58:29 +020092 select ARMADA_AP806_SYSCON
93 select ARMADA_CP110_SYSCON
Gregory CLEMENTff60d832016-06-10 15:23:29 +020094 select ARMADA_37XX_CLK
Thomas Petazzonib3920b22016-02-18 17:20:29 +010095 select MVEBU_ODMI
Gregory CLEMENTb4f596b2016-02-02 18:12:37 +010096 help
Thomas Petazzonib3920b22016-02-18 17:20:29 +010097 This enables support for Marvell EBU familly, including:
98 - Armada 3700 SoC Family
99 - Armada 7K SoC Family
100 - Armada 8K SoC Family
Gregory CLEMENTb4f596b2016-02-02 18:12:37 +0100101
Olof Johanssoneed6b3e2015-07-15 07:10:21 -0400102config ARCH_QCOM
103 bool "Qualcomm Platforms"
104 select PINCTRL
105 help
106 This enables support for the ARMv8 based Qualcomm chipsets.
107
Heiko Stübnerfbac1c82015-07-17 00:33:51 +0200108config ARCH_ROCKCHIP
109 bool "Rockchip Platforms"
110 select ARCH_HAS_RESET_CONTROLLER
111 select ARCH_REQUIRE_GPIOLIB
112 select PINCTRL
113 select PINCTRL_ROCKCHIP
Caesar Wangc840f282015-09-25 10:14:57 +0800114 select ROCKCHIP_TIMER
Heiko Stübnerfbac1c82015-07-17 00:33:51 +0200115 help
116 This enables support for the ARMv8 based Rockchip chipsets,
117 like the RK3368.
118
Olof Johanssoneed6b3e2015-07-15 07:10:21 -0400119config ARCH_SEATTLE
120 bool "AMD Seattle SoC Family"
121 help
122 This enables support for AMD Seattle SOC Family
123
Simon Horman26a7e062015-11-17 02:42:32 +0900124config ARCH_SHMOBILE
125 bool
126
127config ARCH_RENESAS
128 bool "Renesas SoC Platforms"
129 select ARCH_SHMOBILE
130 select PINCTRL
Geert Uytterhoeven2ee98232016-02-16 15:29:10 +0100131 select PM
132 select PM_GENERIC_DOMAINS
Magnus Dammf7e02052016-02-16 11:26:53 +0900133 select RENESAS_IRQC
Simon Horman26a7e062015-11-17 02:42:32 +0900134 help
135 This enables support for the ARMv8 based Renesas SoCs.
136
137config ARCH_R8A7795
138 bool "Renesas R-Car H3 SoC Platform"
139 depends on ARCH_RENESAS
140 help
141 This enables support for the Renesas R-Car H3 SoC.
142
Simon Horman1561f202016-05-24 10:54:38 +0900143config ARCH_R8A7796
144 bool "Renesas R-Car M3-W SoC Platform"
145 depends on ARCH_RENESAS
146 help
147 This enables support for the Renesas R-Car M3-W SoC.
148
Dinh Nguyen78cd6a92015-08-04 23:25:50 -0500149config ARCH_STRATIX10
150 bool "Altera's Stratix 10 SoCFPGA Family"
151 help
152 This enables support for Altera's Stratix 10 SoCFPGA Family.
153
Olof Johanssoneed6b3e2015-07-15 07:10:21 -0400154config ARCH_TEGRA
155 bool "NVIDIA Tegra SoC Family"
156 select ARCH_HAS_RESET_CONTROLLER
157 select ARCH_REQUIRE_GPIOLIB
158 select CLKDEV_LOOKUP
159 select CLKSRC_MMIO
160 select CLKSRC_OF
161 select GENERIC_CLOCKEVENTS
162 select HAVE_CLK
163 select PINCTRL
164 select RESET_CONTROLLER
165 help
166 This enables support for the NVIDIA Tegra SoC family.
167
Olof Johanssoneed6b3e2015-07-15 07:10:21 -0400168config ARCH_SPRD
169 bool "Spreadtrum SoC platform"
170 help
171 Support for Spreadtrum ARM based SoCs
172
173config ARCH_THUNDER
174 bool "Cavium Inc. Thunder SoC Family"
175 help
176 This enables support for Cavium's Thunder Family of SoCs.
177
Masahiro Yamada56aaafb2015-11-24 18:08:28 +0900178config ARCH_UNIPHIER
179 bool "Socionext UniPhier SoC Family"
180 select PINCTRL
181 help
182 This enables support for Socionext UniPhier SoC family.
183
Olof Johanssoneed6b3e2015-07-15 07:10:21 -0400184config ARCH_VEXPRESS
185 bool "ARMv8 software model (Versatile Express)"
186 select ARCH_REQUIRE_GPIOLIB
187 select COMMON_CLK_VERSATILE
Sudeep Holla8da7cc02016-06-20 15:56:09 +0100188 select PM
189 select PM_GENERIC_DOMAINS
Olof Johanssoneed6b3e2015-07-15 07:10:21 -0400190 select POWER_RESET_VEXPRESS
191 select VEXPRESS_CONFIG
192 help
193 This enables support for the ARMv8 software model (Versatile
194 Express).
195
Zi Shen Lim5bfb3882016-02-20 19:49:20 +0530196config ARCH_VULCAN
197 bool "Broadcom Vulcan SOC Family"
Kamlakant Patel9c7a6802016-04-28 10:32:47 +0530198 select GPIOLIB
Zi Shen Lim5bfb3882016-02-20 19:49:20 +0530199 help
200 This enables support for Broadcom Vulcan SoC Family
201
Olof Johanssoneed6b3e2015-07-15 07:10:21 -0400202config ARCH_XGENE
203 bool "AppliedMicro X-Gene SOC Family"
204 help
205 This enables support for AppliedMicro X-Gene SOC Family
206
207config ARCH_ZYNQMP
208 bool "Xilinx ZynqMP Family"
209 help
210 This enables support for Xilinx ZynqMP Family
211
212endmenu