summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Golle <daniel@makrotopia.org>2021-03-01 11:56:23 +0000
committerDaniel Golle <daniel@makrotopia.org>2021-03-01 11:57:08 +0000
commit8e7392b18ecd11f88bde9569914c5a4b70db21cc (patch)
tree638dc0c52cb3aa7d2e5da89c15adf4852e01a552
parentaaa0203ad4e501238289cb8c21c50dc1452e1f34 (diff)
downloadopenwrt-8e7392b18ecd11f88bde9569914c5a4b70db21cc.tar.gz
openwrt-8e7392b18ecd11f88bde9569914c5a4b70db21cc.tar.bz2
openwrt-8e7392b18ecd11f88bde9569914c5a4b70db21cc.zip
mediatek: mt7622: enable CONFIG_SPI_MTK_NOR
Somehow this got disabled in the transition to 5.10. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
-rw-r--r--target/linux/mediatek/mt7622/config-5.102
1 files changed, 1 insertions, 1 deletions
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