Kconfig.platforms (65b55d4c85e59e0cc946c1ac171ff59bc6e1d7f9) Kconfig.platforms (0774a6ed294b963dc76df2d8342ab86d030759ec)
1# SPDX-License-Identifier: GPL-2.0-only
2menu "Platform selection"
3
4config ARCH_ACTIONS
5 bool "Actions Semi Platforms"
6 select OWL_TIMER
7 select PINCTRL
8 help

--- 40 unchanged lines hidden (view full) ---

49 select GPIOLIB
50 select PINCTRL
51 help
52 This enables support for Broadcom iProc based SoCs
53
54config ARCH_BERLIN
55 bool "Marvell Berlin SoC Family"
56 select DW_APB_ICTL
1# SPDX-License-Identifier: GPL-2.0-only
2menu "Platform selection"
3
4config ARCH_ACTIONS
5 bool "Actions Semi Platforms"
6 select OWL_TIMER
7 select PINCTRL
8 help

--- 40 unchanged lines hidden (view full) ---

49 select GPIOLIB
50 select PINCTRL
51 help
52 This enables support for Broadcom iProc based SoCs
53
54config ARCH_BERLIN
55 bool "Marvell Berlin SoC Family"
56 select DW_APB_ICTL
57 select DW_APB_TIMER_OF
58 select GPIOLIB
59 select PINCTRL
60 help
61 This enables support for Marvell Berlin SoC Family
62
63config ARCH_BITMAIN
64 bool "Bitmain SoC Platforms"
65 help

--- 186 unchanged lines hidden (view full) ---

252 bool "Socionext SynQuacer SoC Family"
253
254config ARCH_TEGRA
255 bool "NVIDIA Tegra SoC Family"
256 select ARCH_HAS_RESET_CONTROLLER
257 select ARM_GIC_PM
258 select CLKSRC_MMIO
259 select TIMER_OF
57 select GPIOLIB
58 select PINCTRL
59 help
60 This enables support for Marvell Berlin SoC Family
61
62config ARCH_BITMAIN
63 bool "Bitmain SoC Platforms"
64 help

--- 186 unchanged lines hidden (view full) ---

251 bool "Socionext SynQuacer SoC Family"
252
253config ARCH_TEGRA
254 bool "NVIDIA Tegra SoC Family"
255 select ARCH_HAS_RESET_CONTROLLER
256 select ARM_GIC_PM
257 select CLKSRC_MMIO
258 select TIMER_OF
260 select GENERIC_CLOCKEVENTS
261 select GPIOLIB
262 select PINCTRL
263 select PM
264 select PM_GENERIC_DOMAINS
265 select RESET_CONTROLLER
266 help
267 This enables support for the NVIDIA Tegra SoC family.
268

--- 61 unchanged lines hidden ---
259 select GPIOLIB
260 select PINCTRL
261 select PM
262 select PM_GENERIC_DOMAINS
263 select RESET_CONTROLLER
264 help
265 This enables support for the NVIDIA Tegra SoC family.
266

--- 61 unchanged lines hidden ---