linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] i2c: uniphier: add COMPILE_TEST option
@ 2016-01-31 13:34 Masahiro Yamada
  2016-02-12 19:24 ` Wolfram Sang
  0 siblings, 1 reply; 2+ messages in thread
From: Masahiro Yamada @ 2016-01-31 13:34 UTC (permalink / raw)
  To: linux-i2c; +Cc: Masahiro Yamada, linux-kernel, Wolfram Sang

Add COMPILE_TEST for the compilation test coverage.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
---

 drivers/i2c/busses/Kconfig | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/i2c/busses/Kconfig b/drivers/i2c/busses/Kconfig
index 0299dfa..a2e456a 100644
--- a/drivers/i2c/busses/Kconfig
+++ b/drivers/i2c/busses/Kconfig
@@ -908,7 +908,7 @@ config I2C_TEGRA
 
 config I2C_UNIPHIER
 	tristate "UniPhier FIFO-less I2C controller"
-	depends on ARCH_UNIPHIER
+	depends on ARCH_UNIPHIER || COMPILE_TEST
 	help
 	  If you say yes to this option, support will be included for
 	  the UniPhier FIFO-less I2C interface embedded in PH1-LD4, PH1-sLD8,
@@ -916,7 +916,7 @@ config I2C_UNIPHIER
 
 config I2C_UNIPHIER_F
 	tristate "UniPhier FIFO-builtin I2C controller"
-	depends on ARCH_UNIPHIER
+	depends on ARCH_UNIPHIER || COMPILE_TEST
 	help
 	  If you say yes to this option, support will be included for
 	  the UniPhier FIFO-builtin I2C interface embedded in PH1-Pro4,
-- 
1.9.1

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

* Re: [PATCH] i2c: uniphier: add COMPILE_TEST option
  2016-01-31 13:34 [PATCH] i2c: uniphier: add COMPILE_TEST option Masahiro Yamada
@ 2016-02-12 19:24 ` Wolfram Sang
  0 siblings, 0 replies; 2+ messages in thread
From: Wolfram Sang @ 2016-02-12 19:24 UTC (permalink / raw)
  To: Masahiro Yamada; +Cc: linux-i2c, linux-kernel

[-- Attachment #1: Type: text/plain, Size: 225 bytes --]

On Sun, Jan 31, 2016 at 10:34:02PM +0900, Masahiro Yamada wrote:
> Add COMPILE_TEST for the compilation test coverage.
> 
> Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>

Applied to for-next, thanks!


[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 819 bytes --]

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

end of thread, other threads:[~2016-02-12 19:24 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-01-31 13:34 [PATCH] i2c: uniphier: add COMPILE_TEST option Masahiro Yamada
2016-02-12 19:24 ` Wolfram Sang

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).