diff options
author | Andreas Werner <andreas.werner@men.de> | 2014-08-27 13:52:36 -0400 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2014-09-24 10:36:30 -0400 |
commit | 38433639af915deeb0b0e28462dd740ce57b72fd (patch) | |
tree | fa59c2c39a804375c3fb6ce0f3b57db0812c1076 /drivers/leds/Makefile | |
parent | 5033263992eece84e19946d2cab940c86ec862ba (diff) |
leds: leds-menf21bmc: Introduce MEN 14F021P00 BMC LED driver
Added driver to support the 14F021P00 BMC LEDs.
The BMC is a Board Management Controller including four LEDs which
can be switched on and off.
Signed-off-by: Andreas Werner <andreas.werner@men.de>
Acked-by: Bryan Wu <cooloney@gmail.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
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 d8cc5f2777de..9a72fddc1d78 100644 --- a/drivers/leds/Makefile +++ b/drivers/leds/Makefile | |||
@@ -54,6 +54,7 @@ obj-$(CONFIG_LEDS_MAX8997) += leds-max8997.o | |||
54 | obj-$(CONFIG_LEDS_LM355x) += leds-lm355x.o | 54 | obj-$(CONFIG_LEDS_LM355x) += leds-lm355x.o |
55 | obj-$(CONFIG_LEDS_BLINKM) += leds-blinkm.o | 55 | obj-$(CONFIG_LEDS_BLINKM) += leds-blinkm.o |
56 | obj-$(CONFIG_LEDS_VERSATILE) += leds-versatile.o | 56 | obj-$(CONFIG_LEDS_VERSATILE) += leds-versatile.o |
57 | obj-$(CONFIG_LEDS_MENF21BMC) += leds-menf21bmc.o | ||
57 | 58 | ||
58 | # LED SPI Drivers | 59 | # LED SPI Drivers |
59 | obj-$(CONFIG_LEDS_DAC124S085) += leds-dac124s085.o | 60 | obj-$(CONFIG_LEDS_DAC124S085) += leds-dac124s085.o |