linux-i2c.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] i2c: meson: allow build with COMPILE_TEST
@ 2016-07-05 18:19 Ben Dooks
  2016-07-05 18:24 ` [PATCHv2] " Ben Dooks
  2016-07-05 18:24 ` [PATCH] " Ben Dooks
  0 siblings, 2 replies; 7+ messages in thread
From: Ben Dooks @ 2016-07-05 18:19 UTC (permalink / raw)
  To: linux-kernel; +Cc: Ben Dooks, Ben Dooks, linux-amlogic, Wolfram Sang, linux-i2c

From: Ben Dooks <ben-linux@fluff.org>

This driver could be included in COMPILE_TEST so allow it to be
compiled when COMPILE_TEST is selected.

Signed-off-by: Ben Dooks <ben.dooks@codethink.co.uk>
---
Cc: linux-amlogic@lists.infradead.org
Cc: Wolfram Sang <wsa@the-dreams.de>
Cc: linux-i2c@vger.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 efa3d9b..1a6f2de 100644
--- a/drivers/i2c/busses/Kconfig
+++ b/drivers/i2c/busses/Kconfig
@@ -637,7 +637,7 @@ config I2C_LPC2K
 
 config I2C_MESON
 	tristate "Amlogic Meson I2C controller"
-	depends on ARCH_MESON
+	depends on ARCH_MESON || COMPILE_TEST
 	help
 	  If you say yes to this option, support will be included for the
 	  I2C interface on the Amlogic Meson family of SoCs.
-- 
2.8.1

^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2016-07-06 20:31 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-07-05 18:19 [PATCH] i2c: meson: allow build with COMPILE_TEST Ben Dooks
2016-07-05 18:24 ` [PATCHv2] " Ben Dooks
2016-07-06  0:09   ` Wolfram Sang
2016-07-06  7:33     ` Ben Dooks
2016-07-06  8:13       ` Wolfram Sang
2016-07-06 20:12         ` Ben Dooks
2016-07-05 18:24 ` [PATCH] " Ben Dooks

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).