diff options
author | Alexandre Pereira da Silva <aletes.xgr@gmail.com> | 2012-07-10 10:38:10 -0400 |
---|---|---|
committer | Thierry Reding <thierry.reding@avionic-design.de> | 2012-07-23 07:24:05 -0400 |
commit | 2132fa8d95bc13b8b0e307553b04ee3517762ebe (patch) | |
tree | 7f7f843273eeb8b2ce6c9f05a725c02fb4abde4f /drivers/pwm/Kconfig | |
parent | 9fb978b12f9cc2b4df428764273d96877d0a262d (diff) |
pwm: add lpc32xx PWM support
Add lpc32xx SOC PWM driver.
Signed-off-by: Alexandre Pereira da Silva <aletes.xgr@gmail.com>
Acked-by: Roland Stigge <stigge@antcom.de>
Signed-off-by: Thierry Reding <thierry.reding@avionic-design.de>
Diffstat (limited to 'drivers/pwm/Kconfig')
-rw-r--r-- | drivers/pwm/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/pwm/Kconfig b/drivers/pwm/Kconfig index 0b2800fc1ca7..94e176e26f4c 100644 --- a/drivers/pwm/Kconfig +++ b/drivers/pwm/Kconfig | |||
@@ -28,6 +28,16 @@ config PWM_IMX | |||
28 | To compile this driver as a module, choose M here: the module | 28 | To compile this driver as a module, choose M here: the module |
29 | will be called pwm-imx. | 29 | will be called pwm-imx. |
30 | 30 | ||
31 | config PWM_LPC32XX | ||
32 | tristate "LPC32XX PWM support" | ||
33 | depends on ARCH_LPC32XX | ||
34 | help | ||
35 | Generic PWM framework driver for LPC32XX. The LPC32XX SOC has two | ||
36 | PWM controllers. | ||
37 | |||
38 | To compile this driver as a module, choose M here: the module | ||
39 | will be called pwm-lpc32xx. | ||
40 | |||
31 | config PWM_MXS | 41 | config PWM_MXS |
32 | tristate "Freescale MXS PWM support" | 42 | tristate "Freescale MXS PWM support" |
33 | depends on ARCH_MXS && OF | 43 | depends on ARCH_MXS && OF |