Skip to content

Commit 2ce4462

Browse files
committed
i2c: imx: allow COMPILE_TEST
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>
1 parent 0b0dcb3 commit 2ce4462

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/i2c/busses/Kconfig

+1-1
Original file line numberDiff line numberDiff line change
@@ -680,7 +680,7 @@ config I2C_IMG
680680

681681
config I2C_IMX
682682
tristate "IMX I2C interface"
683-
depends on ARCH_MXC || ARCH_LAYERSCAPE || COLDFIRE
683+
depends on ARCH_MXC || ARCH_LAYERSCAPE || COLDFIRE || COMPILE_TEST
684684
select I2C_SLAVE
685685
help
686686
Say Y here if you want to use the IIC bus controller on

0 commit comments

Comments
 (0)