From 5852d539eab0e0a7f7a600cb57459091773c6c4a Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Thu, 21 Jan 2016 19:45:04 -0700 Subject: rockchip: video: Add a display driver for rockchip eDP Some Rockchip SoCs support embedded DisplayPort output. Add a display driver for this so that these displays can be used on supported boards. Signed-off-by: Simon Glass --- drivers/video/rockchip/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'drivers/video/rockchip/Makefile') diff --git a/drivers/video/rockchip/Makefile b/drivers/video/rockchip/Makefile index 361fcb5..5566719 100644 --- a/drivers/video/rockchip/Makefile +++ b/drivers/video/rockchip/Makefile @@ -5,4 +5,4 @@ # SPDX-License-Identifier: GPL-2.0+ # -obj-y += rk_hdmi.o +obj-y += rk_edp.o rk_hdmi.o -- cgit v1.1