pwm: Add Freescale FTM PWM driver support
[cascardo/linux.git] / drivers / pwm / Kconfig
index 22f2f28..1793562 100644 (file)
@@ -80,6 +80,16 @@ config PWM_EP93XX
          To compile this driver as a module, choose M here: the module
          will be called pwm-ep93xx.
 
+config PWM_FSL_FTM
+       tristate "Freescale FlexTimer Module (FTM) PWM support"
+       depends on OF
+       help
+         Generic FTM PWM framework driver for Freescale VF610 and
+         Layerscape LS-1 SoCs.
+
+         To compile this driver as a module, choose M here: the module
+         will be called pwm-fsl-ftm.
+
 config PWM_IMX
        tristate "i.MX PWM support"
        depends on ARCH_MXC
@@ -160,6 +170,7 @@ config PWM_PXA
 config PWM_RENESAS_TPU
        tristate "Renesas TPU PWM support"
        depends on ARCH_SHMOBILE || COMPILE_TEST
+       depends on HAS_IOMEM
        help
          This driver exposes the Timer Pulse Unit (TPU) PWM controller found
          in Renesas chips through the PWM API.