blob: c9a184bd7ae2ac4d191690ec95645f5c2f3ef83a [file] [log] [blame]
Olof Johanssoneed6b3e2015-07-15 07:10:21 -04001menu "Platform selection"
2
Ray Jui36b7c582015-07-27 15:42:20 -07003config ARCH_BCM_IPROC
4 bool "Broadcom iProc SoC Family"
5 help
6 This enables support for Broadcom iProc based SoCs
7
Jisheng Zhangdd40fd92015-08-03 21:24:45 +02008config ARCH_BERLIN
9 bool "Marvell Berlin SoC Family"
Jisheng Zhangc582fbf2015-09-18 21:47:37 +080010 select ARCH_REQUIRE_GPIOLIB
Jisheng Zhangdd40fd92015-08-03 21:24:45 +020011 select DW_APB_ICTL
Jisheng Zhang75d8e1b2015-10-16 15:37:09 +080012 select PINCTRL
Jisheng Zhangdd40fd92015-08-03 21:24:45 +020013 help
14 This enables support for Marvell Berlin SoC Family
15
Olof Johanssoneed6b3e2015-07-15 07:10:21 -040016config ARCH_EXYNOS
17 bool
18 help
19 This enables support for Samsung Exynos SoC family
20
21config ARCH_EXYNOS7
22 bool "ARMv8 based Samsung Exynos7"
23 select ARCH_EXYNOS
24 select COMMON_CLK_SAMSUNG
25 select HAVE_S3C2410_WATCHDOG if WATCHDOG
26 select HAVE_S3C_RTC if RTC_CLASS
27 select PINCTRL
28 select PINCTRL_EXYNOS
29
30 help
31 This enables support for Samsung Exynos7 SoC family
32
Bhupesh Sharma53a5fde2015-10-24 01:01:50 +053033config ARCH_LAYERSCAPE
34 bool "ARMv8 based Freescale Layerscape SoC family"
Olof Johanssoneed6b3e2015-07-15 07:10:21 -040035 help
Bhupesh Sharma53a5fde2015-10-24 01:01:50 +053036 This enables support for the Freescale Layerscape SoC family.
Olof Johanssoneed6b3e2015-07-15 07:10:21 -040037
38config ARCH_HISI
39 bool "Hisilicon SoC Family"
40 help
41 This enables support for Hisilicon ARMv8 SoC family
42
43config ARCH_MEDIATEK
44 bool "Mediatek MT65xx & MT81xx ARMv8 SoC"
45 select ARM_GIC
46 select PINCTRL
Yingjoe Chenc050b452015-10-02 23:05:18 +080047 select MTK_TIMER
Olof Johanssoneed6b3e2015-07-15 07:10:21 -040048 help
49 Support for Mediatek MT65xx & MT81xx ARMv8 SoCs
50
Gregory CLEMENTb4f596b2016-02-02 18:12:37 +010051config ARCH_MVEBU
52 bool "Marvell EBU SoC Family"
Thomas Petazzonib3920b22016-02-18 17:20:29 +010053 select ARMADA_AP806_CORE_CLK
54 select ARMADA_AP806_RING_CLK
55 select MVEBU_ODMI
Gregory CLEMENTb4f596b2016-02-02 18:12:37 +010056 help
Thomas Petazzonib3920b22016-02-18 17:20:29 +010057 This enables support for Marvell EBU familly, including:
58 - Armada 3700 SoC Family
59 - Armada 7K SoC Family
60 - Armada 8K SoC Family
Gregory CLEMENTb4f596b2016-02-02 18:12:37 +010061
Olof Johanssoneed6b3e2015-07-15 07:10:21 -040062config ARCH_QCOM
63 bool "Qualcomm Platforms"
64 select PINCTRL
65 help
66 This enables support for the ARMv8 based Qualcomm chipsets.
67
Heiko Stübnerfbac1c82015-07-17 00:33:51 +020068config ARCH_ROCKCHIP
69 bool "Rockchip Platforms"
70 select ARCH_HAS_RESET_CONTROLLER
71 select ARCH_REQUIRE_GPIOLIB
72 select PINCTRL
73 select PINCTRL_ROCKCHIP
74 help
75 This enables support for the ARMv8 based Rockchip chipsets,
76 like the RK3368.
77
Olof Johanssoneed6b3e2015-07-15 07:10:21 -040078config ARCH_SEATTLE
79 bool "AMD Seattle SoC Family"
80 help
81 This enables support for AMD Seattle SOC Family
82
Simon Horman26a7e062015-11-17 02:42:32 +090083config ARCH_SHMOBILE
84 bool
85
86config ARCH_RENESAS
87 bool "Renesas SoC Platforms"
88 select ARCH_SHMOBILE
89 select PINCTRL
90 select PM_GENERIC_DOMAINS if PM
91 help
92 This enables support for the ARMv8 based Renesas SoCs.
93
94config ARCH_R8A7795
95 bool "Renesas R-Car H3 SoC Platform"
96 depends on ARCH_RENESAS
97 help
98 This enables support for the Renesas R-Car H3 SoC.
99
Dinh Nguyen78cd6a92015-08-04 23:25:50 -0500100config ARCH_STRATIX10
101 bool "Altera's Stratix 10 SoCFPGA Family"
102 help
103 This enables support for Altera's Stratix 10 SoCFPGA Family.
104
Olof Johanssoneed6b3e2015-07-15 07:10:21 -0400105config ARCH_TEGRA
106 bool "NVIDIA Tegra SoC Family"
107 select ARCH_HAS_RESET_CONTROLLER
108 select ARCH_REQUIRE_GPIOLIB
109 select CLKDEV_LOOKUP
110 select CLKSRC_MMIO
111 select CLKSRC_OF
112 select GENERIC_CLOCKEVENTS
113 select HAVE_CLK
114 select PINCTRL
115 select RESET_CONTROLLER
116 help
117 This enables support for the NVIDIA Tegra SoC family.
118
Olof Johanssoneed6b3e2015-07-15 07:10:21 -0400119config ARCH_SPRD
120 bool "Spreadtrum SoC platform"
121 help
122 Support for Spreadtrum ARM based SoCs
123
124config ARCH_THUNDER
125 bool "Cavium Inc. Thunder SoC Family"
126 help
127 This enables support for Cavium's Thunder Family of SoCs.
128
Masahiro Yamada56aaafb2015-11-24 18:08:28 +0900129config ARCH_UNIPHIER
130 bool "Socionext UniPhier SoC Family"
131 select PINCTRL
132 help
133 This enables support for Socionext UniPhier SoC family.
134
Olof Johanssoneed6b3e2015-07-15 07:10:21 -0400135config ARCH_VEXPRESS
136 bool "ARMv8 software model (Versatile Express)"
137 select ARCH_REQUIRE_GPIOLIB
138 select COMMON_CLK_VERSATILE
139 select POWER_RESET_VEXPRESS
140 select VEXPRESS_CONFIG
141 help
142 This enables support for the ARMv8 software model (Versatile
143 Express).
144
145config ARCH_XGENE
146 bool "AppliedMicro X-Gene SOC Family"
147 help
148 This enables support for AppliedMicro X-Gene SOC Family
149
150config ARCH_ZYNQMP
151 bool "Xilinx ZynqMP Family"
152 help
153 This enables support for Xilinx ZynqMP Family
154
155endmenu