diff options
| author | Yoichi Yuasa <yoichi_yuasa@tripeaks.co.jp> | 2007-09-20 19:02:47 -0400 |
|---|---|---|
| committer | Richard Purdie <rpurdie@rpsys.net> | 2007-10-11 17:24:00 -0400 |
| commit | f3b6b6cd00d294d50e1c3eee85964c69d898de45 (patch) | |
| tree | 652719f55a8b382317dab0013bfe6bc63b34d465 /drivers/leds/Makefile | |
| parent | bbf25010f1a6b761914430f5fca081ec8c7accd1 (diff) | |
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>
Diffstat (limited to 'drivers/leds/Makefile')
| -rw-r--r-- | drivers/leds/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/leds/Makefile b/drivers/leds/Makefile index f8995c9bc2..9b2684a208 100644 --- a/drivers/leds/Makefile +++ b/drivers/leds/Makefile | |||
| @@ -15,7 +15,7 @@ obj-$(CONFIG_LEDS_AMS_DELTA) += leds-ams-delta.o | |||
| 15 | obj-$(CONFIG_LEDS_NET48XX) += leds-net48xx.o | 15 | obj-$(CONFIG_LEDS_NET48XX) += leds-net48xx.o |
| 16 | obj-$(CONFIG_LEDS_WRAP) += leds-wrap.o | 16 | obj-$(CONFIG_LEDS_WRAP) += leds-wrap.o |
| 17 | obj-$(CONFIG_LEDS_H1940) += leds-h1940.o | 17 | 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 |
| 19 | obj-$(CONFIG_LEDS_GPIO) += leds-gpio.o | 19 | obj-$(CONFIG_LEDS_GPIO) += leds-gpio.o |
| 20 | 20 | ||
| 21 | # LED Triggers | 21 | # LED Triggers |
