aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pwm/Kconfig
diff options
context:
space:
mode:
authorShawn Guo <shawn.guo@linaro.org>2012-04-03 22:50:52 -0400
committerThierry Reding <thierry.reding@avionic-design.de>2012-07-02 16:06:34 -0400
commit4dce82c1e84007d38747533673c2289bfc6497d2 (patch)
treefc50fbb65e2ec13b816c010307fc5d725af5f110 /drivers/pwm/Kconfig
parenta245ccebb4aad9fae60597d5cbad158c0de4483e (diff)
pwm: add pwm-mxs support
Add generic PWM framework driver (DT only) for Freescale MXS. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de> Signed-off-by: Shawn Guo <shawn.guo@linaro.org> Signed-off-by: Thierry Reding <thierry.reding@avionic-design.de>
Diffstat (limited to 'drivers/pwm/Kconfig')
-rw-r--r--drivers/pwm/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/pwm/Kconfig b/drivers/pwm/Kconfig
index a93feffbc36a..39bdebc0cb20 100644
--- a/drivers/pwm/Kconfig
+++ b/drivers/pwm/Kconfig
@@ -27,6 +27,15 @@ config PWM_IMX
27 To compile this driver as a module, choose M here: the module 27 To compile this driver as a module, choose M here: the module
28 will be called pwm-imx. 28 will be called pwm-imx.
29 29
30config PWM_MXS
31 tristate "Freescale MXS PWM support"
32 depends on ARCH_MXS && OF
33 help
34 Generic PWM framework driver for Freescale MXS.
35
36 To compile this driver as a module, choose M here: the module
37 will be called pwm-mxs.
38
30config PWM_PXA 39config PWM_PXA
31 tristate "PXA PWM support" 40 tristate "PXA PWM support"
32 depends on ARCH_PXA 41 depends on ARCH_PXA