From: Laurent Pinchart Date: Wed, 27 Nov 2013 01:18:33 +0000 (+0100) Subject: pwm: renesas-tpu: Enable driver compilation with COMPILE_TEST X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=94d88d63c64a2d9420b77f5efa3f9bf2103fb9a8;p=deliverable%2Flinux.git pwm: renesas-tpu: Enable driver compilation with COMPILE_TEST This helps increasing build testing coverage. Cc: Thierry Reding Cc: linux-pwm@vger.kernel.org Signed-off-by: Laurent Pinchart Acked-by: Simon Horman Signed-off-by: Thierry Reding --- 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 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.