diff options
| author | Philippe Reynes <[email protected]> | 2022-02-17 17:17:04 +0100 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2022-03-07 11:36:12 -0500 |
| commit | 0d2001b105b415f0cb974036696c6eb47d4dfe9c (patch) | |
| tree | ee4aee1dc9e5cf0767a57523f8e0c03ca2960593 /drivers/led/Makefile | |
| parent | a241ccdc449320b5e7750cf57618b0a455212040 (diff) | |
drivers: led: led_bcm6753: initial support
Add the support of the LED IP for bcm6357. This
LED IP supports blinking, fading and pulsating,
but for the moment, only blinking is supported.
Signed-off-by: Philippe Reynes <[email protected]>
Diffstat (limited to 'drivers/led/Makefile')
| -rw-r--r-- | drivers/led/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/led/Makefile b/drivers/led/Makefile index 8e3ae7f1465..2aa2c2173af 100644 --- a/drivers/led/Makefile +++ b/drivers/led/Makefile @@ -6,6 +6,7 @@ obj-y += led-uclass.o obj-$(CONFIG_LED_BCM6328) += led_bcm6328.o obj-$(CONFIG_LED_BCM6358) += led_bcm6358.o +obj-$(CONFIG_LED_BCM6753) += led_bcm6753.o obj-$(CONFIG_LED_BCM6858) += led_bcm6858.o obj-$(CONFIG_$(SPL_)LED_GPIO) += led_gpio.o obj-$(CONFIG_LED_CORTINA) += led_cortina.o |
