projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bcec122
)
ARM: multi_v7_defconfig: Fix SPI_STM32_QSPI support
author
Patrice Chotard
<patrice.chotard@st.com>
Fri, 4 Oct 2019 12:40:25 +0000
(14:40 +0200)
committer
Olof Johansson
<olof@lixom.net>
Fri, 4 Oct 2019 17:18:55 +0000
(10:18 -0700)
SPI_STM32_QSPI must be set in buildin as rootfs can be
located on QSPI memory device.
Link:
https://lore.kernel.org/r/20191004124025.17394-1-patrice.chotard@st.com
Signed-off-by: Patrice Chotard <patrice.chotard@st.com>
Signed-off-by: Olof Johansson <olof@lixom.net>
arch/arm/configs/multi_v7_defconfig
patch
|
blob
|
history
diff --git
a/arch/arm/configs/multi_v7_defconfig
b/arch/arm/configs/multi_v7_defconfig
index
198de8e
..
e4c8def
100644
(file)
--- a/
arch/arm/configs/multi_v7_defconfig
+++ b/
arch/arm/configs/multi_v7_defconfig
@@
-415,7
+415,7
@@
CONFIG_SPI_SH_MSIOF=m
CONFIG_SPI_SH_HSPI=y
CONFIG_SPI_SIRF=y
CONFIG_SPI_STM32=m
-CONFIG_SPI_STM32_QSPI=
m
+CONFIG_SPI_STM32_QSPI=
y
CONFIG_SPI_SUN4I=y
CONFIG_SPI_SUN6I=y
CONFIG_SPI_TEGRA114=y