[PATCH] riscv: defconfig: enable RESET_GPIO driver

Marek Szyprowski m.szyprowski at samsung.com
Mon Nov 3 06:06:30 PST 2025


Commit 25d4d4604d01 ("reset: always bail out on missing RESET_GPIO
driver") reworked GPIO-based reset controller initialization, so now
RESET_GPIO driver is required to properly instantiate MMC device for
most of WLAN and SDIO chips.

Signed-off-by: Marek Szyprowski <m.szyprowski at samsung.com>
---
 arch/riscv/configs/defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/riscv/configs/defconfig b/arch/riscv/configs/defconfig
index fc2725cbca18..e69a27624923 100644
--- a/arch/riscv/configs/defconfig
+++ b/arch/riscv/configs/defconfig
@@ -263,6 +263,7 @@ CONFIG_PM_DEVFREQ=y
 CONFIG_IIO=y
 CONFIG_PWM=y
 CONFIG_PWM_PXA=m
+CONFIG_RESET_GPIO=y
 CONFIG_THEAD_C900_ACLINT_SSWI=y
 CONFIG_PHY_SUN4I_USB=m
 CONFIG_PHY_STARFIVE_JH7110_DPHY_RX=m
-- 
2.34.1




More information about the linux-riscv mailing list