blob: 759a7e0c50abdaf5779687add560aea27f87a94f [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"
Leo Yan2b905d32016-01-21 18:53:48 +080048 select ARM_TIMER_SP804
MaJundd17a3c2016-03-23 17:06:32 +080049 select HISILICON_IRQ_MBIGEN
Olof Johanssoneed6b3e2015-07-15 07:10:21 -040050 help
51 This enables support for Hisilicon ARMv8 SoC family
52
53config ARCH_MEDIATEK
54 bool "Mediatek MT65xx & MT81xx ARMv8 SoC"
55 select ARM_GIC
56 select PINCTRL
Yingjoe Chenc050b452015-10-02 23:05:18 +080057 select MTK_TIMER
Olof Johanssoneed6b3e2015-07-15 07:10:21 -040058 help
59 Support for Mediatek MT65xx & MT81xx ARMv8 SoCs
60
Andreas Färber451e9e52016-03-02 03:34:56 +010061config ARCH_MESON
62 bool "Amlogic Platforms"
63 help
64 This enables support for the Amlogic S905 SoCs.
65
Gregory CLEMENTb4f596b2016-02-02 18:12:37 +010066config ARCH_MVEBU
67 bool "Marvell EBU SoC Family"
Thomas Petazzonib3920b22016-02-18 17:20:29 +010068 select ARMADA_AP806_CORE_CLK
69 select ARMADA_AP806_RING_CLK
70 select MVEBU_ODMI
Gregory CLEMENTb4f596b2016-02-02 18:12:37 +010071 help
Thomas Petazzonib3920b22016-02-18 17:20:29 +010072 This enables support for Marvell EBU familly, including:
73 - Armada 3700 SoC Family
74 - Armada 7K SoC Family
75 - Armada 8K SoC Family
Gregory CLEMENTb4f596b2016-02-02 18:12:37 +010076
Olof Johanssoneed6b3e2015-07-15 07:10:21 -040077config ARCH_QCOM
78 bool "Qualcomm Platforms"
79 select PINCTRL
80 help
81 This enables support for the ARMv8 based Qualcomm chipsets.
82
Heiko Stübnerfbac1c82015-07-17 00:33:51 +020083config ARCH_ROCKCHIP
84 bool "Rockchip Platforms"
85 select ARCH_HAS_RESET_CONTROLLER
86 select ARCH_REQUIRE_GPIOLIB
87 select PINCTRL
88 select PINCTRL_ROCKCHIP
Caesar Wangc840f282015-09-25 10:14:57 +080089 select ROCKCHIP_TIMER
Heiko Stübnerfbac1c82015-07-17 00:33:51 +020090 help
91 This enables support for the ARMv8 based Rockchip chipsets,
92 like the RK3368.
93
Olof Johanssoneed6b3e2015-07-15 07:10:21 -040094config ARCH_SEATTLE
95 bool "AMD Seattle SoC Family"
96 help
97 This enables support for AMD Seattle SOC Family
98
Simon Horman26a7e062015-11-17 02:42:32 +090099config ARCH_SHMOBILE
100 bool
101
102config ARCH_RENESAS
103 bool "Renesas SoC Platforms"
104 select ARCH_SHMOBILE
105 select PINCTRL
Geert Uytterhoeven2ee98232016-02-16 15:29:10 +0100106 select PM
107 select PM_GENERIC_DOMAINS
Magnus Dammf7e02052016-02-16 11:26:53 +0900108 select RENESAS_IRQC
Simon Horman26a7e062015-11-17 02:42:32 +0900109 help
110 This enables support for the ARMv8 based Renesas SoCs.
111
112config ARCH_R8A7795
113 bool "Renesas R-Car H3 SoC Platform"
114 depends on ARCH_RENESAS
115 help
116 This enables support for the Renesas R-Car H3 SoC.
117
Dinh Nguyen78cd6a92015-08-04 23:25:50 -0500118config ARCH_STRATIX10
119 bool "Altera's Stratix 10 SoCFPGA Family"
120 help
121 This enables support for Altera's Stratix 10 SoCFPGA Family.
122
Olof Johanssoneed6b3e2015-07-15 07:10:21 -0400123config ARCH_TEGRA
124 bool "NVIDIA Tegra SoC Family"
125 select ARCH_HAS_RESET_CONTROLLER
126 select ARCH_REQUIRE_GPIOLIB
127 select CLKDEV_LOOKUP
128 select CLKSRC_MMIO
129 select CLKSRC_OF
130 select GENERIC_CLOCKEVENTS
131 select HAVE_CLK
132 select PINCTRL
133 select RESET_CONTROLLER
134 help
135 This enables support for the NVIDIA Tegra SoC family.
136
Olof Johanssoneed6b3e2015-07-15 07:10:21 -0400137config ARCH_SPRD
138 bool "Spreadtrum SoC platform"
139 help
140 Support for Spreadtrum ARM based SoCs
141
142config ARCH_THUNDER
143 bool "Cavium Inc. Thunder SoC Family"
144 help
145 This enables support for Cavium's Thunder Family of SoCs.
146
Masahiro Yamada56aaafb2015-11-24 18:08:28 +0900147config ARCH_UNIPHIER
148 bool "Socionext UniPhier SoC Family"
149 select PINCTRL
150 help
151 This enables support for Socionext UniPhier SoC family.
152
Olof Johanssoneed6b3e2015-07-15 07:10:21 -0400153config ARCH_VEXPRESS
154 bool "ARMv8 software model (Versatile Express)"
155 select ARCH_REQUIRE_GPIOLIB
156 select COMMON_CLK_VERSATILE
157 select POWER_RESET_VEXPRESS
158 select VEXPRESS_CONFIG
159 help
160 This enables support for the ARMv8 software model (Versatile
161 Express).
162
Zi Shen Lim5bfb3882016-02-20 19:49:20 +0530163config ARCH_VULCAN
164 bool "Broadcom Vulcan SOC Family"
165 help
166 This enables support for Broadcom Vulcan SoC Family
167
Olof Johanssoneed6b3e2015-07-15 07:10:21 -0400168config ARCH_XGENE
169 bool "AppliedMicro X-Gene SOC Family"
170 help
171 This enables support for AppliedMicro X-Gene SOC Family
172
173config ARCH_ZYNQMP
174 bool "Xilinx ZynqMP Family"
175 help
176 This enables support for Xilinx ZynqMP Family
177
178endmenu