blob: b6227047abe29937a78e99f414a902b5d0dd3295 [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"
Suzuki K Poulose23485482016-05-09 23:37:35 +01005 select GENERIC_IRQ_CHIP
Andre Przywarace3dd552015-12-22 12:27:47 +00006 help
7 This enables support for Allwinner sunxi based SoCs like the A64.
8
Antoine Tenarte2f0aba2016-02-25 11:14:51 +01009config ARCH_ALPINE
10 bool "Annapurna Labs Alpine platform"
Antoine Tenart93df6d12016-02-25 11:14:56 +010011 select ALPINE_MSI
Antoine Tenarte2f0aba2016-02-25 11:14:51 +010012 help
13 This enables support for the Annapurna Labs Alpine
14 Soc family.
15
Ray Jui36b7c582015-07-27 15:42:20 -070016config ARCH_BCM_IPROC
17 bool "Broadcom iProc SoC Family"
Anup Patel382618b2016-02-10 11:40:46 +053018 select COMMON_CLK_IPROC
19 select PINCTRL
20 select ARCH_REQUIRE_GPIOLIB
Ray Jui36b7c582015-07-27 15:42:20 -070021 help
22 This enables support for Broadcom iProc based SoCs
23
Jisheng Zhangdd40fd92015-08-03 21:24:45 +020024config ARCH_BERLIN
25 bool "Marvell Berlin SoC Family"
Jisheng Zhangc582fbf2015-09-18 21:47:37 +080026 select ARCH_REQUIRE_GPIOLIB
Jisheng Zhangdd40fd92015-08-03 21:24:45 +020027 select DW_APB_ICTL
Jisheng Zhang75d8e1b2015-10-16 15:37:09 +080028 select PINCTRL
Jisheng Zhangdd40fd92015-08-03 21:24:45 +020029 help
30 This enables support for Marvell Berlin SoC Family
31
Olof Johanssoneed6b3e2015-07-15 07:10:21 -040032config ARCH_EXYNOS
Krzysztof Kozlowskic87b3e92015-11-16 10:09:13 +090033 bool "ARMv8 based Samsung Exynos SoC family"
Olof Johanssoneed6b3e2015-07-15 07:10:21 -040034 select COMMON_CLK_SAMSUNG
35 select HAVE_S3C2410_WATCHDOG if WATCHDOG
36 select HAVE_S3C_RTC if RTC_CLASS
37 select PINCTRL
38 select PINCTRL_EXYNOS
Krzysztof Kozlowski3b3428e2016-05-10 16:30:54 +020039 select SOC_SAMSUNG
Olof Johanssoneed6b3e2015-07-15 07:10:21 -040040 help
Krzysztof Kozlowskic87b3e92015-11-16 10:09:13 +090041 This enables support for ARMv8 based Samsung Exynos SoC family.
Olof Johanssoneed6b3e2015-07-15 07:10:21 -040042
Bhupesh Sharma53a5fde2015-10-24 01:01:50 +053043config ARCH_LAYERSCAPE
44 bool "ARMv8 based Freescale Layerscape SoC family"
Olof Johanssoneed6b3e2015-07-15 07:10:21 -040045 help
Bhupesh Sharma53a5fde2015-10-24 01:01:50 +053046 This enables support for the Freescale Layerscape SoC family.
Olof Johanssoneed6b3e2015-07-15 07:10:21 -040047
Chanho Min198ed962016-04-11 20:54:44 +090048config ARCH_LG1K
49 bool "LG Electronics LG1K SoC Family"
50 help
51 This enables support for LG Electronics LG1K SoC Family
52
Olof Johanssoneed6b3e2015-07-15 07:10:21 -040053config ARCH_HISI
54 bool "Hisilicon SoC Family"
Leo Yan2b905d32016-01-21 18:53:48 +080055 select ARM_TIMER_SP804
MaJundd17a3c2016-03-23 17:06:32 +080056 select HISILICON_IRQ_MBIGEN
Olof Johanssoneed6b3e2015-07-15 07:10:21 -040057 help
58 This enables support for Hisilicon ARMv8 SoC family
59
60config ARCH_MEDIATEK
61 bool "Mediatek MT65xx & MT81xx ARMv8 SoC"
62 select ARM_GIC
63 select PINCTRL
Yingjoe Chenc050b452015-10-02 23:05:18 +080064 select MTK_TIMER
Olof Johanssoneed6b3e2015-07-15 07:10:21 -040065 help
66 Support for Mediatek MT65xx & MT81xx ARMv8 SoCs
67
Andreas Färber451e9e52016-03-02 03:34:56 +010068config ARCH_MESON
69 bool "Amlogic Platforms"
70 help
71 This enables support for the Amlogic S905 SoCs.
72
Gregory CLEMENTb4f596b2016-02-02 18:12:37 +010073config ARCH_MVEBU
74 bool "Marvell EBU SoC Family"
Thomas Petazzoniad87c0f2016-04-26 09:58:29 +020075 select ARMADA_AP806_SYSCON
76 select ARMADA_CP110_SYSCON
Thomas Petazzonib3920b22016-02-18 17:20:29 +010077 select MVEBU_ODMI
Gregory CLEMENTb4f596b2016-02-02 18:12:37 +010078 help
Thomas Petazzonib3920b22016-02-18 17:20:29 +010079 This enables support for Marvell EBU familly, including:
80 - Armada 3700 SoC Family
81 - Armada 7K SoC Family
82 - Armada 8K SoC Family
Gregory CLEMENTb4f596b2016-02-02 18:12:37 +010083
Olof Johanssoneed6b3e2015-07-15 07:10:21 -040084config ARCH_QCOM
85 bool "Qualcomm Platforms"
86 select PINCTRL
87 help
88 This enables support for the ARMv8 based Qualcomm chipsets.
89
Heiko Stübnerfbac1c82015-07-17 00:33:51 +020090config ARCH_ROCKCHIP
91 bool "Rockchip Platforms"
92 select ARCH_HAS_RESET_CONTROLLER
93 select ARCH_REQUIRE_GPIOLIB
94 select PINCTRL
95 select PINCTRL_ROCKCHIP
Caesar Wangc840f282015-09-25 10:14:57 +080096 select ROCKCHIP_TIMER
Heiko Stübnerfbac1c82015-07-17 00:33:51 +020097 help
98 This enables support for the ARMv8 based Rockchip chipsets,
99 like the RK3368.
100
Olof Johanssoneed6b3e2015-07-15 07:10:21 -0400101config ARCH_SEATTLE
102 bool "AMD Seattle SoC Family"
103 help
104 This enables support for AMD Seattle SOC Family
105
Simon Horman26a7e062015-11-17 02:42:32 +0900106config ARCH_SHMOBILE
107 bool
108
109config ARCH_RENESAS
110 bool "Renesas SoC Platforms"
111 select ARCH_SHMOBILE
112 select PINCTRL
Geert Uytterhoeven2ee98232016-02-16 15:29:10 +0100113 select PM
114 select PM_GENERIC_DOMAINS
Magnus Dammf7e02052016-02-16 11:26:53 +0900115 select RENESAS_IRQC
Simon Horman26a7e062015-11-17 02:42:32 +0900116 help
117 This enables support for the ARMv8 based Renesas SoCs.
118
119config ARCH_R8A7795
120 bool "Renesas R-Car H3 SoC Platform"
121 depends on ARCH_RENESAS
122 help
123 This enables support for the Renesas R-Car H3 SoC.
124
Dinh Nguyen78cd6a92015-08-04 23:25:50 -0500125config ARCH_STRATIX10
126 bool "Altera's Stratix 10 SoCFPGA Family"
127 help
128 This enables support for Altera's Stratix 10 SoCFPGA Family.
129
Olof Johanssoneed6b3e2015-07-15 07:10:21 -0400130config ARCH_TEGRA
131 bool "NVIDIA Tegra SoC Family"
132 select ARCH_HAS_RESET_CONTROLLER
133 select ARCH_REQUIRE_GPIOLIB
134 select CLKDEV_LOOKUP
135 select CLKSRC_MMIO
136 select CLKSRC_OF
137 select GENERIC_CLOCKEVENTS
138 select HAVE_CLK
139 select PINCTRL
140 select RESET_CONTROLLER
141 help
142 This enables support for the NVIDIA Tegra SoC family.
143
Olof Johanssoneed6b3e2015-07-15 07:10:21 -0400144config ARCH_SPRD
145 bool "Spreadtrum SoC platform"
146 help
147 Support for Spreadtrum ARM based SoCs
148
149config ARCH_THUNDER
150 bool "Cavium Inc. Thunder SoC Family"
151 help
152 This enables support for Cavium's Thunder Family of SoCs.
153
Masahiro Yamada56aaafb2015-11-24 18:08:28 +0900154config ARCH_UNIPHIER
155 bool "Socionext UniPhier SoC Family"
156 select PINCTRL
157 help
158 This enables support for Socionext UniPhier SoC family.
159
Olof Johanssoneed6b3e2015-07-15 07:10:21 -0400160config ARCH_VEXPRESS
161 bool "ARMv8 software model (Versatile Express)"
162 select ARCH_REQUIRE_GPIOLIB
163 select COMMON_CLK_VERSATILE
164 select POWER_RESET_VEXPRESS
165 select VEXPRESS_CONFIG
166 help
167 This enables support for the ARMv8 software model (Versatile
168 Express).
169
Zi Shen Lim5bfb3882016-02-20 19:49:20 +0530170config ARCH_VULCAN
171 bool "Broadcom Vulcan SOC Family"
172 help
173 This enables support for Broadcom Vulcan SoC Family
174
Olof Johanssoneed6b3e2015-07-15 07:10:21 -0400175config ARCH_XGENE
176 bool "AppliedMicro X-Gene SOC Family"
177 help
178 This enables support for AppliedMicro X-Gene SOC Family
179
180config ARCH_ZYNQMP
181 bool "Xilinx ZynqMP Family"
182 help
183 This enables support for Xilinx ZynqMP Family
184
185endmenu