blob: 6230a744fb0efe8ba06cca30792274264a4103ae [file] [log] [blame]
Olof Johanssoneed6b3e2015-07-15 07:10:21 -04001menu "Platform selection"
2
Antoine Tenarte2f0aba2016-02-25 11:14:51 +01003config ARCH_ALPINE
4 bool "Annapurna Labs Alpine platform"
5 help
6 This enables support for the Annapurna Labs Alpine
7 Soc family.
8
Ray Jui36b7c582015-07-27 15:42:20 -07009config ARCH_BCM_IPROC
10 bool "Broadcom iProc SoC Family"
11 help
12 This enables support for Broadcom iProc based SoCs
13
Jisheng Zhangdd40fd92015-08-03 21:24:45 +020014config ARCH_BERLIN
15 bool "Marvell Berlin SoC Family"
Jisheng Zhangc582fbf2015-09-18 21:47:37 +080016 select ARCH_REQUIRE_GPIOLIB
Jisheng Zhangdd40fd92015-08-03 21:24:45 +020017 select DW_APB_ICTL
Jisheng Zhang75d8e1b2015-10-16 15:37:09 +080018 select PINCTRL
Jisheng Zhangdd40fd92015-08-03 21:24:45 +020019 help
20 This enables support for Marvell Berlin SoC Family
21
Olof Johanssoneed6b3e2015-07-15 07:10:21 -040022config ARCH_EXYNOS
23 bool
24 help
25 This enables support for Samsung Exynos SoC family
26
27config ARCH_EXYNOS7
28 bool "ARMv8 based Samsung Exynos7"
29 select ARCH_EXYNOS
30 select COMMON_CLK_SAMSUNG
31 select HAVE_S3C2410_WATCHDOG if WATCHDOG
32 select HAVE_S3C_RTC if RTC_CLASS
33 select PINCTRL
34 select PINCTRL_EXYNOS
35
36 help
37 This enables support for Samsung Exynos7 SoC family
38
Bhupesh Sharma53a5fde2015-10-24 01:01:50 +053039config ARCH_LAYERSCAPE
40 bool "ARMv8 based Freescale Layerscape SoC family"
Olof Johanssoneed6b3e2015-07-15 07:10:21 -040041 help
Bhupesh Sharma53a5fde2015-10-24 01:01:50 +053042 This enables support for the Freescale Layerscape SoC family.
Olof Johanssoneed6b3e2015-07-15 07:10:21 -040043
44config ARCH_HISI
45 bool "Hisilicon SoC Family"
46 help
47 This enables support for Hisilicon ARMv8 SoC family
48
49config ARCH_MEDIATEK
50 bool "Mediatek MT65xx & MT81xx ARMv8 SoC"
51 select ARM_GIC
52 select PINCTRL
Yingjoe Chenc050b452015-10-02 23:05:18 +080053 select MTK_TIMER
Olof Johanssoneed6b3e2015-07-15 07:10:21 -040054 help
55 Support for Mediatek MT65xx & MT81xx ARMv8 SoCs
56
Gregory CLEMENTb4f596b2016-02-02 18:12:37 +010057config ARCH_MVEBU
58 bool "Marvell EBU SoC Family"
59 help
60 This enables support for Marvell EBU family such as the
61 Armada 3700 SoC family.
62
Olof Johanssoneed6b3e2015-07-15 07:10:21 -040063config ARCH_QCOM
64 bool "Qualcomm Platforms"
65 select PINCTRL
66 help
67 This enables support for the ARMv8 based Qualcomm chipsets.
68
Heiko Stübnerfbac1c82015-07-17 00:33:51 +020069config ARCH_ROCKCHIP
70 bool "Rockchip Platforms"
71 select ARCH_HAS_RESET_CONTROLLER
72 select ARCH_REQUIRE_GPIOLIB
73 select PINCTRL
74 select PINCTRL_ROCKCHIP
Caesar Wangc840f282015-09-25 10:14:57 +080075 select ROCKCHIP_TIMER
Heiko Stübnerfbac1c82015-07-17 00:33:51 +020076 help
77 This enables support for the ARMv8 based Rockchip chipsets,
78 like the RK3368.
79
Olof Johanssoneed6b3e2015-07-15 07:10:21 -040080config ARCH_SEATTLE
81 bool "AMD Seattle SoC Family"
82 help
83 This enables support for AMD Seattle SOC Family
84
Simon Horman26a7e062015-11-17 02:42:32 +090085config ARCH_SHMOBILE
86 bool
87
88config ARCH_RENESAS
89 bool "Renesas SoC Platforms"
90 select ARCH_SHMOBILE
91 select PINCTRL
92 select PM_GENERIC_DOMAINS if PM
93 help
94 This enables support for the ARMv8 based Renesas SoCs.
95
96config ARCH_R8A7795
97 bool "Renesas R-Car H3 SoC Platform"
98 depends on ARCH_RENESAS
99 help
100 This enables support for the Renesas R-Car H3 SoC.
101
Dinh Nguyen78cd6a92015-08-04 23:25:50 -0500102config ARCH_STRATIX10
103 bool "Altera's Stratix 10 SoCFPGA Family"
104 help
105 This enables support for Altera's Stratix 10 SoCFPGA Family.
106
Olof Johanssoneed6b3e2015-07-15 07:10:21 -0400107config ARCH_TEGRA
108 bool "NVIDIA Tegra SoC Family"
109 select ARCH_HAS_RESET_CONTROLLER
110 select ARCH_REQUIRE_GPIOLIB
111 select CLKDEV_LOOKUP
112 select CLKSRC_MMIO
113 select CLKSRC_OF
114 select GENERIC_CLOCKEVENTS
115 select HAVE_CLK
116 select PINCTRL
117 select RESET_CONTROLLER
118 help
119 This enables support for the NVIDIA Tegra SoC family.
120
Olof Johanssoneed6b3e2015-07-15 07:10:21 -0400121config ARCH_SPRD
122 bool "Spreadtrum SoC platform"
123 help
124 Support for Spreadtrum ARM based SoCs
125
126config ARCH_THUNDER
127 bool "Cavium Inc. Thunder SoC Family"
128 help
129 This enables support for Cavium's Thunder Family of SoCs.
130
Masahiro Yamada56aaafb2015-11-24 18:08:28 +0900131config ARCH_UNIPHIER
132 bool "Socionext UniPhier SoC Family"
133 select PINCTRL
134 help
135 This enables support for Socionext UniPhier SoC family.
136
Olof Johanssoneed6b3e2015-07-15 07:10:21 -0400137config ARCH_VEXPRESS
138 bool "ARMv8 software model (Versatile Express)"
139 select ARCH_REQUIRE_GPIOLIB
140 select COMMON_CLK_VERSATILE
141 select POWER_RESET_VEXPRESS
142 select VEXPRESS_CONFIG
143 help
144 This enables support for the ARMv8 software model (Versatile
145 Express).
146
147config ARCH_XGENE
148 bool "AppliedMicro X-Gene SOC Family"
149 help
150 This enables support for AppliedMicro X-Gene SOC Family
151
152config ARCH_ZYNQMP
153 bool "Xilinx ZynqMP Family"
154 help
155 This enables support for Xilinx ZynqMP Family
156
157endmenu