Kconfig (10205618052908770451acd33eaeaa7685e97ed2) | Kconfig (def26913b66fd94e431afecf28e09c08e8c02a35) |
---|---|
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 --- 159 unchanged lines hidden (view full) --- 168 This driver provides support for reset signal/domains that are 169 controlled by firmware that implements the SCMI interface. 170 171 This driver uses SCMI Message Protocol to interact with the 172 firmware controlling all the reset signals. 173 174config RESET_SIMPLE 175 bool "Simple Reset Controller Driver" if COMPILE_TEST | 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 --- 159 unchanged lines hidden (view full) --- 168 This driver provides support for reset signal/domains that are 169 controlled by firmware that implements the SCMI interface. 170 171 This driver uses SCMI Message Protocol to interact with the 172 firmware controlling all the reset signals. 173 174config RESET_SIMPLE 175 bool "Simple Reset Controller Driver" if COMPILE_TEST |
176 default ARCH_AGILEX || ARCH_ASPEED || ARCH_BITMAIN || ARCH_REALTEK || ARCH_STM32 || ARCH_STRATIX10 || ARCH_SUNXI || ARCH_ZX || ARC | 176 default ARCH_AGILEX || ARCH_ASPEED || ARCH_BCM4908 || ARCH_BITMAIN || ARCH_REALTEK || ARCH_STM32 || ARCH_STRATIX10 || ARCH_SUNXI || ARCH_ZX || ARC |
177 help 178 This enables a simple reset controller driver for reset lines that 179 that can be asserted and deasserted by toggling bits in a contiguous, 180 exclusive register space. 181 182 Currently this driver supports: 183 - Altera SoCFPGAs 184 - ASPEED BMC SoCs --- 76 unchanged lines hidden --- | 177 help 178 This enables a simple reset controller driver for reset lines that 179 that can be asserted and deasserted by toggling bits in a contiguous, 180 exclusive register space. 181 182 Currently this driver supports: 183 - Altera SoCFPGAs 184 - ASPEED BMC SoCs --- 76 unchanged lines hidden --- |