projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d51761f
)
spi: Kconfig: Add STM32F4 support for STM32_QSPI driver
author
Patrice Chotard
<patrice.chotard@st.com>
Tue, 30 Apr 2019 14:09:18 +0000
(16:09 +0200)
committer
Patrice Chotard
<patrice.chotard@st.com>
Mon, 6 May 2019 07:50:28 +0000
(09:50 +0200)
Allow to select STM32_QSPI driver on STM32F4 SoCs.
Signed-off-by: Patrice Chotard <patrice.chotard@st.com>
drivers/spi/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/spi/Kconfig
b/drivers/spi/Kconfig
index fb794adae725d8e1736dedd2ed5c35d31a39b610..e9dadf045d60afc79f5e19dc94a1ddd67d0cb5f7 100644
(file)
--- 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 STM32F
4 || STM32F
7 || 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