pwm: CONFIG_PWM_ROCKCHIPS rename CONFIG_PWM_ROCKCHIP
author许盛飞 <xsf@rock-chips.com>
Tue, 21 Jan 2014 12:03:22 +0000 (20:03 +0800)
committer许盛飞 <xsf@rock-chips.com>
Tue, 21 Jan 2014 12:03:22 +0000 (20:03 +0800)
drivers/pwm/Kconfig
drivers/pwm/Makefile

index 83baed8f3470a15954eb805ffefdb8688954e4c6..d8a18e66960e669527b917ed4334ae153febe1cc 100644 (file)
@@ -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
index 639e388128c577a295e33ccaa2f80d6e003f8a69..4aefe339395c698bff0edd180a623335a8c351a6 100644 (file)
@@ -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