All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2] i2c: meson: allow build with COMPILE_TEST
@ 2016-07-06 20:17 ` Ben Dooks
  0 siblings, 0 replies; 6+ messages in thread
From: Ben Dooks @ 2016-07-06 20:17 UTC (permalink / raw)
  To: linux-kernel, linux-amlogic, linux-i2c, wsa; +Cc: Ben Dooks, Ben Dooks

This driver should be buildable with COMPILE_TEST so
add this to the dependency for it.

Signed-off-by: Ben Dooks <ben.dooks@codethink.co.uk>
---
V2:
- reduced to just personal signnoff.
---
 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] 6+ messages in thread

* [PATCH v2] i2c: meson: allow build with COMPILE_TEST
@ 2016-07-06 20:17 ` Ben Dooks
  0 siblings, 0 replies; 6+ messages in thread
From: Ben Dooks @ 2016-07-06 20:17 UTC (permalink / raw)
  To: linus-amlogic

This driver should be buildable with COMPILE_TEST so
add this to the dependency for it.

Signed-off-by: Ben Dooks <ben.dooks@codethink.co.uk>
---
V2:
- reduced to just personal signnoff.
---
 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] 6+ messages in thread

* Re: [PATCH v2] i2c: meson: allow build with COMPILE_TEST
  2016-07-06 20:17 ` Ben Dooks
@ 2016-07-07  8:05   ` Ben Dooks
  -1 siblings, 0 replies; 6+ messages in thread
From: Ben Dooks @ 2016-07-07  8:05 UTC (permalink / raw)
  To: Ben Dooks, linux-kernel, linux-amlogic, linux-i2c, wsa

On 06/07/16 21:17, Ben Dooks wrote:
> This driver should be buildable with COMPILE_TEST so
> add this to the dependency for it.
> 
> Signed-off-by: Ben Dooks <ben.dooks@codethink.co.uk>
> ---
> V2:
> - reduced to just personal signnoff.

the first one was better :(

-- 
Ben Dooks				http://www.codethink.co.uk/
Senior Engineer				Codethink - Providing Genius

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

* [PATCH v2] i2c: meson: allow build with COMPILE_TEST
@ 2016-07-07  8:05   ` Ben Dooks
  0 siblings, 0 replies; 6+ messages in thread
From: Ben Dooks @ 2016-07-07  8:05 UTC (permalink / raw)
  To: linus-amlogic

On 06/07/16 21:17, Ben Dooks wrote:
> This driver should be buildable with COMPILE_TEST so
> add this to the dependency for it.
> 
> Signed-off-by: Ben Dooks <ben.dooks@codethink.co.uk>
> ---
> V2:
> - reduced to just personal signnoff.

the first one was better :(

-- 
Ben Dooks				http://www.codethink.co.uk/
Senior Engineer				Codethink - Providing Genius

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

* Re: [PATCH v2] i2c: meson: allow build with COMPILE_TEST
  2016-07-06 20:17 ` Ben Dooks
@ 2016-07-08  1:39   ` Wolfram Sang
  -1 siblings, 0 replies; 6+ messages in thread
From: Wolfram Sang @ 2016-07-08  1:39 UTC (permalink / raw)
  To: Ben Dooks; +Cc: linux-kernel, linux-amlogic, linux-i2c, Ben Dooks

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

On Wed, Jul 06, 2016 at 09:17:05PM +0100, Ben Dooks wrote:
> This driver should be buildable with COMPILE_TEST so
> add this to the dependency for it.
> 
> Signed-off-by: Ben Dooks <ben.dooks@codethink.co.uk>

Care to explain why the first one was better? A bit confused here...


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

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

* [PATCH v2] i2c: meson: allow build with COMPILE_TEST
@ 2016-07-08  1:39   ` Wolfram Sang
  0 siblings, 0 replies; 6+ messages in thread
From: Wolfram Sang @ 2016-07-08  1:39 UTC (permalink / raw)
  To: linus-amlogic

On Wed, Jul 06, 2016 at 09:17:05PM +0100, Ben Dooks wrote:
> This driver should be buildable with COMPILE_TEST so
> add this to the dependency for it.
> 
> Signed-off-by: Ben Dooks <ben.dooks@codethink.co.uk>

Care to explain why the first one was better? A bit confused here...

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.infradead.org/pipermail/linux-amlogic/attachments/20160708/a857a19d/attachment.sig>

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

end of thread, other threads:[~2016-07-08  1:39 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-07-06 20:17 [PATCH v2] i2c: meson: allow build with COMPILE_TEST Ben Dooks
2016-07-06 20:17 ` Ben Dooks
2016-07-07  8:05 ` Ben Dooks
2016-07-07  8:05   ` Ben Dooks
2016-07-08  1:39 ` Wolfram Sang
2016-07-08  1:39   ` Wolfram Sang

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.