mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-06-13 15:03:58 +03:00
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
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user