@@ -160,110 +160,7 @@ source "init/Kconfig"
160
160
161
161
source "kernel/Kconfig.freezer"
162
162
163
- menu "Platform selection"
164
-
165
- config ARCH_EXYNOS
166
- bool
167
- help
168
- This enables support for Samsung Exynos SoC family
169
-
170
- config ARCH_EXYNOS7
171
- bool "ARMv8 based Samsung Exynos7"
172
- select ARCH_EXYNOS
173
- select COMMON_CLK_SAMSUNG
174
- select HAVE_S3C2410_WATCHDOG if WATCHDOG
175
- select HAVE_S3C_RTC if RTC_CLASS
176
- select PINCTRL
177
- select PINCTRL_EXYNOS
178
-
179
- help
180
- This enables support for Samsung Exynos7 SoC family
181
-
182
- config ARCH_FSL_LS2085A
183
- bool "Freescale LS2085A SOC"
184
- help
185
- This enables support for Freescale LS2085A SOC.
186
-
187
- config ARCH_HISI
188
- bool "Hisilicon SoC Family"
189
- help
190
- This enables support for Hisilicon ARMv8 SoC family
191
-
192
- config ARCH_MEDIATEK
193
- bool "Mediatek MT65xx & MT81xx ARMv8 SoC"
194
- select ARM_GIC
195
- select PINCTRL
196
- help
197
- Support for Mediatek MT65xx & MT81xx ARMv8 SoCs
198
-
199
- config ARCH_QCOM
200
- bool "Qualcomm Platforms"
201
- select PINCTRL
202
- help
203
- This enables support for the ARMv8 based Qualcomm chipsets.
204
-
205
- config ARCH_SEATTLE
206
- bool "AMD Seattle SoC Family"
207
- help
208
- This enables support for AMD Seattle SOC Family
209
-
210
- config ARCH_TEGRA
211
- bool "NVIDIA Tegra SoC Family"
212
- select ARCH_HAS_RESET_CONTROLLER
213
- select ARCH_REQUIRE_GPIOLIB
214
- select CLKDEV_LOOKUP
215
- select CLKSRC_MMIO
216
- select CLKSRC_OF
217
- select GENERIC_CLOCKEVENTS
218
- select HAVE_CLK
219
- select PINCTRL
220
- select RESET_CONTROLLER
221
- help
222
- This enables support for the NVIDIA Tegra SoC family.
223
-
224
- config ARCH_TEGRA_132_SOC
225
- bool "NVIDIA Tegra132 SoC"
226
- depends on ARCH_TEGRA
227
- select PINCTRL_TEGRA124
228
- select USB_ULPI if USB_PHY
229
- select USB_ULPI_VIEWPORT if USB_PHY
230
- help
231
- Enable support for NVIDIA Tegra132 SoC, based on the Denver
232
- ARMv8 CPU. The Tegra132 SoC is similar to the Tegra124 SoC,
233
- but contains an NVIDIA Denver CPU complex in place of
234
- Tegra124's "4+1" Cortex-A15 CPU complex.
235
-
236
- config ARCH_SPRD
237
- bool "Spreadtrum SoC platform"
238
- help
239
- Support for Spreadtrum ARM based SoCs
240
-
241
- config ARCH_THUNDER
242
- bool "Cavium Inc. Thunder SoC Family"
243
- help
244
- This enables support for Cavium's Thunder Family of SoCs.
245
-
246
- config ARCH_VEXPRESS
247
- bool "ARMv8 software model (Versatile Express)"
248
- select ARCH_REQUIRE_GPIOLIB
249
- select COMMON_CLK_VERSATILE
250
- select POWER_RESET_VEXPRESS
251
- select VEXPRESS_CONFIG
252
- help
253
- This enables support for the ARMv8 software model (Versatile
254
- Express).
255
-
256
- config ARCH_XGENE
257
- bool "AppliedMicro X-Gene SOC Family"
258
- help
259
- This enables support for AppliedMicro X-Gene SOC Family
260
-
261
- config ARCH_ZYNQMP
262
- bool "Xilinx ZynqMP Family"
263
- help
264
- This enables support for Xilinx ZynqMP Family
265
-
266
- endmenu
163
+ source "Kconfig.platforms"
267
164
268
165
menu "Bus support"
269
166
0 commit comments