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 /arch/unicore32/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 '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 b0a4743..91e2037 100644 --- a/arch/unicore32/Kconfig +++ b/arch/unicore32/Kconfig @@ -20,9 +20,6 @@ config UNICORE32 designs licensed by PKUnity Ltd. Please see web page at <http://www.pkunity.com/>. -config HAVE_PWM - bool - config GENERIC_GPIO def_bool y @@ -105,7 +102,8 @@ config PUV3_DB0913 config PUV3_NB0916 bool "NetBook board (0916)" - select HAVE_PWM + select PWM + select PWM_PUV3 config PUV3_SMW0919 bool "Security Mini-Workstation board (0919)" @@ -219,12 +217,6 @@ config PUV3_GPIO select GPIO_SYSFS if EXPERIMENTAL default y -config PUV3_PWM - tristate - default BACKLIGHT_PWM - help - Enable support for NB0916 PWM controllers - if PUV3_NB0916 menu "PKUnity NetBook-0916 Features" |