Skip to content

Commit 3187e25

Browse files
alexelderConchuOD
authored andcommitted
riscv: defconfig: enable SPI_FSL_QUADSPI as a module
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> Signed-off-by: Conor Dooley <conor.dooley@microchip.com>
1 parent 3a86608 commit 3187e25

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

arch/riscv/configs/defconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,7 @@ CONFIG_I2C_DESIGNWARE_CORE=y
158158
CONFIG_I2C_MV64XXX=m
159159
CONFIG_SPI=y
160160
CONFIG_SPI_CADENCE_QUADSPI=m
161+
CONFIG_SPI_FSL_QUADSPI=m
161162
CONFIG_SPI_PL022=m
162163
CONFIG_SPI_SIFIVE=y
163164
CONFIG_SPI_SUN6I=y

0 commit comments

Comments
 (0)