Kconfig (7af26f3c11640c0ca3bd478e46454f4ec0cfc96a) Kconfig (2c138ee3354f8088769d05701a2e16d1cb4cc22d)
1# SPDX-License-Identifier: GPL-2.0-only
2config ARCH_HAS_RESET_CONTROLLER
3 bool
4
5menuconfig RESET_CONTROLLER
6 bool "Reset Controller Support"
7 default y if ARCH_HAS_RESET_CONTROLLER
8 help

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

148config RESET_MCHP_SPARX5
149 bool "Microchip Sparx5 reset driver"
150 depends on ARCH_SPARX5 || SOC_LAN966 || COMPILE_TEST
151 default y if SPARX5_SWITCH
152 select MFD_SYSCON
153 help
154 This driver supports switch core reset for the Microchip Sparx5 SoC.
155
1# SPDX-License-Identifier: GPL-2.0-only
2config ARCH_HAS_RESET_CONTROLLER
3 bool
4
5menuconfig RESET_CONTROLLER
6 bool "Reset Controller Support"
7 default y if ARCH_HAS_RESET_CONTROLLER
8 help

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

148config RESET_MCHP_SPARX5
149 bool "Microchip Sparx5 reset driver"
150 depends on ARCH_SPARX5 || SOC_LAN966 || COMPILE_TEST
151 default y if SPARX5_SWITCH
152 select MFD_SYSCON
153 help
154 This driver supports switch core reset for the Microchip Sparx5 SoC.
155
156config RESET_MESON
157 tristate "Meson Reset Driver"
158 depends on ARCH_MESON || COMPILE_TEST
159 default ARCH_MESON
160 select REGMAP_MMIO
161 help
162 This enables the reset driver for Amlogic Meson SoCs.
163
164config RESET_MESON_AUDIO_ARB
165 tristate "Meson Audio Memory Arbiter Reset Driver"
166 depends on ARCH_MESON || COMPILE_TEST
167 help
168 This enables the reset driver for Audio Memory Arbiter of
169 Amlogic's A113 based SoCs
170
171config RESET_NPCM
172 bool "NPCM BMC Reset Driver" if COMPILE_TEST
173 default ARCH_NPCM
174 help
175 This enables the reset controller driver for Nuvoton NPCM
176 BMC SoCs.
177
178config RESET_NUVOTON_MA35D1

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

352 This enables the reset controller driver for Xilinx Zynq SoCs.
353
354config RESET_ZYNQMP
355 bool "ZYNQMP Reset Driver" if COMPILE_TEST
356 default ARCH_ZYNQMP
357 help
358 This enables the reset controller driver for Xilinx ZynqMP SoCs.
359
156config RESET_NPCM
157 bool "NPCM BMC Reset Driver" if COMPILE_TEST
158 default ARCH_NPCM
159 help
160 This enables the reset controller driver for Nuvoton NPCM
161 BMC SoCs.
162
163config RESET_NUVOTON_MA35D1

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

337 This enables the reset controller driver for Xilinx Zynq SoCs.
338
339config RESET_ZYNQMP
340 bool "ZYNQMP Reset Driver" if COMPILE_TEST
341 default ARCH_ZYNQMP
342 help
343 This enables the reset controller driver for Xilinx ZynqMP SoCs.
344
345source "drivers/reset/amlogic/Kconfig"
360source "drivers/reset/starfive/Kconfig"
361source "drivers/reset/sti/Kconfig"
362source "drivers/reset/hisilicon/Kconfig"
363source "drivers/reset/tegra/Kconfig"
364
365endif
346source "drivers/reset/starfive/Kconfig"
347source "drivers/reset/sti/Kconfig"
348source "drivers/reset/hisilicon/Kconfig"
349source "drivers/reset/tegra/Kconfig"
350
351endif