diff options
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 a93feffbc36a..39bdebc0cb20 100644 --- a/drivers/pwm/Kconfig +++ b/drivers/pwm/Kconfig | |||
@@ -27,6 +27,15 @@ config PWM_IMX | |||
27 | To compile this driver as a module, choose M here: the module | 27 | To compile this driver as a module, choose M here: the module |
28 | will be called pwm-imx. | 28 | will be called pwm-imx. |
29 | 29 | ||
30 | config PWM_MXS | ||
31 | tristate "Freescale MXS PWM support" | ||
32 | depends on ARCH_MXS && OF | ||
33 | help | ||
34 | Generic PWM framework driver for Freescale MXS. | ||
35 | |||
36 | To compile this driver as a module, choose M here: the module | ||
37 | will be called pwm-mxs. | ||
38 | |||
30 | config PWM_PXA | 39 | config PWM_PXA |
31 | tristate "PXA PWM support" | 40 | tristate "PXA PWM support" |
32 | depends on ARCH_PXA | 41 | depends on ARCH_PXA |