[openwrt/openwrt] mediatek: mt7622: add missing CONFIG_MMC_BLK

LEDE Commits lede-commits at lists.infradead.org
Wed Feb 24 15:23:10 EST 2021


dangole pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/567a5f77394eb11182519b0564a7908858756c27

commit 567a5f77394eb11182519b0564a7908858756c27
Author: Oskari Lemmela <oskari at lemmela.net>
AuthorDate: Wed Feb 24 21:10:35 2021 +0200

    mediatek: mt7622: add missing CONFIG_MMC_BLK
    
    CONFIG_MMC_BLK enables block devices for SD/eMMC
    
    Signed-off-by: Oskari Lemmela <oskari at lemmela.net>
---
 target/linux/mediatek/mt7622/config-5.4 | 1 +
 1 file changed, 1 insertion(+)

diff --git a/target/linux/mediatek/mt7622/config-5.4 b/target/linux/mediatek/mt7622/config-5.4
index 1b0b1e36a6..30afb4ebe2 100644
--- a/target/linux/mediatek/mt7622/config-5.4
+++ b/target/linux/mediatek/mt7622/config-5.4
@@ -388,6 +388,7 @@ CONFIG_MESSAGE_LOGLEVEL_DEFAULT=7
 CONFIG_MFD_SYSCON=y
 CONFIG_MIGRATION=y
 CONFIG_MMC=y
+CONFIG_MMC_BLOCK=y
 CONFIG_MMC_MTK=y
 # CONFIG_MMC_TIFM_SD is not set
 CONFIG_MODULES_TREE_LOOKUP=y



More information about the lede-commits mailing list