diff options
author | Ye Li <ye.li@nxp.com> | 2017-03-16 15:59:26 +0800 |
---|---|---|
committer | Ye Li <ye.li@nxp.com> | 2017-04-05 17:24:34 +0800 |
commit | d54d59ecc1800a46d5ed897448496b8d73a822aa (patch) | |
tree | f435be93860097c1a9e02da0d5994d17e95729c8 /configs | |
parent | da1c290f0b890fafeb8ce29b53b764eaee53520b (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')
-rw-r--r-- | configs/mx7ulp_evk_defconfig | 2 | ||||
-rw-r--r-- | configs/mx7ulp_evk_plugin_defconfig | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/configs/mx7ulp_evk_defconfig b/configs/mx7ulp_evk_defconfig index 25bb4ab..452c3ca 100644 --- a/configs/mx7ulp_evk_defconfig +++ b/configs/mx7ulp_evk_defconfig @@ -10,7 +10,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 diff --git a/configs/mx7ulp_evk_plugin_defconfig b/configs/mx7ulp_evk_plugin_defconfig index fa58ab1..6f41bf6 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 |