From mboxrd@z Thu Jan 1 00:00:00 1970 From: mingming lee Date: Wed, 9 Sep 2020 14:07:28 +0800 Subject: [PATCH 3/3] configs: mt8512: Enable I2C related configs In-Reply-To: <20200909060728.5616-1-mingming.lee@mediatek.com> References: <20200909060728.5616-1-mingming.lee@mediatek.com> Message-ID: <20200909060728.5616-4-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 10a2083..6b3d9a4 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 -- 1.9.1