aboutsummaryrefslogtreecommitdiff
path: root/drivers/pwm/Kconfig
diff options
context:
space:
mode:
authorShawn Guo <shawn.guo@linaro.org>2012-04-04 10:50:52 +0800
committerThierry Reding <thierry.reding@avionic-design.de>2012-07-02 22:06:34 +0200
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
To compile this driver as a module, choose M here: the module
will be called pwm-imx.
+config PWM_MXS
+ tristate "Freescale MXS PWM support"
+ depends on ARCH_MXS && OF
+ help
+ Generic PWM framework driver for Freescale MXS.
+
+ To compile this driver as a module, choose M here: the module
+ will be called pwm-mxs.
+
config PWM_PXA
tristate "PXA PWM support"
depends on ARCH_PXA