* [PATCH] i2c: imx: allow COMPILE_TEST
@ 2022-02-12 19:46 Wolfram Sang
2022-02-14 8:16 ` Oleksij Rempel
2022-02-15 9:14 ` Wolfram Sang
0 siblings, 2 replies; 3+ messages in thread
From: Wolfram Sang @ 2022-02-12 19:46 UTC (permalink / raw)
To: linux-i2c
Cc: Wolfram Sang, Oleksij Rempel, Pengutronix Kernel Team, Shawn Guo,
Sascha Hauer, Fabio Estevam, NXP Linux Team, Sumit Semwal,
Christian König
Driver builds fine with COMPILE_TEST. Enable it for wider test coverage
and easier maintenance.
Signed-off-by: Wolfram Sang <wsa@kernel.org>
---
drivers/i2c/busses/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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
--
2.30.2
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] i2c: imx: allow COMPILE_TEST
2022-02-12 19:46 [PATCH] i2c: imx: allow COMPILE_TEST Wolfram Sang
@ 2022-02-14 8:16 ` Oleksij Rempel
2022-02-15 9:14 ` Wolfram Sang
1 sibling, 0 replies; 3+ messages in thread
From: Oleksij Rempel @ 2022-02-14 8:16 UTC (permalink / raw)
To: Wolfram Sang
Cc: linux-i2c, Christian König, Shawn Guo, Sascha Hauer,
Oleksij Rempel, NXP Linux Team, Pengutronix Kernel Team,
Fabio Estevam, Sumit Semwal
On Sat, Feb 12, 2022 at 08:46:57PM +0100, Wolfram Sang wrote:
> 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>
Thank you!
> ---
> drivers/i2c/busses/Kconfig | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> 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
> --
> 2.30.2
>
>
>
--
Pengutronix e.K. | |
Steuerwalder Str. 21 | http://www.pengutronix.de/ |
31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] i2c: imx: allow COMPILE_TEST
2022-02-12 19:46 [PATCH] i2c: imx: allow COMPILE_TEST Wolfram Sang
2022-02-14 8:16 ` Oleksij Rempel
@ 2022-02-15 9:14 ` Wolfram Sang
1 sibling, 0 replies; 3+ messages in thread
From: Wolfram Sang @ 2022-02-15 9:14 UTC (permalink / raw)
To: linux-i2c
Cc: Oleksij Rempel, Pengutronix Kernel Team, Shawn Guo, Sascha Hauer,
Fabio Estevam, NXP Linux Team, Sumit Semwal, Christian König
[-- Attachment #1: Type: text/plain, Size: 254 bytes --]
On Sat, Feb 12, 2022 at 08:46:57PM +0100, Wolfram Sang wrote:
> Driver builds fine with COMPILE_TEST. Enable it for wider test coverage
> and easier maintenance.
>
> Signed-off-by: Wolfram Sang <wsa@kernel.org>
Applied to for-current, thanks!
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2022-02-15 9:14 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-02-12 19:46 [PATCH] i2c: imx: allow COMPILE_TEST Wolfram Sang
2022-02-14 8:16 ` Oleksij Rempel
2022-02-15 9:14 ` Wolfram Sang
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox