summaryrefslogtreecommitdiff
path: root/drivers/video/Makefile
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2016-01-21 19:44:56 -0700
committerSimon Glass <sjg@chromium.org>2016-01-21 20:42:36 -0700
commit363bf77acc31bf0db66e1d942860d79339e29b88 (patch)
tree8443dffc47445836f252a6dec1efd6451ab37cc0 /drivers/video/Makefile
parent0e23fd81a54f92655315a1bc3aec85d1a3dd9ae8 (diff)
downloadu-boot-imx-363bf77acc31bf0db66e1d942860d79339e29b88.zip
u-boot-imx-363bf77acc31bf0db66e1d942860d79339e29b88.tar.gz
u-boot-imx-363bf77acc31bf0db66e1d942860d79339e29b88.tar.bz2
dm: backlight: Add a backlight uclass
LCD panels normally have a backlight which can be controlled to illuminate the LCD contents. Add a uclass to support this. Initially it only has a method to enable the backlight. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'drivers/video/Makefile')
-rw-r--r--drivers/video/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/video/Makefile b/drivers/video/Makefile
index ee04629..fa90721 100644
--- a/drivers/video/Makefile
+++ b/drivers/video/Makefile
@@ -7,6 +7,7 @@
ifdef CONFIG_DM
obj-$(CONFIG_DISPLAY_PORT) += dp-uclass.o
+obj-$(CONFIG_DM_VIDEO) += backlight-uclass.o
obj-$(CONFIG_DM_VIDEO) += video-uclass.o vidconsole-uclass.o console_normal.o
obj-$(CONFIG_DM_VIDEO) += video_bmp.o
obj-$(CONFIG_VIDEO_ROTATION) += console_rotate.o