aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pwm/Kconfig
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2012-03-15 05:04:35 -0400
committerThierry Reding <thierry.reding@avionic-design.de>2012-07-02 15:39:01 -0400
commit29693248edf10830db2ef82b36806e378ff75c67 (patch)
treee6607ecb7d99b2cba119939d3dbbc438c9ed519e /drivers/pwm/Kconfig
parent17b2b4780f879a559b8dc96c170dd6df98fe9ab3 (diff)
ARM i.MX: Move i.MX pwm driver to pwm framework
Move the driver to drivers/pwm/ and convert it to use the framework. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de> [eric@eukrea.com: set chip.dev to prevent probe failure] [eric@eukrea.com: fix pwmchip_add return code test] Signed-off-by: Eric Bénard <eric@eukrea.com> 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 0ef4f3037c4a..a9a971581108 100644
--- a/drivers/pwm/Kconfig
+++ b/drivers/pwm/Kconfig
@@ -18,6 +18,15 @@ config PWM_BFIN
18 To compile this driver as a module, choose M here: the module 18 To compile this driver as a module, choose M here: the module
19 will be called pwm-bfin. 19 will be called pwm-bfin.
20 20
21config PWM_IMX
22 tristate "i.MX pwm support"
23 depends on ARCH_MXC
24 help
25 Generic PWM framework driver for i.MX.
26
27 To compile this driver as a module, choose M here: the module
28 will be called pwm-imx.
29
21config PWM_PXA 30config PWM_PXA
22 tristate "PXA PWM support" 31 tristate "PXA PWM support"
23 depends on ARCH_PXA 32 depends on ARCH_PXA