mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 19:30:30 +09:00
pwm: CONFIG_PWM_ROCKCHIPS rename CONFIG_PWM_ROCKCHIP
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user