[PATCH 10/15] irda: sh_irda: Enable driver compilation with COMPILE_TEST
Laurent Pinchart
laurent.pinchart+renesas at ideasonboard.com
Tue Nov 26 20:18:32 EST 2013
This helps increasing build testing coverage.
Cc: Samuel Ortiz <samuel at sortiz.org>
Cc: netdev at vger.kernel.org
Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas at ideasonboard.com>
Acked-by: Simon Horman <horms at verge.net.au>
---
drivers/net/irda/Kconfig | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/drivers/net/irda/Kconfig b/drivers/net/irda/Kconfig
index 2a30193..cae5ee2 100644
--- a/drivers/net/irda/Kconfig
+++ b/drivers/net/irda/Kconfig
@@ -403,7 +403,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.
--
1.8.3.2
More information about the linux-arm-kernel
mailing list