diff options
author | H Hartley Sweeten <hartleys@visionengravers.com> | 2013-10-15 21:40:03 -0400 |
---|---|---|
committer | Thierry Reding <thierry.reding@gmail.com> | 2013-10-17 10:07:19 -0400 |
commit | a23086981723570c8952520d9ffaf6995d45f63e (patch) | |
tree | 954638f3a758cea41ea59affcdf213fa83c61af0 /drivers/pwm/Kconfig | |
parent | 8f43e18e2769b3b28383903d501b4da29e388aad (diff) |
pwm: add ep93xx PWM support
Remove the non-standard EP93xx PWM driver in drivers/misc and add
a new driver for the PWM controllers on the EP93xx platform based
on the PWM framework.
These PWM controllers each support 1 PWM channel with programmable
duty cycle, frequency, and polarity inversion.
Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com>
Cc: Ryan Mallon <rmallon@gmail.com>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Thierry Reding <thierry.reding@gmail.com>
Diffstat (limited to 'drivers/pwm/Kconfig')
-rw-r--r-- | drivers/pwm/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/pwm/Kconfig b/drivers/pwm/Kconfig index 75840b5cea6d..eece329d7872 100644 --- a/drivers/pwm/Kconfig +++ b/drivers/pwm/Kconfig | |||
@@ -62,6 +62,15 @@ config PWM_BFIN | |||
62 | To compile this driver as a module, choose M here: the module | 62 | To compile this driver as a module, choose M here: the module |
63 | will be called pwm-bfin. | 63 | will be called pwm-bfin. |
64 | 64 | ||
65 | config PWM_EP93XX | ||
66 | tristate "Cirrus Logic EP93xx PWM support" | ||
67 | depends on ARCH_EP93XX | ||
68 | help | ||
69 | Generic PWM framework driver for Cirrus Logic EP93xx. | ||
70 | |||
71 | To compile this driver as a module, choose M here: the module | ||
72 | will be called pwm-ep93xx. | ||
73 | |||
65 | config PWM_IMX | 74 | config PWM_IMX |
66 | tristate "i.MX PWM support" | 75 | tristate "i.MX PWM support" |
67 | depends on ARCH_MXC | 76 | depends on ARCH_MXC |