diff options
author | Sascha Hauer <s.hauer@pengutronix.de> | 2009-01-16 09:17:16 -0500 |
---|---|---|
committer | Sascha Hauer <s.hauer@pengutronix.de> | 2009-03-13 05:34:10 -0400 |
commit | 166091b1894df3de736f43c649f2e6639f4a31ac (patch) | |
tree | d3f59658647ef26e74e57ead570636bfed451786 /arch/arm/plat-mxc/Kconfig | |
parent | 1512222b105beaff7b7fe11aa4220bcd0088e421 (diff) |
[ARM] MXC: add pwm driver for i.MX SoCs
This driver has been tested on MX27/MX31. It should work on MX1/MX1
aswell, but the actual setting of the PWM is missing so far.
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/plat-mxc/Kconfig')
-rw-r--r-- | arch/arm/plat-mxc/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/plat-mxc/Kconfig b/arch/arm/plat-mxc/Kconfig index 10f65bf27b27..71c3c848b0e2 100644 --- a/arch/arm/plat-mxc/Kconfig +++ b/arch/arm/plat-mxc/Kconfig | |||
@@ -44,4 +44,10 @@ config MXC_IRQ_PRIOR | |||
44 | requirements for timing. | 44 | requirements for timing. |
45 | Say N here, unless you have a specialized requirement. | 45 | Say N here, unless you have a specialized requirement. |
46 | 46 | ||
47 | config MXC_PWM | ||
48 | tristate "Enable PWM driver" | ||
49 | depends on ARCH_MXC | ||
50 | help | ||
51 | Enable support for the i.MX PWM controller(s). | ||
52 | |||
47 | endif | 53 | endif |