Skip to content

Commit

Permalink
irda: sh_irda: Enable driver compilation with COMPILE_TEST
Browse files Browse the repository at this point in the history
This helps increasing build testing coverage.

Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Acked-by: Simon Horman <horms@verge.net.au>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Laurent Pinchart authored and David S. Miller committed May 14, 2014
1 parent d6cc76d commit 9cc5e36
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion drivers/net/irda/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 9cc5e36

Please sign in to comment.