Message ID | 20190731072204.32160-1-patrice.chotard@st.com (mailing list archive) |
---|---|
State | Mainlined, archived |
Commit | 2e925d23150186962497f6b91f4a6ba6c7c42b16 |
Headers | show |
Series | ARM: multi_v7_defconfig: Enable SPI_STM32_QSPI support | expand |
Dear Patrice On 7/31/19 9:22 AM, patrice.chotard@st.com wrote: > From: Patrice Chotard <patrice.chotard@st.com> > > Enable support for QSPI block on STM32 SoCs. > > Signed-off-by: Patrice Chotard <patrice.chotard@st.com> > --- > arch/arm/configs/multi_v7_defconfig | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig > index 6a40bc2ef271..78d1d93298af 100644 > --- a/arch/arm/configs/multi_v7_defconfig > +++ b/arch/arm/configs/multi_v7_defconfig > @@ -403,6 +403,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_SUN4I=y > CONFIG_SPI_SUN6I=y > CONFIG_SPI_TEGRA114=y > Applied on stm32-next. Thanks. Alex -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#224): https://linux.kernel.org/g/patchwork-soc/message/224 Mute This Topic: https://linux.kernel.org/mt/32664417/1554929 Group Owner: patchwork-soc+owner@linux.kernel.org Unsubscribe: https://linux.kernel.org/g/patchwork-soc/unsub [patchwork-linux-kernel-org@patchwork.kernel.org] -=-=-=-=-=-=-=-=-=-=-=-
diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig index 6a40bc2ef271..78d1d93298af 100644 --- a/arch/arm/configs/multi_v7_defconfig +++ b/arch/arm/configs/multi_v7_defconfig @@ -403,6 +403,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_SUN4I=y CONFIG_SPI_SUN6I=y CONFIG_SPI_TEGRA114=y