From 61bf6173cd65f8c937c40759c923ba52ca03374b Mon Sep 17 00:00:00 2001 From: Ye Li Date: Mon, 22 Jul 2019 01:24:53 +0000 Subject: i.MX7ULP: Fix wrong i2c configuration name Wrong I2c driver configuration name is used in codes, so I2c driver is not built. Correct it. Signed-off-by: Ye Li Signed-off-by: Peng Fan --- configs/mx7ulp_evk_defconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'configs/mx7ulp_evk_defconfig') diff --git a/configs/mx7ulp_evk_defconfig b/configs/mx7ulp_evk_defconfig index dc6cc2ba37..b92e0fa393 100644 --- a/configs/mx7ulp_evk_defconfig +++ b/configs/mx7ulp_evk_defconfig @@ -21,6 +21,7 @@ CONFIG_DM_GPIO=y CONFIG_IMX_RGPIO2P=y # CONFIG_MXC_GPIO is not set CONFIG_DM_I2C=y +CONFIG_SYS_I2C_IMX_LPI2C=y CONFIG_DM_MMC=y CONFIG_SUPPORT_EMMC_BOOT=y CONFIG_FSL_USDHC=y -- cgit v1.2.3