diff options
author | Daniel Golle <daniel@makrotopia.org> | 2021-03-01 11:56:23 +0000 |
---|---|---|
committer | Daniel Golle <daniel@makrotopia.org> | 2021-03-01 11:57:08 +0000 |
commit | 8e7392b18ecd11f88bde9569914c5a4b70db21cc (patch) | |
tree | 638dc0c52cb3aa7d2e5da89c15adf4852e01a552 /target/linux/mediatek | |
parent | aaa0203ad4e501238289cb8c21c50dc1452e1f34 (diff) | |
download | upstream-8e7392b18ecd11f88bde9569914c5a4b70db21cc.tar.gz upstream-8e7392b18ecd11f88bde9569914c5a4b70db21cc.tar.bz2 upstream-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>
Diffstat (limited to 'target/linux/mediatek')
-rw-r--r-- | target/linux/mediatek/mt7622/config-5.10 | 2 |
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 |