[openwrt/openwrt] mediatek: mt7622: enable CONFIG_SPI_MTK_NOR
LEDE Commits
lede-commits at lists.infradead.org
Mon Mar 1 16:14:19 GMT 2021
dangole pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/8e7392b18ecd11f88bde9569914c5a4b70db21cc
commit 8e7392b18ecd11f88bde9569914c5a4b70db21cc
Author: Daniel Golle <daniel at makrotopia.org>
AuthorDate: Mon Mar 1 11:56:23 2021 +0000
mediatek: mt7622: enable CONFIG_SPI_MTK_NOR
Somehow this got disabled in the transition to 5.10.
Signed-off-by: Daniel Golle <daniel at makrotopia.org>
---
target/linux/mediatek/mt7622/config-5.10 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/target/linux/mediatek/mt7622/config-5.10 b/target/linux/mediatek/mt7622/config-5.10
index dbc68ddf52..5d80056365 100644
--- a/target/linux/mediatek/mt7622/config-5.10
+++ b/target/linux/mediatek/mt7622/config-5.10
@@ -387,7 +387,7 @@ CONFIG_SPI=y
CONFIG_SPI_MASTER=y
CONFIG_SPI_MEM=y
CONFIG_SPI_MT65XX=y
-# CONFIG_SPI_MTK_NOR is not set
+CONFIG_SPI_MTK_NOR=y
CONFIG_SPI_MTK_SNFI=y
CONFIG_SRCU=y
CONFIG_SWCONFIG=y
More information about the lede-commits
mailing list