From mboxrd@z Thu Jan 1 00:00:00 1970 From: mingming lee Date: Wed, 30 Sep 2020 16:21:50 +0800 Subject: [PATCH v2 3/5] configs: mt8512: Enable I2C related configs In-Reply-To: <1601454112-11787-1-git-send-email-mingming.lee@mediatek.com> References: <1601454112-11787-1-git-send-email-mingming.lee@mediatek.com> Message-ID: <1601454112-11787-4-git-send-email-mingming.lee@mediatek.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de From: Mingming Lee Enable MTK I2C Enable I2C basic command Signed-off-by: Mingming Lee --- configs/mt8512_bm1_emmc_defconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configs/mt8512_bm1_emmc_defconfig b/configs/mt8512_bm1_emmc_defconfig index 10a2083134..6b3d9a4e9b 100644 --- a/configs/mt8512_bm1_emmc_defconfig +++ b/configs/mt8512_bm1_emmc_defconfig @@ -33,3 +33,6 @@ CONFIG_MTK_TIMER=y CONFIG_WDT=y CONFIG_WDT_MTK=y CONFIG_LZO=y +CONFIG_CMD_I2C=y +CONFIG_DM_I2C=y +CONFIG_SYS_I2C_MTK=y -- 2.18.0