[PATCH v2 3/5] configs: mt8512: Enable I2C related configs

mingming lee mingming.lee at mediatek.com
Wed Sep 30 10:21:50 CEST 2020


From: Mingming Lee <Mingming.Lee at mediatek.com>

Enable MTK I2C
Enable I2C basic command

Signed-off-by: Mingming Lee <Mingming.Lee at mediatek.com>
---
 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


More information about the U-Boot mailing list