[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20191004124025.17394-1-patrice.chotard@st.com>
Date: Fri, 4 Oct 2019 14:40:25 +0200
From: <patrice.chotard@...com>
To: Arnd Bergmann <arnd@...db.de>, Olof Johansson <olof@...om.net>,
"Alexandre Torgue" <alexandre.torgue@...com>,
Russell King <linux@...linux.org.uk>
CC: <linux-arm-kernel@...ts.infradead.org>,
<linux-kernel@...r.kernel.org>,
<linux-stm32@...md-mailman.stormreply.com>, <soc@...nel.org>,
Patrice Chotard <patrice.chotard@...com>
Subject: ARM: multi_v7_defconfig: Fix SPI_STM32_QSPI support
From: Patrice Chotard <patrice.chotard@...com>
SPI_STM32_QSPI must be set in buildin as rootfs can be
located on QSPI memory device.
Signed-off-by: Patrice Chotard <patrice.chotard@...com>
---
arch/arm/configs/multi_v7_defconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig
index 13ba53286901..510ad7691a2e 100644
--- a/arch/arm/configs/multi_v7_defconfig
+++ b/arch/arm/configs/multi_v7_defconfig
@@ -415,7 +415,7 @@ CONFIG_SPI_SH_MSIOF=m
CONFIG_SPI_SH_HSPI=y
CONFIG_SPI_SIRF=y
CONFIG_SPI_STM32=m
-CONFIG_SPI_STM32_QSPI=m
+CONFIG_SPI_STM32_QSPI=y
CONFIG_SPI_SUN4I=y
CONFIG_SPI_SUN6I=y
CONFIG_SPI_TEGRA114=y
--
2.17.1
Powered by blists - more mailing lists