summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Airlie <airlied@redhat.com>2020-06-25 04:46:51 +0200
committerDave Airlie <airlied@redhat.com>2020-06-25 04:47:45 +0200
commit5107683f24d458afd94f56f7d7e256b1aa5a673d (patch)
treed7ed09dd4c587c9651be2935800961bd1047c4f1
parentLinux 5.8-rc2 (diff)
parentdrm: rcar-du: Fix build error (diff)
downloadlinux-5107683f24d458afd94f56f7d7e256b1aa5a673d.tar.xz
linux-5107683f24d458afd94f56f7d7e256b1aa5a673d.zip
Merge tag 'du-fixes-20200621' of git://linuxtv.org/pinchartl/media into drm-fixes
Build fix for the R-Car DU DRM driver Signed-off-by: Dave Airlie <airlied@redhat.com> From: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Link: https://patchwork.freedesktop.org/patch/msgid/20200621021720.GA1569@pendragon.ideasonboard.com
-rw-r--r--drivers/gpu/drm/rcar-du/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/rcar-du/Kconfig b/drivers/gpu/drm/rcar-du/Kconfig
index 0919f1f159a4..f65d1489dc50 100644
--- a/drivers/gpu/drm/rcar-du/Kconfig
+++ b/drivers/gpu/drm/rcar-du/Kconfig
@@ -31,6 +31,7 @@ config DRM_RCAR_DW_HDMI
config DRM_RCAR_LVDS
tristate "R-Car DU LVDS Encoder Support"
depends on DRM && DRM_BRIDGE && OF
+ select DRM_KMS_HELPER
select DRM_PANEL
select OF_FLATTREE
select OF_OVERLAY