Commit 2ce4462f authored by Wolfram Sang's avatar Wolfram Sang

i2c: imx: allow COMPILE_TEST

Driver builds fine with COMPILE_TEST. Enable it for wider test coverage
and easier maintenance.
Signed-off-by: default avatarWolfram Sang <wsa@kernel.org>
Acked-by: default avatarOleksij Rempel <o.rempel@pengutronix.de>
parent 0b0dcb38
......@@ -680,7 +680,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 || COMPILE_TEST
select I2C_SLAVE
help
Say Y here if you want to use the IIC bus controller on
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment