pwm: Add clock based PWM output driver
[sfrench/cifs-2.6.git] / drivers / pwm / Kconfig
index 904de8d61828a6b620ce7b9760913df5d3db0c21..60d13a949bc58c698aa72e77f9b4ae44a886b49e 100644 (file)
@@ -140,6 +140,16 @@ config PWM_BRCMSTB
          To compile this driver as a module, choose M Here: the module
          will be called pwm-brcmstb.c.
 
+config PWM_CLK
+       tristate "Clock based PWM support"
+       depends on HAVE_CLK || COMPILE_TEST
+       help
+         Generic PWM framework driver for outputs that can be
+         muxed to clocks.
+
+         To compile this driver as a module, choose M here: the module
+         will be called pwm-clk.
+
 config PWM_CLPS711X
        tristate "CLPS711X PWM support"
        depends on ARCH_CLPS711X || COMPILE_TEST