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 /arch/unicore32/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 'arch/unicore32/Kconfig')
-rw-r--r-- | arch/unicore32/Kconfig | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/arch/unicore32/Kconfig b/arch/unicore32/Kconfig index b0a47433341e..91e203735643 100644 --- a/arch/unicore32/Kconfig +++ b/arch/unicore32/Kconfig | |||
@@ -20,9 +20,6 @@ config UNICORE32 | |||
20 | designs licensed by PKUnity Ltd. | 20 | designs licensed by PKUnity Ltd. |
21 | Please see web page at <http://www.pkunity.com/>. | 21 | Please see web page at <http://www.pkunity.com/>. |
22 | 22 | ||
23 | config HAVE_PWM | ||
24 | bool | ||
25 | |||
26 | config GENERIC_GPIO | 23 | config GENERIC_GPIO |
27 | def_bool y | 24 | def_bool y |
28 | 25 | ||
@@ -105,7 +102,8 @@ config PUV3_DB0913 | |||
105 | 102 | ||
106 | config PUV3_NB0916 | 103 | config PUV3_NB0916 |
107 | bool "NetBook board (0916)" | 104 | bool "NetBook board (0916)" |
108 | select HAVE_PWM | 105 | select PWM |
106 | select PWM_PUV3 | ||
109 | 107 | ||
110 | config PUV3_SMW0919 | 108 | config PUV3_SMW0919 |
111 | bool "Security Mini-Workstation board (0919)" | 109 | bool "Security Mini-Workstation board (0919)" |
@@ -219,12 +217,6 @@ config PUV3_GPIO | |||
219 | select GPIO_SYSFS if EXPERIMENTAL | 217 | select GPIO_SYSFS if EXPERIMENTAL |
220 | default y | 218 | default y |
221 | 219 | ||
222 | config PUV3_PWM | ||
223 | tristate | ||
224 | default BACKLIGHT_PWM | ||
225 | help | ||
226 | Enable support for NB0916 PWM controllers | ||
227 | |||
228 | if PUV3_NB0916 | 220 | if PUV3_NB0916 |
229 | 221 | ||
230 | menu "PKUnity NetBook-0916 Features" | 222 | menu "PKUnity NetBook-0916 Features" |