Skip to content

Commit

Permalink
leds: Rename leds-cobalt driver
Browse files Browse the repository at this point in the history
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 <[email protected]>
Acked-by: Florian Fainelli <[email protected]>
Signed-off-by: Richard Purdie <[email protected]>
  • Loading branch information
Yoichi Yuasa authored and rpurdie committed Oct 11, 2007
1 parent bbf2501 commit f3b6b6c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions drivers/leds/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -87,11 +87,11 @@ config LEDS_H1940
help
This option enables support for the LEDs on the h1940.

config LEDS_COBALT
tristate "LED Support for Cobalt Server front LED"
config LEDS_COBALT_QUBE
tristate "LED Support for the Cobalt Qube series front LED"
depends on LEDS_CLASS && MIPS_COBALT
help
This option enables support for the front LED on Cobalt Server
This option enables support for the front LED on Cobalt Qube series

config LEDS_GPIO
tristate "LED Support for GPIO connected LEDs"
Expand Down
2 changes: 1 addition & 1 deletion drivers/leds/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ obj-$(CONFIG_LEDS_AMS_DELTA) += leds-ams-delta.o
obj-$(CONFIG_LEDS_NET48XX) += leds-net48xx.o
obj-$(CONFIG_LEDS_WRAP) += leds-wrap.o
obj-$(CONFIG_LEDS_H1940) += leds-h1940.o
obj-$(CONFIG_LEDS_COBALT) += leds-cobalt.o
obj-$(CONFIG_LEDS_COBALT_QUBE) += leds-cobalt-qube.o
obj-$(CONFIG_LEDS_GPIO) += leds-gpio.o

# LED Triggers
Expand Down
File renamed without changes.

0 comments on commit f3b6b6c

Please sign in to comment.