linux-sh.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] irda: sh_irda: Enable driver compilation with COMPILE_TEST
@ 2014-05-12 23:04 Laurent Pinchart
  2014-05-14 19:25 ` David Miller
  0 siblings, 1 reply; 2+ messages in thread
From: Laurent Pinchart @ 2014-05-12 23:04 UTC (permalink / raw)
  To: netdev; +Cc: linux-sh, Samuel Ortiz

This helps increasing build testing coverage.

Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Acked-by: Simon Horman <horms@verge.net.au>
---
 drivers/net/irda/Kconfig | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Samuel, could you please pick this patch up for v3.16 ? I've pinged you twice
back at v3.14 time, I'd hate missing yet another merge window.

diff --git a/drivers/net/irda/Kconfig b/drivers/net/irda/Kconfig
index 3da44d5..8d101d6 100644
--- a/drivers/net/irda/Kconfig
+++ b/drivers/net/irda/Kconfig
@@ -396,7 +396,8 @@ config MCS_FIR
 
 config SH_IRDA
 	tristate "SuperH IrDA driver"
-	depends on IRDA && ARCH_SHMOBILE
+	depends on IRDA
+	depends on ARCH_SHMOBILE || COMPILE_TEST
 	help
 	  Say Y here if your want to enable SuperH IrDA devices.
 
-- 
Regards,

Laurent Pinchart


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

* Re: [PATCH] irda: sh_irda: Enable driver compilation with COMPILE_TEST
  2014-05-12 23:04 [PATCH] irda: sh_irda: Enable driver compilation with COMPILE_TEST Laurent Pinchart
@ 2014-05-14 19:25 ` David Miller
  0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2014-05-14 19:25 UTC (permalink / raw)
  To: laurent.pinchart+renesas; +Cc: netdev, linux-sh, samuel

From: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Date: Tue, 13 May 2014 01:04:36 +0200

> This helps increasing build testing coverage.
> 
> Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
> Acked-by: Simon Horman <horms@verge.net.au>

Applied to net-next, thanks.

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

end of thread, other threads:[~2014-05-14 19:25 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-12 23:04 [PATCH] irda: sh_irda: Enable driver compilation with COMPILE_TEST Laurent Pinchart
2014-05-14 19:25 ` David Miller

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