From 87a777982c06e4af50a28fab4149ec08a95f80db Mon Sep 17 00:00:00 2001 From: =?utf8?q?=E8=AE=B8=E7=9B=9B=E9=A3=9E?= Date: Tue, 21 Jan 2014 20:03:22 +0800 Subject: [PATCH] pwm: CONFIG_PWM_ROCKCHIPS rename CONFIG_PWM_ROCKCHIP --- drivers/pwm/Kconfig | 8 ++++---- drivers/pwm/Makefile | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) 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 -- 2.34.1