diff options
author | Patrice Chotard <patrice.chotard@st.com> | 2019-04-30 16:09:18 +0200 |
---|---|---|
committer | Patrice Chotard <patrice.chotard@st.com> | 2019-05-06 09:50:28 +0200 |
commit | 351d2feffaf8d373f43dbf22a6a5a208eff79948 (patch) | |
tree | 7600565f634fd858d368075b4d9ae0ebd85863e6 /drivers/spi/Kconfig | |
parent | d51761ffc6068595e88cfff2199e8fae039c4afb (diff) | |
download | u-boot-351d2feffaf8d373f43dbf22a6a5a208eff79948.tar.gz |
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>
Diffstat (limited to 'drivers/spi/Kconfig')
-rw-r--r-- | drivers/spi/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
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 |