[PATCH v4 9/9] riscv: defconfig: enable SPI_FSL_QUADSPI as a module

Alex Elder posted 9 patches 3 months, 1 week ago
[PATCH v4 9/9] riscv: defconfig: enable SPI_FSL_QUADSPI as a module
Posted by Alex Elder 3 months, 1 week ago
The SpacemiT K1 SoC QSPI IP uses the Freescale driver.  Enable it as a
module in the default kernel configuration for RISC-V.

Acked-by: Paul Walmsley <pjw@kernel.org>  # for arch/riscv
Signed-off-by: Alex Elder <elder@riscstar.com>
---
v4: - Added Paul Walmsley's Acked-by on patch 9

 arch/riscv/configs/defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/riscv/configs/defconfig b/arch/riscv/configs/defconfig
index fc2725cbca187..48afe30d42e88 100644
--- a/arch/riscv/configs/defconfig
+++ b/arch/riscv/configs/defconfig
@@ -158,6 +158,7 @@ CONFIG_I2C_DESIGNWARE_CORE=y
 CONFIG_I2C_MV64XXX=m
 CONFIG_SPI=y
 CONFIG_SPI_CADENCE_QUADSPI=m
+CONFIG_SPI_FSL_QUADSPI=m
 CONFIG_SPI_PL022=m
 CONFIG_SPI_SIFIVE=y
 CONFIG_SPI_SUN6I=y
-- 
2.48.1
Re: [PATCH v4 9/9] riscv: defconfig: enable SPI_FSL_QUADSPI as a module
Posted by Yixun Lan 2 months, 3 weeks ago
Hi Conor,

On 08:30 Mon 27 Oct     , Alex Elder wrote:
> The SpacemiT K1 SoC QSPI IP uses the Freescale driver.  Enable it as a
> module in the default kernel configuration for RISC-V.
> 
Can you take this one via your defconfig tree? thanks

-- 
Yixun Lan (dlan)