diff options
author | Álvaro Fernández Rojas <noltari@gmail.com> | 2015-05-21 10:11:10 -0700 |
---|---|---|
committer | Bryan Wu <cooloney@gmail.com> | 2015-05-25 13:26:48 -0700 |
commit | 589fca16c14adec7ebeb601e22850826e18b8f8d (patch) | |
tree | de16c30eec41c38ca775a82c50ce2e76132e6d59 /drivers/leds/Makefile | |
parent | c87cc34273dae2774d24d1ddd4edcadcce571a4e (diff) |
leds: add BCM6358 LED driver
This adds support for the LED controller on Broadcom's BCM6358.
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
Acked-by: Jacek Anaszewski <j.anaszewski@samsung.com>
Signed-off-by: Bryan Wu <cooloney@gmail.com>
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 edb3abf270ea..8d6a24a2f513 100644 --- a/drivers/leds/Makefile +++ b/drivers/leds/Makefile @@ -9,6 +9,7 @@ obj-$(CONFIG_LEDS_TRIGGERS) += led-triggers.o obj-$(CONFIG_LEDS_88PM860X) += leds-88pm860x.o obj-$(CONFIG_LEDS_AAT1290) += leds-aat1290.o obj-$(CONFIG_LEDS_BCM6328) += leds-bcm6328.o +obj-$(CONFIG_LEDS_BCM6358) += leds-bcm6358.o obj-$(CONFIG_LEDS_BD2802) += leds-bd2802.o obj-$(CONFIG_LEDS_LOCOMO) += leds-locomo.o obj-$(CONFIG_LEDS_LM3530) += leds-lm3530.o |