Message ID | 20220805165033.140958-6-ben.dooks@sifive.com |
---|---|
State | New |
Headers | show |
Series | [1/8] dt-bindings: pwm: Document Synopsys DesignWare snps,pwm-dw-apb-timers-pwm2 | expand |
diff --git a/drivers/pwm/Kconfig b/drivers/pwm/Kconfig index b8717877a524..05718e0faac9 100644 --- a/drivers/pwm/Kconfig +++ b/drivers/pwm/Kconfig @@ -176,7 +176,8 @@ config PWM_CROS_EC config PWM_DWC tristate "DesignWare PWM Controller" - depends on PCI || OF + depends on PCI || OF || COMPILE_TEST + depends on HAS_IOMEM help PWM driver for Synopsys DWC PWM Controller attached to either a PCI or platform bus.
Allow dwc driver to be built with COMPILE_TEST should allow better coverage when build testing. Signed-off-by: Ben Dooks <ben.dooks@sifive.com> --- v3: - add HAS_IOMEM depdency for compile testing --- drivers/pwm/Kconfig | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)