diff options
author | Wolfram Sang <wsa@kernel.org> | 2022-02-12 20:46:57 +0100 |
---|---|---|
committer | Wolfram Sang <wsa@kernel.org> | 2022-02-15 10:13:49 +0100 |
commit | 2ce4462f2724d1b3cedccea441c6d18bb360629a (patch) | |
tree | 437fce6a8f9f0f1d112a2e08ae7e8876189db311 /drivers | |
parent | 0b0dcb3882c8f08bdeafa03adb4487e104d26050 (diff) | |
download | linux-2ce4462f2724d1b3cedccea441c6d18bb360629a.tar.bz2 |
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>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/i2c/busses/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/i2c/busses/Kconfig b/drivers/i2c/busses/Kconfig index bad2fadc94a3..255fd4198433 100644 --- a/drivers/i2c/busses/Kconfig +++ b/drivers/i2c/busses/Kconfig @@ -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 |