diff options
author | Thierry Reding <thierry.reding@avionic-design.de> | 2012-08-31 08:29:24 +0200 |
---|---|---|
committer | Thierry Reding <thierry.reding@avionic-design.de> | 2012-10-05 20:56:41 +0200 |
commit | 79c11b6fa0b225ac165e79e821d50e70f563645f (patch) | |
tree | 05a7b6a2a87f05780b2a12a2e821c44336d73e75 /drivers/pwm/Kconfig | |
parent | 5384e27317016bd30aa7a7a7513f76ce7caa3b09 (diff) | |
download | op-kernel-dev-79c11b6fa0b225ac165e79e821d50e70f563645f.zip op-kernel-dev-79c11b6fa0b225ac165e79e821d50e70f563645f.tar.gz |
pwm: Move PUV3 PWM driver to PWM framework
This commit moves the driver to drivers/pwm and converts it to the new
PWM framework.
Signed-off-by: Thierry Reding <thierry.reding@avionic-design.de>
Tested-by: Qin Rui <qinrui@mprc.pku.edu.cn>
Acked-by: Guan Xuetao <gxt@mprc.pku.edu.cn>
Diffstat (limited to 'drivers/pwm/Kconfig')
-rw-r--r-- | drivers/pwm/Kconfig | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/drivers/pwm/Kconfig b/drivers/pwm/Kconfig index 99a7381..d954c72 100644 --- a/drivers/pwm/Kconfig +++ b/drivers/pwm/Kconfig @@ -1,6 +1,6 @@ menuconfig PWM bool "Pulse-Width Modulation (PWM) Support" - depends on !MACH_JZ4740 && !PUV3_PWM + depends on !MACH_JZ4740 help Generic Pulse-Width Modulation (PWM) support. @@ -76,6 +76,15 @@ config PWM_MXS To compile this driver as a module, choose M here: the module will be called pwm-mxs. +config PWM_PUV3 + tristate "PKUnity NetBook-0916 PWM support" + depends on ARCH_PUV3 + help + Generic PWM framework driver for PKUnity NetBook-0916. + + To compile this driver as a module, choose M here: the module + will be called pwm-puv3. + config PWM_PXA tristate "PXA PWM support" depends on ARCH_PXA |