[openwrt/openwrt] mediatek: mt7623: replace kconfig symbol for snand driver
LEDE Commits
lede-commits at lists.infradead.org
Fri Aug 27 07:24:56 PDT 2021
981213 pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/97e32e9702be7c7fab97d024ee336886e9faa0c7
commit 97e32e9702be7c7fab97d024ee336886e9faa0c7
Author: Chuanhong Guo <gch981213 at gmail.com>
AuthorDate: Fri Aug 27 22:22:29 2021 +0800
mediatek: mt7623: replace kconfig symbol for snand driver
this change was missing during the spi-nand driver replacement, causing
build failure.
Signed-off-by: Chuanhong Guo <gch981213 at gmail.com>
---
target/linux/mediatek/mt7623/config-5.10 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/target/linux/mediatek/mt7623/config-5.10 b/target/linux/mediatek/mt7623/config-5.10
index 2909636cfa..95cad15766 100644
--- a/target/linux/mediatek/mt7623/config-5.10
+++ b/target/linux/mediatek/mt7623/config-5.10
@@ -416,6 +416,7 @@ CONFIG_MTK_MMSYS=y
CONFIG_MTK_PMIC_WRAP=y
CONFIG_MTK_SCPSYS=y
CONFIG_MTK_SMI=y
+# CONFIG_MTK_SPI_NAND is not set
CONFIG_MTK_THERMAL=y
CONFIG_MTK_TIMER=y
# CONFIG_MTK_UART_APDMA is not set
@@ -550,7 +551,6 @@ CONFIG_SPI_MASTER=y
CONFIG_SPI_MEM=y
CONFIG_SPI_MT65XX=y
# CONFIG_SPI_MTK_NOR is not set
-# CONFIG_SPI_MTK_SNFI is not set
CONFIG_SPMI=y
# CONFIG_SPMI_HISI3670 is not set
CONFIG_SRCU=y
More information about the lede-commits
mailing list