summaryrefslogtreecommitdiff
path: root/drivers/led/Makefile
diff options
context:
space:
mode:
authorPhilippe Reynes <philippe.reynes@softathome.com>2019-03-22 19:02:01 +0300
committerTom Rini <trini@konsulko.com>2019-04-23 01:13:24 +0300
commitd00c6a2d5634eeb58d15746fce8ddc4cfc76eaee (patch)
tree43d2be6219e56f296764fd4f03b28b9b0e8f1829 /drivers/led/Makefile
parent98ffbb78e12646a1d06236ad6a1893217f255aae (diff)
downloadu-boot-d00c6a2d5634eeb58d15746fce8ddc4cfc76eaee.tar.xz
led: add initial support for bcm6858
The driver add the support of the led IP on bcm6858. This led IP can drive up to 32 leds, and can handle blinking. Signed-off-by: Philippe Reynes <philippe.reynes@softathome.com> Reviewed-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
Diffstat (limited to 'drivers/led/Makefile')
-rw-r--r--drivers/led/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/led/Makefile b/drivers/led/Makefile
index 160a8f3ae8..3654dd3c04 100644
--- a/drivers/led/Makefile
+++ b/drivers/led/Makefile
@@ -6,4 +6,5 @@
obj-y += led-uclass.o
obj-$(CONFIG_LED_BCM6328) += led_bcm6328.o
obj-$(CONFIG_LED_BCM6358) += led_bcm6358.o
+obj-$(CONFIG_LED_BCM6858) += led_bcm6858.o
obj-$(CONFIG_$(SPL_)LED_GPIO) += led_gpio.o