Skip to content

Commit

Permalink
pwm: renesas-tpu: Enable driver compilation with COMPILE_TEST
Browse files Browse the repository at this point in the history
This helps increasing build testing coverage.

Cc: Thierry Reding <thierry.reding@gmail.com>
Cc: linux-pwm@vger.kernel.org
Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Acked-by: Simon Horman <horms@verge.net.au>
Signed-off-by: Thierry Reding <thierry.reding@gmail.com>
  • Loading branch information
Laurent Pinchart authored and Thierry Reding committed Dec 12, 2013
1 parent 0dc1135 commit 94d88d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/pwm/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ config PWM_PXA

config PWM_RENESAS_TPU
tristate "Renesas TPU PWM support"
depends on ARCH_SHMOBILE
depends on ARCH_SHMOBILE || COMPILE_TEST
help
This driver exposes the Timer Pulse Unit (TPU) PWM controller found
in Renesas chips through the PWM API.
Expand Down

0 comments on commit 94d88d6

Please sign in to comment.