From 351d2feffaf8d373f43dbf22a6a5a208eff79948 Mon Sep 17 00:00:00 2001 From: Patrice Chotard Date: Tue, 30 Apr 2019 16:09:18 +0200 Subject: [PATCH] spi: Kconfig: Add STM32F4 support for STM32_QSPI driver Allow to select STM32_QSPI driver on STM32F4 SoCs. Signed-off-by: Patrice Chotard --- drivers/spi/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig index fb794adae7..e9dadf045d 100644 --- a/drivers/spi/Kconfig +++ b/drivers/spi/Kconfig @@ -222,7 +222,7 @@ config SPI_SUNXI config STM32_QSPI bool "STM32F7 QSPI driver" - depends on STM32F7 || ARCH_STM32MP + depends on STM32F4 || STM32F7 || ARCH_STM32MP help Enable the STM32F7 Quad-SPI (QSPI) driver. This driver can be used to access the SPI NOR flash chips on platforms embedding