diff options
author | Patrice Chotard <patrice.chotard@st.com> | 2019-07-31 09:22:04 +0200 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2019-08-14 15:07:38 +0200 |
commit | 2e925d23150186962497f6b91f4a6ba6c7c42b16 (patch) | |
tree | a703864b62e5ef88238961b9ec3f68377737eaab /arch/arm/configs | |
parent | ARM: imx_v6_v7_defconfig: Enable the PSCI CPUidle driver (diff) | |
download | linux-2e925d23150186962497f6b91f4a6ba6c7c42b16.tar.xz linux-2e925d23150186962497f6b91f4a6ba6c7c42b16.zip |
ARM: multi_v7_defconfig: Enable SPI_STM32_QSPI support
Enable support for QSPI block on STM32 SoCs.
Link: https://lore.kernel.org/r/20190731072204.32160-1-patrice.chotard@st.com
Signed-off-by: Patrice Chotard <patrice.chotard@st.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm/configs')
-rw-r--r-- | arch/arm/configs/multi_v7_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
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 |