aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/leds/Kconfig6
-rw-r--r--drivers/leds/Makefile2
-rw-r--r--drivers/leds/leds-cobalt-qube.c (renamed from drivers/leds/leds-cobalt.c)0
3 files changed, 4 insertions, 4 deletions
diff --git a/drivers/leds/Kconfig b/drivers/leds/Kconfig
index 4468cb3a8d24..9b79bcd9bf11 100644
--- a/drivers/leds/Kconfig
+++ b/drivers/leds/Kconfig
@@ -87,11 +87,11 @@ config LEDS_H1940
87 help 87 help
88 This option enables support for the LEDs on the h1940. 88 This option enables support for the LEDs on the h1940.
89 89
90config LEDS_COBALT 90config LEDS_COBALT_QUBE
91 tristate "LED Support for Cobalt Server front LED" 91 tristate "LED Support for the Cobalt Qube series front LED"
92 depends on LEDS_CLASS && MIPS_COBALT 92 depends on LEDS_CLASS && MIPS_COBALT
93 help 93 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
95 95
96config LEDS_GPIO 96config LEDS_GPIO
97 tristate "LED Support for GPIO connected LEDs" 97 tristate "LED Support for GPIO connected LEDs"
diff --git a/drivers/leds/Makefile b/drivers/leds/Makefile
index f8995c9bc2ea..9b2684a20888 100644
--- a/drivers/leds/Makefile
+++ b/drivers/leds/Makefile
@@ -15,7 +15,7 @@ obj-$(CONFIG_LEDS_AMS_DELTA) += leds-ams-delta.o
15obj-$(CONFIG_LEDS_NET48XX) += leds-net48xx.o 15obj-$(CONFIG_LEDS_NET48XX) += leds-net48xx.o
16obj-$(CONFIG_LEDS_WRAP) += leds-wrap.o 16obj-$(CONFIG_LEDS_WRAP) += leds-wrap.o
17obj-$(CONFIG_LEDS_H1940) += leds-h1940.o 17obj-$(CONFIG_LEDS_H1940) += leds-h1940.o
18obj-$(CONFIG_LEDS_COBALT) += leds-cobalt.o 18obj-$(CONFIG_LEDS_COBALT_QUBE) += leds-cobalt-qube.o
19obj-$(CONFIG_LEDS_GPIO) += leds-gpio.o 19obj-$(CONFIG_LEDS_GPIO) += leds-gpio.o
20 20
21# LED Triggers 21# LED Triggers
diff --git a/drivers/leds/leds-cobalt.c b/drivers/leds/leds-cobalt-qube.c
index d16439ce5da7..d16439ce5da7 100644
--- a/drivers/leds/leds-cobalt.c
+++ b/drivers/leds/leds-cobalt-qube.c