From: 许盛飞 Date: Tue, 21 Jan 2014 12:03:22 +0000 (+0800) Subject: pwm: CONFIG_PWM_ROCKCHIPS rename CONFIG_PWM_ROCKCHIP X-Git-Tag: firefly_0821_release~6370 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=87a777982c06e4af50a28fab4149ec08a95f80db;p=firefly-linux-kernel-4.4.55.git pwm: CONFIG_PWM_ROCKCHIPS rename CONFIG_PWM_ROCKCHIP --- diff --git a/drivers/pwm/Kconfig b/drivers/pwm/Kconfig index 83baed8f3470..d8a18e66960e 100644 --- a/drivers/pwm/Kconfig +++ b/drivers/pwm/Kconfig @@ -201,13 +201,13 @@ config PWM_VT8500 To compile this driver as a module, choose M here: the module will be called pwm-vt8500. -config PWM_ROCKCHIPS - tristate "ROCKCHIPS PWM support" +config PWM_ROCKCHIP + tristate "ROCKCHIP PWM support" depends on OF help - Generic PWM framework driver for ROCKCHIPS. + Generic PWM framework driver for ROCKCHIP. To compile this driver as a module, choose M here: the module - will be called pwm-rk. + will be called pwm-rockchip. endif diff --git a/drivers/pwm/Makefile b/drivers/pwm/Makefile index 639e388128c5..4aefe339395c 100644 --- a/drivers/pwm/Makefile +++ b/drivers/pwm/Makefile @@ -17,4 +17,4 @@ obj-$(CONFIG_PWM_TIPWMSS) += pwm-tipwmss.o obj-$(CONFIG_PWM_TWL) += pwm-twl.o obj-$(CONFIG_PWM_TWL_LED) += pwm-twl-led.o obj-$(CONFIG_PWM_VT8500) += pwm-vt8500.o -obj-$(CONFIG_PWM_ROCKCHIPS) += pwm-rockchip.o +obj-$(CONFIG_PWM_ROCKCHIP) += pwm-rockchip.o