Skip to content

Commit 60c1b3e

Browse files
pchotardolofj
authored andcommitted
ARM: multi_v7_defconfig: Fix SPI_STM32_QSPI support
SPI_STM32_QSPI must be set in buildin as rootfs can be located on QSPI memory device. Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Patrice Chotard <[email protected]> Signed-off-by: Olof Johansson <[email protected]>
1 parent bcec122 commit 60c1b3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm/configs/multi_v7_defconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -415,7 +415,7 @@ CONFIG_SPI_SH_MSIOF=m
415415
CONFIG_SPI_SH_HSPI=y
416416
CONFIG_SPI_SIRF=y
417417
CONFIG_SPI_STM32=m
418-
CONFIG_SPI_STM32_QSPI=m
418+
CONFIG_SPI_STM32_QSPI=y
419419
CONFIG_SPI_SUN4I=y
420420
CONFIG_SPI_SUN6I=y
421421
CONFIG_SPI_TEGRA114=y

0 commit comments

Comments
 (0)