Enable by default mtk_efuse driver since it needed by mtk_thermal driver to read sensor calibration data
Signed-off-by: Lorenzo Bianconi <[email protected]> --- target/linux/mediatek/mt7622/config-4.19 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/mediatek/mt7622/config-4.19 b/target/linux/mediatek/mt7622/config-4.19 index 5e3ceb3574..8f5e3bcaef 100755 --- a/target/linux/mediatek/mt7622/config-4.19 +++ b/target/linux/mediatek/mt7622/config-4.19 @@ -401,7 +401,7 @@ CONFIG_MTD_SPLIT_UIMAGE_FW=y CONFIG_MTK_DISP_PLATFORM="" # CONFIG_MTK_DRE30_SUPPORT is not set # CONFIG_MTK_DVFSRC is not set -# CONFIG_MTK_EFUSE is not set +CONFIG_MTK_EFUSE=y # CONFIG_MTK_GED_SUPPORT is not set # CONFIG_MTK_GPS_SUPPORT is not set # CONFIG_MTK_GPU_COMMON_DVFS_SUPPORT is not set -- 2.21.0 _______________________________________________ openwrt-devel mailing list [email protected] https://lists.openwrt.org/mailman/listinfo/openwrt-devel
