spi: Kconfig: Add STM32F4 support for STM32_QSPI driver
Allow to select STM32_QSPI driver on STM32F4 SoCs. Signed-off-by: Patrice Chotard <patrice.chotard@st.com>
This commit is contained in:
@@ -222,7 +222,7 @@ config SPI_SUNXI
|
|||||||
|
|
||||||
config STM32_QSPI
|
config STM32_QSPI
|
||||||
bool "STM32F7 QSPI driver"
|
bool "STM32F7 QSPI driver"
|
||||||
depends on STM32F7 || ARCH_STM32MP
|
depends on STM32F4 || STM32F7 || ARCH_STM32MP
|
||||||
help
|
help
|
||||||
Enable the STM32F7 Quad-SPI (QSPI) driver. This driver can be
|
Enable the STM32F7 Quad-SPI (QSPI) driver. This driver can be
|
||||||
used to access the SPI NOR flash chips on platforms embedding
|
used to access the SPI NOR flash chips on platforms embedding
|
||||||
|
|||||||
Reference in New Issue
Block a user