]> Pileus Git - ~andy/linux/commitdiff
pwm: renesas-tpu: Enable driver compilation with COMPILE_TEST
authorLaurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Wed, 27 Nov 2013 01:18:33 +0000 (02:18 +0100)
committerThierry Reding <thierry.reding@gmail.com>
Thu, 12 Dec 2013 12:36:38 +0000 (13:36 +0100)
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>
drivers/pwm/Kconfig

index eece329d78729049c4dd7b2e49668217309a5668..5de6fcf7f0d4d4f0bb76393fb21eed6a86fd83f7 100644 (file)
@@ -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.