summaryrefslogtreecommitdiff
path: root/configs/mx7ulp_evk_plugin_defconfig
diff options
context:
space:
mode:
authorYe Li <ye.li@nxp.com>2017-03-16 15:59:26 +0800
committerYe Li <ye.li@nxp.com>2017-04-05 17:24:34 +0800
commitd54d59ecc1800a46d5ed897448496b8d73a822aa (patch)
treef435be93860097c1a9e02da0d5994d17e95729c8 /configs/mx7ulp_evk_plugin_defconfig
parentda1c290f0b890fafeb8ce29b53b764eaee53520b (diff)
MLK-14445-4 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 <ye.li@nxp.com>
Diffstat (limited to 'configs/mx7ulp_evk_plugin_defconfig')
-rw-r--r--configs/mx7ulp_evk_plugin_defconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/mx7ulp_evk_plugin_defconfig b/configs/mx7ulp_evk_plugin_defconfig
index fa58ab1682..6f41bf65db 100644
--- a/configs/mx7ulp_evk_plugin_defconfig
+++ b/configs/mx7ulp_evk_plugin_defconfig
@@ -11,7 +11,7 @@ CONFIG_DM=y
CONFIG_DM_GPIO=y
CONFIG_IMX_RGPIO2P=y
CONFIG_DM_I2C=y
-CONFIG_SYS_LPI2C_IMX=y
+CONFIG_SYS_I2C_IMX_LPI2C=y
CONFIG_PINCTRL=y
CONFIG_PINCTRL_IMX7ULP=y
CONFIG_DM_SERIAL=y