diff options
-rw-r--r-- | drivers/pwm/Kconfig | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/pwm/Kconfig b/drivers/pwm/Kconfig index f92dd41b0395..704b0b8f65c1 100644 --- a/drivers/pwm/Kconfig +++ b/drivers/pwm/Kconfig | |||
@@ -76,7 +76,9 @@ config PWM_ATMEL_TCB | |||
76 | 76 | ||
77 | config PWM_BCM_IPROC | 77 | config PWM_BCM_IPROC |
78 | tristate "iProc PWM support" | 78 | tristate "iProc PWM support" |
79 | depends on ARCH_BCM_IPROC | 79 | depends on ARCH_BCM_IPROC || COMPILE_TEST |
80 | depends on COMMON_CLK | ||
81 | default ARCH_BCM_IPROC | ||
80 | help | 82 | help |
81 | Generic PWM framework driver for Broadcom iProc PWM block. This | 83 | Generic PWM framework driver for Broadcom iProc PWM block. This |
82 | block is used in Broadcom iProc SoC's. | 84 | block is used in Broadcom iProc SoC's. |