summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/rcar-du/Kconfig
diff options
context:
space:
mode:
authorLaurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>2022-10-02 00:31:10 +0300
committerLaurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>2022-11-09 16:45:34 +0200
commit1760eb547276299ab0c6a6cd3d29469e54ade615 (patch)
tree7bc6d961629c55d459934bc96779afefc6762e56 /drivers/gpu/drm/rcar-du/Kconfig
parenta143bc517bf31c4575191efbaac216a11ec016e0 (diff)
downloadlinux-stable-1760eb547276299ab0c6a6cd3d29469e54ade615.tar.gz
linux-stable-1760eb547276299ab0c6a6cd3d29469e54ade615.tar.bz2
linux-stable-1760eb547276299ab0c6a6cd3d29469e54ade615.zip
drm: rcar-du: Drop leftovers dependencies from Kconfig
Commit 841281fe52a7 ("drm: rcar-du: Drop LVDS device tree backward compatibility") has removed device tree overlay sources used for backward compatibility with old bindings, but forgot to remove related dependencies from Kconfig. Fix it. Fixes: 841281fe52a7 ("drm: rcar-du: Drop LVDS device tree backward compatibility") Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be> Reviewed-by: Kieran Bingham <kieran.bingham+renesas@ideasonboard.com> Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Diffstat (limited to 'drivers/gpu/drm/rcar-du/Kconfig')
-rw-r--r--drivers/gpu/drm/rcar-du/Kconfig2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/gpu/drm/rcar-du/Kconfig b/drivers/gpu/drm/rcar-du/Kconfig
index c959e8c6be7d..13c4ad327771 100644
--- a/drivers/gpu/drm/rcar-du/Kconfig
+++ b/drivers/gpu/drm/rcar-du/Kconfig
@@ -41,8 +41,6 @@ config DRM_RCAR_LVDS
depends on DRM_RCAR_USE_LVDS
select DRM_KMS_HELPER
select DRM_PANEL
- select OF_FLATTREE
- select OF_OVERLAY
config DRM_RCAR_MIPI_DSI
tristate "R-Car DU MIPI DSI Encoder Support"