diff options
author | Rod Whitby <rod@whitby.id.au> | 2008-04-24 18:43:09 -0400 |
---|---|---|
committer | Richard Purdie <rpurdie@rpsys.net> | 2008-04-24 18:43:09 -0400 |
commit | 3b2e46f8c4a5f2d7856c490ab5f0c46b65e2cb99 (patch) | |
tree | cb884fc9b35eff8554d5028a27cfc37e9a8ce653 /drivers/leds/Makefile | |
parent | 29d76dfa29fe22583aefddccda0bc56aa81035dc (diff) |
leds: Add new driver for the LEDs on the Freecom FSG-3
The LEDs on the Freecom FSG-3 are connected to an external
memory-mapped latch on the ixp4xx expansion bus, and therefore cannot
be supported by any of the existing LEDs drivers.
Signed-off-by: Rod Whitby <rod@whitby.id.au>
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 e54f42da21a2..9adfa2fe37d4 100644 --- a/drivers/leds/Makefile +++ b/drivers/leds/Makefile | |||
@@ -20,6 +20,7 @@ obj-$(CONFIG_LEDS_GPIO) += leds-gpio.o | |||
20 | obj-$(CONFIG_LEDS_CM_X270) += leds-cm-x270.o | 20 | obj-$(CONFIG_LEDS_CM_X270) += leds-cm-x270.o |
21 | obj-$(CONFIG_LEDS_CLEVO_MAIL) += leds-clevo-mail.o | 21 | obj-$(CONFIG_LEDS_CLEVO_MAIL) += leds-clevo-mail.o |
22 | obj-$(CONFIG_LEDS_HP6XX) += leds-hp6xx.o | 22 | obj-$(CONFIG_LEDS_HP6XX) += leds-hp6xx.o |
23 | obj-$(CONFIG_LEDS_FSG) += leds-fsg.o | ||
23 | 24 | ||
24 | # LED Triggers | 25 | # LED Triggers |
25 | obj-$(CONFIG_LEDS_TRIGGER_TIMER) += ledtrig-timer.o | 26 | obj-$(CONFIG_LEDS_TRIGGER_TIMER) += ledtrig-timer.o |