diff options
-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. |