diff options
author | Nate Case <ncase@xes-inc.com> | 2008-07-16 17:49:55 -0400 |
---|---|---|
committer | Richard Purdie <rpurdie@rpsys.net> | 2008-07-23 04:49:56 -0400 |
commit | f46e9203d9a100bae216cc06e17f2e77351aa8d8 (patch) | |
tree | 169cb323535845591afcef0298c29ba91b9bc749 /drivers/leds/Makefile | |
parent | dd1160dc1842ae172495a6da274a77e35c593ed8 (diff) |
leds: Add support for Philips PCA955x I2C LED drivers
This driver supports the PCA9550, PCA9551, PCA9552, and PCA9553
LED driver chips.
Signed-off-by: Nate Case <ncase@xes-inc.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Richard Purdie <rpurdie@rpsys.net>
Diffstat (limited to 'drivers/leds/Makefile')
-rw-r--r-- | drivers/leds/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/leds/Makefile b/drivers/leds/Makefile index 7156f9970fa9..ff7982b44565 100644 --- a/drivers/leds/Makefile +++ b/drivers/leds/Makefile | |||
@@ -22,6 +22,7 @@ obj-$(CONFIG_LEDS_CM_X270) += leds-cm-x270.o | |||
22 | obj-$(CONFIG_LEDS_CLEVO_MAIL) += leds-clevo-mail.o | 22 | obj-$(CONFIG_LEDS_CLEVO_MAIL) += leds-clevo-mail.o |
23 | obj-$(CONFIG_LEDS_HP6XX) += leds-hp6xx.o | 23 | obj-$(CONFIG_LEDS_HP6XX) += leds-hp6xx.o |
24 | obj-$(CONFIG_LEDS_FSG) += leds-fsg.o | 24 | obj-$(CONFIG_LEDS_FSG) += leds-fsg.o |
25 | obj-$(CONFIG_LEDS_PCA955X) += leds-pca955x.o | ||
25 | 26 | ||
26 | # LED Triggers | 27 | # LED Triggers |
27 | obj-$(CONFIG_LEDS_TRIGGER_TIMER) += ledtrig-timer.o | 28 | obj-$(CONFIG_LEDS_TRIGGER_TIMER) += ledtrig-timer.o |