Skip to content

Commit

Permalink
i2c: imx: allow COMPILE_TEST
Browse files Browse the repository at this point in the history
[ Upstream commit 2ce4462 ]

Driver builds fine with COMPILE_TEST. Enable it for wider test coverage
and easier maintenance.

Signed-off-by: Wolfram Sang <wsa@kernel.org>
Acked-by: Oleksij Rempel <o.rempel@pengutronix.de>
Signed-off-by: Sasha Levin <sashal@kernel.org>
  • Loading branch information
wsakernel authored and gregkh committed Mar 8, 2022
1 parent d232711 commit d65d187
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/i2c/busses/Kconfig
Expand Up @@ -677,7 +677,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
Expand Down

0 comments on commit d65d187

Please sign in to comment.