Kconfig (fad235ed4338749a66ddf32971d4042b9ef47f44) Kconfig (7bb49d774f481fdd7bd053e034e4d206770fda04)
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

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

196 This driver provides support for reset signal/domains that are
197 controlled by firmware that implements the SCMI interface.
198
199 This driver uses SCMI Message Protocol to interact with the
200 firmware controlling all the reset signals.
201
202config RESET_SIMPLE
203 bool "Simple Reset Controller Driver" if COMPILE_TEST || EXPERT
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

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

196 This driver provides support for reset signal/domains that are
197 controlled by firmware that implements the SCMI interface.
198
199 This driver uses SCMI Message Protocol to interact with the
200 firmware controlling all the reset signals.
201
202config RESET_SIMPLE
203 bool "Simple Reset Controller Driver" if COMPILE_TEST || EXPERT
204 default ARCH_ASPEED || ARCH_BCM4908 || ARCH_BITMAIN || ARCH_REALTEK || ARCH_STM32 || (ARCH_INTEL_SOCFPGA && ARM64) || ARCH_SUNXI || ARC
204 default ARCH_ASPEED || ARCH_BCMBCA || ARCH_BITMAIN || ARCH_REALTEK || ARCH_STM32 || (ARCH_INTEL_SOCFPGA && ARM64) || ARCH_SUNXI || ARC
205 depends on HAS_IOMEM
206 help
207 This enables a simple reset controller driver for reset lines that
208 that can be asserted and deasserted by toggling bits in a contiguous,
209 exclusive register space.
210
211 Currently this driver supports:
212 - Altera SoCFPGAs

--- 108 unchanged lines hidden ---
205 depends on HAS_IOMEM
206 help
207 This enables a simple reset controller driver for reset lines that
208 that can be asserted and deasserted by toggling bits in a contiguous,
209 exclusive register space.
210
211 Currently this driver supports:
212 - Altera SoCFPGAs

--- 108 unchanged lines hidden ---