File tree Expand file tree Collapse file tree 5 files changed +12
-13
lines changed Expand file tree Collapse file tree 5 files changed +12
-13
lines changed Original file line number Diff line number Diff line change @@ -552,17 +552,6 @@ config LEDS_PWM
552
552
help
553
553
This option enables support for pwm driven LEDs
554
554
555
- config LEDS_PWM_MULTICOLOR
556
- tristate "PWM driven multi-color LED Support"
557
- depends on LEDS_CLASS_MULTICOLOR
558
- depends on PWM
559
- help
560
- This option enables support for PWM driven monochrome LEDs that are
561
- grouped into multicolor LEDs.
562
-
563
- To compile this driver as a module, choose M here: the module
564
- will be called leds-pwm-multicolor.
565
-
566
555
config LEDS_REGULATOR
567
556
tristate "REGULATOR driven LED support"
568
557
depends on LEDS_CLASS
Original file line number Diff line number Diff line change @@ -73,7 +73,6 @@ obj-$(CONFIG_LEDS_PCA963X) += leds-pca963x.o
73
73
obj-$(CONFIG_LEDS_PM8058) += leds-pm8058.o
74
74
obj-$(CONFIG_LEDS_POWERNV) += leds-powernv.o
75
75
obj-$(CONFIG_LEDS_PWM) += leds-pwm.o
76
- obj-$(CONFIG_LEDS_PWM_MULTICOLOR) += leds-pwm-multicolor.o
77
76
obj-$(CONFIG_LEDS_REGULATOR) += leds-regulator.o
78
77
obj-$(CONFIG_LEDS_S3C24XX) += leds-s3c24xx.o
79
78
obj-$(CONFIG_LEDS_SC27XX_BLTC) += leds-sc27xx-bltc.o
Original file line number Diff line number Diff line change 2
2
3
3
if LEDS_CLASS_MULTICOLOR
4
4
5
+ config LEDS_PWM_MULTICOLOR
6
+ tristate "PWM driven multi-color LED Support"
7
+ depends on PWM
8
+ help
9
+ This option enables support for PWM driven monochrome LEDs that are
10
+ grouped into multicolor LEDs.
11
+
12
+ To compile this driver as a module, choose M here: the module
13
+ will be called leds-pwm-multicolor.
14
+
5
15
config LEDS_QCOM_LPG
6
16
tristate "LED support for Qualcomm LPG"
7
17
depends on OF
Original file line number Diff line number Diff line change 1
1
# SPDX-License-Identifier: GPL-2.0
2
2
3
- obj-$(CONFIG_LEDS_QCOM_LPG) += leds-qcom-lpg.o
3
+ obj-$(CONFIG_LEDS_PWM_MULTICOLOR) += leds-pwm-multicolor.o
4
+ obj-$(CONFIG_LEDS_QCOM_LPG) += leds-qcom-lpg.o
File renamed without changes.
You can’t perform that action at this time.
0 commit comments