1
0
Fork 0

MA-10480 Make CONFIG_I2C_IMX to depend on CONFIG_ARCH_MXC_ARM64

imx8mscale evk uses the i2c imx driver to control the pfuze driver
otherwise pfuze driver wont be probed with I2C_IMX

Change-Id: Iaeacde58a4cbe34a3d18cb16814d2334c74c2b79
(cherry-picked from commit ad7200824fa740a1fe9d418d3f949ff97b083bdf)
Signed-off-by: guoyin.chen <guoyin.chen@nxp.com>
pull/10/head
guoyin.chen 2017-10-19 19:00:02 +08:00 committed by Jason Liu
parent d43eee1b89
commit 76435c5225
1 changed files with 1 additions and 1 deletions

View File

@ -632,7 +632,7 @@ config I2C_IMG
config I2C_IMX
tristate "IMX I2C interface"
depends on ARCH_MXC || ARCH_LAYERSCAPE || COLDFIRE
depends on ARCH_MXC || ARCH_LAYERSCAPE || COLDFIRE || ARCH_MXC_ARM64
help
Say Y here if you want to use the IIC bus controller on
the Freescale i.MX/MXC, Layerscape or ColdFire processors.