blob: be543c0b863dcf88a4c41ef738f3928f00b85b46 [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
Chanho Min198ed962016-04-11 20:54:44 +090046config ARCH_LG1K
47 bool "LG Electronics LG1K SoC Family"
48 help
49 This enables support for LG Electronics LG1K SoC Family
50
Olof Johanssoneed6b3e2015-07-15 07:10:21 -040051config ARCH_HISI
52 bool "Hisilicon SoC Family"
MaJundd17a3c2016-03-23 17:06:32 +080053 select HISILICON_IRQ_MBIGEN
Olof Johanssoneed6b3e2015-07-15 07:10:21 -040054 help
55 This enables support for Hisilicon ARMv8 SoC family
56
57config ARCH_MEDIATEK
58 bool "Mediatek MT65xx & MT81xx ARMv8 SoC"
59 select ARM_GIC
60 select PINCTRL
Yingjoe Chenc050b452015-10-02 23:05:18 +080061 select MTK_TIMER
Olof Johanssoneed6b3e2015-07-15 07:10:21 -040062 help
63 Support for Mediatek MT65xx & MT81xx ARMv8 SoCs
64
Andreas Färber451e9e52016-03-02 03:34:56 +010065config ARCH_MESON
66 bool "Amlogic Platforms"
67 help
68 This enables support for the Amlogic S905 SoCs.
69
Gregory CLEMENTb4f596b2016-02-02 18:12:37 +010070config ARCH_MVEBU
71 bool "Marvell EBU SoC Family"
Thomas Petazzonib3920b22016-02-18 17:20:29 +010072 select ARMADA_AP806_CORE_CLK
73 select ARMADA_AP806_RING_CLK
74 select MVEBU_ODMI
Gregory CLEMENTb4f596b2016-02-02 18:12:37 +010075 help
Thomas Petazzonib3920b22016-02-18 17:20:29 +010076 This enables support for Marvell EBU familly, including:
77 - Armada 3700 SoC Family
78 - Armada 7K SoC Family
79 - Armada 8K SoC Family
Gregory CLEMENTb4f596b2016-02-02 18:12:37 +010080
Olof Johanssoneed6b3e2015-07-15 07:10:21 -040081config ARCH_QCOM
82 bool "Qualcomm Platforms"
83 select PINCTRL
84 help
85 This enables support for the ARMv8 based Qualcomm chipsets.
86
Heiko Stübnerfbac1c82015-07-17 00:33:51 +020087config ARCH_ROCKCHIP
88 bool "Rockchip Platforms"
89 select ARCH_HAS_RESET_CONTROLLER
90 select ARCH_REQUIRE_GPIOLIB
91 select PINCTRL
92 select PINCTRL_ROCKCHIP
Caesar Wangc840f282015-09-25 10:14:57 +080093 select ROCKCHIP_TIMER
Heiko Stübnerfbac1c82015-07-17 00:33:51 +020094 help
95 This enables support for the ARMv8 based Rockchip chipsets,
96 like the RK3368.
97
Olof Johanssoneed6b3e2015-07-15 07:10:21 -040098config ARCH_SEATTLE
99 bool "AMD Seattle SoC Family"
100 help
101 This enables support for AMD Seattle SOC Family
102
Simon Horman26a7e062015-11-17 02:42:32 +0900103config ARCH_SHMOBILE
104 bool
105
106config ARCH_RENESAS
107 bool "Renesas SoC Platforms"
108 select ARCH_SHMOBILE
109 select PINCTRL
Geert Uytterhoeven2ee98232016-02-16 15:29:10 +0100110 select PM
111 select PM_GENERIC_DOMAINS
Magnus Dammf7e02052016-02-16 11:26:53 +0900112 select RENESAS_IRQC
Simon Horman26a7e062015-11-17 02:42:32 +0900113 help
114 This enables support for the ARMv8 based Renesas SoCs.
115
116config ARCH_R8A7795
117 bool "Renesas R-Car H3 SoC Platform"
118 depends on ARCH_RENESAS
119 help
120 This enables support for the Renesas R-Car H3 SoC.
121
Dinh Nguyen78cd6a92015-08-04 23:25:50 -0500122config ARCH_STRATIX10
123 bool "Altera's Stratix 10 SoCFPGA Family"
124 help
125 This enables support for Altera's Stratix 10 SoCFPGA Family.
126
Olof Johanssoneed6b3e2015-07-15 07:10:21 -0400127config ARCH_TEGRA
128 bool "NVIDIA Tegra SoC Family"
129 select ARCH_HAS_RESET_CONTROLLER
130 select ARCH_REQUIRE_GPIOLIB
131 select CLKDEV_LOOKUP
132 select CLKSRC_MMIO
133 select CLKSRC_OF
134 select GENERIC_CLOCKEVENTS
135 select HAVE_CLK
136 select PINCTRL
137 select RESET_CONTROLLER
138 help
139 This enables support for the NVIDIA Tegra SoC family.
140
Olof Johanssoneed6b3e2015-07-15 07:10:21 -0400141config ARCH_SPRD
142 bool "Spreadtrum SoC platform"
143 help
144 Support for Spreadtrum ARM based SoCs
145
146config ARCH_THUNDER
147 bool "Cavium Inc. Thunder SoC Family"
148 help
149 This enables support for Cavium's Thunder Family of SoCs.
150
Masahiro Yamada56aaafb2015-11-24 18:08:28 +0900151config ARCH_UNIPHIER
152 bool "Socionext UniPhier SoC Family"
153 select PINCTRL
154 help
155 This enables support for Socionext UniPhier SoC family.
156
Olof Johanssoneed6b3e2015-07-15 07:10:21 -0400157config ARCH_VEXPRESS
158 bool "ARMv8 software model (Versatile Express)"
159 select ARCH_REQUIRE_GPIOLIB
160 select COMMON_CLK_VERSATILE
161 select POWER_RESET_VEXPRESS
162 select VEXPRESS_CONFIG
163 help
164 This enables support for the ARMv8 software model (Versatile
165 Express).
166
Zi Shen Lim5bfb3882016-02-20 19:49:20 +0530167config ARCH_VULCAN
168 bool "Broadcom Vulcan SOC Family"
169 help
170 This enables support for Broadcom Vulcan SoC Family
171
Olof Johanssoneed6b3e2015-07-15 07:10:21 -0400172config ARCH_XGENE
173 bool "AppliedMicro X-Gene SOC Family"
174 help
175 This enables support for AppliedMicro X-Gene SOC Family
176
177config ARCH_ZYNQMP
178 bool "Xilinx ZynqMP Family"
179 help
180 This enables support for Xilinx ZynqMP Family
181
182endmenu