From: Yixun Lan Date: Tue, 8 Jul 2025 01:44:56 +0000 (+0800) Subject: riscv: defconfig: spacemit: enable sdhci driver for K1 SoC X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=bd4d5d3faadcdf5d65377f14dcbaa4dbb27ee637;p=thirdparty%2Fkernel%2Flinux.git riscv: defconfig: spacemit: enable sdhci driver for K1 SoC Enable sdhci driver support for SpacemiT K1 SoC, so eMMC storage will be probed and activated, Tested on the Banana Pi BPI-F3 board. Signed-off-by: Yixun Lan Signed-off-by: Conor Dooley --- diff --git a/arch/riscv/configs/defconfig b/arch/riscv/configs/defconfig index 81f334c7d6a73..4a190e36e8b01 100644 --- a/arch/riscv/configs/defconfig +++ b/arch/riscv/configs/defconfig @@ -229,6 +229,7 @@ CONFIG_MMC=y CONFIG_MMC_SDHCI=y CONFIG_MMC_SDHCI_PLTFM=y CONFIG_MMC_SDHCI_OF_DWCMSHC=y +CONFIG_MMC_SDHCI_OF_K1=y CONFIG_MMC_SDHCI_CADENCE=y CONFIG_MMC_SPI=y CONFIG_MMC_DW=y