pwm: CONFIG_PWM_ROCKCHIPS rename CONFIG_PWM_ROCKCHIP

This commit is contained in:
许盛飞
2014-01-21 20:03:22 +08:00
parent b9732c840e
commit 87a777982c
2 changed files with 5 additions and 5 deletions

View 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

View 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