aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pwm/Kconfig
diff options
context:
space:
mode:
authorXiubo Li <Li.Xiubo@freescale.com>2014-02-27 04:39:49 -0500
committerThierry Reding <thierry.reding@gmail.com>2014-03-18 13:01:56 -0400
commitb505183b5117ce149c65ae62f8c00e889acafa69 (patch)
treeffd76e3d6cbab118f9cac96843afac1ec8d4e196 /drivers/pwm/Kconfig
parent8468949cddcdbb1b1b1bc552aefceb252078ceb1 (diff)
pwm: Add Freescale FTM PWM driver support
The FTM PWM device can be found on Vybrid VF610 Tower and Layerscape LS-1 SoCs. Signed-off-by: Xiubo Li <Li.Xiubo@freescale.com> Signed-off-by: Alison Wang <b18965@freescale.com> Signed-off-by: Jingchang Lu <b35083@freescale.com> Reviewed-by: Sascha Hauer <s.hauer@pengutronix.de> Reviewed-by: Yuan Yao <yao.yuan@freescale.com> Signed-off-by: Thierry Reding <thierry.reding@gmail.com>
Diffstat (limited to 'drivers/pwm/Kconfig')
-rw-r--r--drivers/pwm/Kconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/pwm/Kconfig b/drivers/pwm/Kconfig
index 0b7a3c96f639..17935628383a 100644
--- a/drivers/pwm/Kconfig
+++ b/drivers/pwm/Kconfig
@@ -80,6 +80,16 @@ config PWM_EP93XX
80 To compile this driver as a module, choose M here: the module 80 To compile this driver as a module, choose M here: the module
81 will be called pwm-ep93xx. 81 will be called pwm-ep93xx.
82 82
83config PWM_FSL_FTM
84 tristate "Freescale FlexTimer Module (FTM) PWM support"
85 depends on OF
86 help
87 Generic FTM PWM framework driver for Freescale VF610 and
88 Layerscape LS-1 SoCs.
89
90 To compile this driver as a module, choose M here: the module
91 will be called pwm-fsl-ftm.
92
83config PWM_IMX 93config PWM_IMX
84 tristate "i.MX PWM support" 94 tristate "i.MX PWM support"
85 depends on ARCH_MXC 95 depends on ARCH_MXC