Skip to content

Commit 18d1909

Browse files
bjdooks-sifivepH5
authored andcommitted
reset: allow building of reset simple driver if expert config selected
If CONFIG_EXPERT is selected, allow selection of CONFIG_RESET_SIMPLE if needed by the user. Signed-off-by: Ben Dooks <ben.dooks@sifive.com> Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de> Link: https://lore.kernel.org/r/20220708165656.269507-1-ben.dooks@sifive.com
1 parent b6b9585 commit 18d1909

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/reset/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ config RESET_SCMI
200200
firmware controlling all the reset signals.
201201

202202
config RESET_SIMPLE
203-
bool "Simple Reset Controller Driver" if COMPILE_TEST
203+
bool "Simple Reset Controller Driver" if COMPILE_TEST || EXPERT
204204
default ARCH_ASPEED || ARCH_BCM4908 || ARCH_BITMAIN || ARCH_REALTEK || ARCH_STM32 || (ARCH_INTEL_SOCFPGA && ARM64) || ARCH_SUNXI || ARC
205205
help
206206
This enables a simple reset controller driver for reset lines that

0 commit comments

Comments
 (0)