diff options
author | Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> | 2013-11-26 20:18:33 -0500 |
---|---|---|
committer | Thierry Reding <thierry.reding@gmail.com> | 2013-12-12 07:36:38 -0500 |
commit | 94d88d63c64a2d9420b77f5efa3f9bf2103fb9a8 (patch) | |
tree | 0b9379e667fd2c952b05cab5aa6c9ae7ad508121 /drivers/pwm | |
parent | 0dc1135fdf5e2b2a3dbacd59c66f3e9236894425 (diff) |
pwm: renesas-tpu: Enable driver compilation with COMPILE_TEST
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>
Diffstat (limited to 'drivers/pwm')
-rw-r--r-- | drivers/pwm/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pwm/Kconfig b/drivers/pwm/Kconfig index eece329d7872..5de6fcf7f0d4 100644 --- a/drivers/pwm/Kconfig +++ b/drivers/pwm/Kconfig | |||
@@ -139,7 +139,7 @@ config PWM_PXA | |||
139 | 139 | ||
140 | config PWM_RENESAS_TPU | 140 | config PWM_RENESAS_TPU |
141 | tristate "Renesas TPU PWM support" | 141 | tristate "Renesas TPU PWM support" |
142 | depends on ARCH_SHMOBILE | 142 | depends on ARCH_SHMOBILE || COMPILE_TEST |
143 | help | 143 | help |
144 | This driver exposes the Timer Pulse Unit (TPU) PWM controller found | 144 | This driver exposes the Timer Pulse Unit (TPU) PWM controller found |
145 | in Renesas chips through the PWM API. | 145 | in Renesas chips through the PWM API. |