From 5ac76bad2277ed40f2a2112ffab0f156e3b599fb Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Tue, 23 Jun 2015 15:38:46 -0600 Subject: dm: led: Add a driver for GPIO-controlled LEDs Add a simple driver which allows use of LEDs attached to GPIOs. The linux device tree binding is used. Signed-off-by: Simon Glass --- drivers/led/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'drivers/led/Makefile') diff --git a/drivers/led/Makefile b/drivers/led/Makefile index b39b20581b..990129e08d 100644 --- a/drivers/led/Makefile +++ b/drivers/led/Makefile @@ -6,3 +6,4 @@ # obj-$(CONFIG_LED) += led-uclass.o +obj-$(CONFIG_LED_GPIO) += led_gpio.o -- cgit v1.2.1