diff options
author | Thierry Reding <thierry.reding@avionic-design.de> | 2012-08-31 02:29:24 -0400 |
---|---|---|
committer | Thierry Reding <thierry.reding@avionic-design.de> | 2012-10-05 14:56:41 -0400 |
commit | 79c11b6fa0b225ac165e79e821d50e70f563645f (patch) | |
tree | 05a7b6a2a87f05780b2a12a2e821c44336d73e75 /drivers/pwm/Kconfig | |
parent | 5384e27317016bd30aa7a7a7513f76ce7caa3b09 (diff) |
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 99a738182bf5..d954c72e242e 100644 --- a/drivers/pwm/Kconfig +++ b/drivers/pwm/Kconfig | |||
@@ -1,6 +1,6 @@ | |||
1 | menuconfig PWM | 1 | menuconfig PWM |
2 | bool "Pulse-Width Modulation (PWM) Support" | 2 | bool "Pulse-Width Modulation (PWM) Support" |
3 | depends on !MACH_JZ4740 && !PUV3_PWM | 3 | depends on !MACH_JZ4740 |
4 | help | 4 | help |
5 | Generic Pulse-Width Modulation (PWM) support. | 5 | Generic Pulse-Width Modulation (PWM) support. |
6 | 6 | ||
@@ -76,6 +76,15 @@ config PWM_MXS | |||
76 | To compile this driver as a module, choose M here: the module | 76 | To compile this driver as a module, choose M here: the module |
77 | will be called pwm-mxs. | 77 | will be called pwm-mxs. |
78 | 78 | ||
79 | config PWM_PUV3 | ||
80 | tristate "PKUnity NetBook-0916 PWM support" | ||
81 | depends on ARCH_PUV3 | ||
82 | help | ||
83 | Generic PWM framework driver for PKUnity NetBook-0916. | ||
84 | |||
85 | To compile this driver as a module, choose M here: the module | ||
86 | will be called pwm-puv3. | ||
87 | |||
79 | config PWM_PXA | 88 | config PWM_PXA |
80 | tristate "PXA PWM support" | 89 | tristate "PXA PWM support" |
81 | depends on ARCH_PXA | 90 | depends on ARCH_PXA |