diff options
author | Tom Rini <trini@konsulko.com> | 2019-05-15 07:10:32 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-05-15 07:10:32 -0400 |
commit | 8b1d3d19be6918ed4488fb1157deabc6c6c42481 (patch) | |
tree | 4721dc4b167b09aff9d700e47d47aadada9482e2 /drivers | |
parent | 90176e3be63802bc8630bab651d169993f0f0763 (diff) | |
parent | 1aaac8e60042b1e132f84184cfd9aa0f1a4afdde (diff) | |
download | u-boot-8b1d3d19be6918ed4488fb1157deabc6c6c42481.tar.gz |
Merge tag 'u-boot-stm32-mcu-20190514' of https://github.com/pchotard/u-boot
STM32 MCUs update:
_ Add MPU region for SPI NOR memory mapped region
_ Add missing QSPI flash compatible for STM32 F7 boards
_ Update spi-tx-bus-width and spi-rx-bus-width properties
_ Add QSPI support for STM32F469 Discovery board
Diffstat (limited to 'drivers')
-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 dc3e23f353..c3a829deae 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 |