Skip to content

Commit f3b6b6c

Browse files
Yoichi Yuasarpurdie
authored andcommitted
leds: Rename leds-cobalt driver
The leds-cobalt driver only supports the Coable Qube series (not included in Cobalt Raq series). Rename the driver and update Kconfig/Makefile. Signed-off-by: Yoichi Yuasa <yoichi_yuasa@tripeaks.co.jp> Acked-by: Florian Fainelli <florian.fainelli@telecomint.eu> Signed-off-by: Richard Purdie <rpurdie@rpsys.net>
1 parent bbf2501 commit f3b6b6c

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

drivers/leds/Kconfig

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,11 +87,11 @@ config LEDS_H1940
8787
help
8888
This option enables support for the LEDs on the h1940.
8989

90-
config LEDS_COBALT
91-
tristate "LED Support for Cobalt Server front LED"
90+
config LEDS_COBALT_QUBE
91+
tristate "LED Support for the Cobalt Qube series front LED"
9292
depends on LEDS_CLASS && MIPS_COBALT
9393
help
94-
This option enables support for the front LED on Cobalt Server
94+
This option enables support for the front LED on Cobalt Qube series
9595

9696
config LEDS_GPIO
9797
tristate "LED Support for GPIO connected LEDs"

drivers/leds/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ obj-$(CONFIG_LEDS_AMS_DELTA) += leds-ams-delta.o
1515
obj-$(CONFIG_LEDS_NET48XX) += leds-net48xx.o
1616
obj-$(CONFIG_LEDS_WRAP) += leds-wrap.o
1717
obj-$(CONFIG_LEDS_H1940) += leds-h1940.o
18-
obj-$(CONFIG_LEDS_COBALT) += leds-cobalt.o
18+
obj-$(CONFIG_LEDS_COBALT_QUBE) += leds-cobalt-qube.o
1919
obj-$(CONFIG_LEDS_GPIO) += leds-gpio.o
2020

2121
# LED Triggers
File renamed without changes.

0 commit comments

Comments
 (0)