blob: 60f4bb55fec9c0b886ca565915cf2e7649628c39 [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"
5 help
6 This enables support for Allwinner sunxi based SoCs like the A64.
7
Antoine Tenarte2f0aba2016-02-25 11:14:51 +01008config ARCH_ALPINE
9 bool "Annapurna Labs Alpine platform"
Antoine Tenart93df6d12016-02-25 11:14:56 +010010 select ALPINE_MSI
Antoine Tenarte2f0aba2016-02-25 11:14:51 +010011 help
12 This enables support for the Annapurna Labs Alpine
13 Soc family.
14
Ray Jui36b7c582015-07-27 15:42:20 -070015config ARCH_BCM_IPROC
16 bool "Broadcom iProc SoC Family"
Anup Patel382618b2016-02-10 11:40:46 +053017 select COMMON_CLK_IPROC
18 select PINCTRL
19 select ARCH_REQUIRE_GPIOLIB
Ray Jui36b7c582015-07-27 15:42:20 -070020 help
21 This enables support for Broadcom iProc based SoCs
22
Jisheng Zhangdd40fd92015-08-03 21:24:45 +020023config ARCH_BERLIN
24 bool "Marvell Berlin SoC Family"
Jisheng Zhangc582fbf2015-09-18 21:47:37 +080025 select ARCH_REQUIRE_GPIOLIB
Jisheng Zhangdd40fd92015-08-03 21:24:45 +020026 select DW_APB_ICTL
Jisheng Zhang75d8e1b2015-10-16 15:37:09 +080027 select PINCTRL
Jisheng Zhangdd40fd92015-08-03 21:24:45 +020028 help
29 This enables support for Marvell Berlin SoC Family
30
Olof Johanssoneed6b3e2015-07-15 07:10:21 -040031config ARCH_EXYNOS
Krzysztof Kozlowskic87b3e92015-11-16 10:09:13 +090032 bool "ARMv8 based Samsung Exynos SoC family"
Olof Johanssoneed6b3e2015-07-15 07:10:21 -040033 select COMMON_CLK_SAMSUNG
34 select HAVE_S3C2410_WATCHDOG if WATCHDOG
35 select HAVE_S3C_RTC if RTC_CLASS
36 select PINCTRL
37 select PINCTRL_EXYNOS
Olof Johanssoneed6b3e2015-07-15 07:10:21 -040038 help
Krzysztof Kozlowskic87b3e92015-11-16 10:09:13 +090039 This enables support for ARMv8 based Samsung Exynos SoC family.
Olof Johanssoneed6b3e2015-07-15 07:10:21 -040040
Bhupesh Sharma53a5fde2015-10-24 01:01:50 +053041config ARCH_LAYERSCAPE
42 bool "ARMv8 based Freescale Layerscape SoC family"
Olof Johanssoneed6b3e2015-07-15 07:10:21 -040043 help
Bhupesh Sharma53a5fde2015-10-24 01:01:50 +053044 This enables support for the Freescale Layerscape SoC family.
Olof Johanssoneed6b3e2015-07-15 07:10:21 -040045
46config ARCH_HISI
47 bool "Hisilicon SoC Family"
MaJundd17a3c2016-03-23 17:06:32 +080048 select HISILICON_IRQ_MBIGEN
Olof Johanssoneed6b3e2015-07-15 07:10:21 -040049 help
50 This enables support for Hisilicon ARMv8 SoC family
51
52config ARCH_MEDIATEK
53 bool "Mediatek MT65xx & MT81xx ARMv8 SoC"
54 select ARM_GIC
55 select PINCTRL
Yingjoe Chenc050b452015-10-02 23:05:18 +080056 select MTK_TIMER
Olof Johanssoneed6b3e2015-07-15 07:10:21 -040057 help
58 Support for Mediatek MT65xx & MT81xx ARMv8 SoCs
59
Andreas Färber451e9e52016-03-02 03:34:56 +010060config ARCH_MESON
61 bool "Amlogic Platforms"
62 help
63 This enables support for the Amlogic S905 SoCs.
64
Gregory CLEMENTb4f596b2016-02-02 18:12:37 +010065config ARCH_MVEBU
66 bool "Marvell EBU SoC Family"
Thomas Petazzoniad87c0f2016-04-26 09:58:29 +020067 select ARMADA_AP806_SYSCON
68 select ARMADA_CP110_SYSCON
Thomas Petazzonib3920b22016-02-18 17:20:29 +010069 select MVEBU_ODMI
Gregory CLEMENTb4f596b2016-02-02 18:12:37 +010070 help
Thomas Petazzonib3920b22016-02-18 17:20:29 +010071 This enables support for Marvell EBU familly, including:
72 - Armada 3700 SoC Family
73 - Armada 7K SoC Family
74 - Armada 8K SoC Family
Gregory CLEMENTb4f596b2016-02-02 18:12:37 +010075
Olof Johanssoneed6b3e2015-07-15 07:10:21 -040076config ARCH_QCOM
77 bool "Qualcomm Platforms"
78 select PINCTRL
79 help
80 This enables support for the ARMv8 based Qualcomm chipsets.
81
Heiko Stübnerfbac1c82015-07-17 00:33:51 +020082config ARCH_ROCKCHIP
83 bool "Rockchip Platforms"
84 select ARCH_HAS_RESET_CONTROLLER
85 select ARCH_REQUIRE_GPIOLIB
86 select PINCTRL
87 select PINCTRL_ROCKCHIP
Caesar Wangc840f282015-09-25 10:14:57 +080088 select ROCKCHIP_TIMER
Heiko Stübnerfbac1c82015-07-17 00:33:51 +020089 help
90 This enables support for the ARMv8 based Rockchip chipsets,
91 like the RK3368.
92
Olof Johanssoneed6b3e2015-07-15 07:10:21 -040093config ARCH_SEATTLE
94 bool "AMD Seattle SoC Family"
95 help
96 This enables support for AMD Seattle SOC Family
97
Simon Horman26a7e062015-11-17 02:42:32 +090098config ARCH_SHMOBILE
99 bool
100
101config ARCH_RENESAS
102 bool "Renesas SoC Platforms"
103 select ARCH_SHMOBILE
104 select PINCTRL
Geert Uytterhoeven2ee98232016-02-16 15:29:10 +0100105 select PM
106 select PM_GENERIC_DOMAINS
Magnus Dammf7e02052016-02-16 11:26:53 +0900107 select RENESAS_IRQC
Simon Horman26a7e062015-11-17 02:42:32 +0900108 help
109 This enables support for the ARMv8 based Renesas SoCs.
110
111config ARCH_R8A7795
112 bool "Renesas R-Car H3 SoC Platform"
113 depends on ARCH_RENESAS
114 help
115 This enables support for the Renesas R-Car H3 SoC.
116
Dinh Nguyen78cd6a92015-08-04 23:25:50 -0500117config ARCH_STRATIX10
118 bool "Altera's Stratix 10 SoCFPGA Family"
119 help
120 This enables support for Altera's Stratix 10 SoCFPGA Family.
121
Olof Johanssoneed6b3e2015-07-15 07:10:21 -0400122config ARCH_TEGRA
123 bool "NVIDIA Tegra SoC Family"
124 select ARCH_HAS_RESET_CONTROLLER
125 select ARCH_REQUIRE_GPIOLIB
126 select CLKDEV_LOOKUP
127 select CLKSRC_MMIO
128 select CLKSRC_OF
129 select GENERIC_CLOCKEVENTS
130 select HAVE_CLK
131 select PINCTRL
132 select RESET_CONTROLLER
133 help
134 This enables support for the NVIDIA Tegra SoC family.
135
Olof Johanssoneed6b3e2015-07-15 07:10:21 -0400136config ARCH_SPRD
137 bool "Spreadtrum SoC platform"
138 help
139 Support for Spreadtrum ARM based SoCs
140
141config ARCH_THUNDER
142 bool "Cavium Inc. Thunder SoC Family"
143 help
144 This enables support for Cavium's Thunder Family of SoCs.
145
Masahiro Yamada56aaafb2015-11-24 18:08:28 +0900146config ARCH_UNIPHIER
147 bool "Socionext UniPhier SoC Family"
148 select PINCTRL
149 help
150 This enables support for Socionext UniPhier SoC family.
151
Olof Johanssoneed6b3e2015-07-15 07:10:21 -0400152config ARCH_VEXPRESS
153 bool "ARMv8 software model (Versatile Express)"
154 select ARCH_REQUIRE_GPIOLIB
155 select COMMON_CLK_VERSATILE
156 select POWER_RESET_VEXPRESS
157 select VEXPRESS_CONFIG
158 help
159 This enables support for the ARMv8 software model (Versatile
160 Express).
161
Zi Shen Lim5bfb3882016-02-20 19:49:20 +0530162config ARCH_VULCAN
163 bool "Broadcom Vulcan SOC Family"
164 help
165 This enables support for Broadcom Vulcan SoC Family
166
Olof Johanssoneed6b3e2015-07-15 07:10:21 -0400167config ARCH_XGENE
168 bool "AppliedMicro X-Gene SOC Family"
169 help
170 This enables support for AppliedMicro X-Gene SOC Family
171
172config ARCH_ZYNQMP
173 bool "Xilinx ZynqMP Family"
174 help
175 This enables support for Xilinx ZynqMP Family
176
177endmenu