aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/gpu/drm/rcar-du/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/rcar-du/Kconfig b/drivers/gpu/drm/rcar-du/Kconfig
index 1f10fa0928b4..eb1e6d5cfed9 100644
--- a/drivers/gpu/drm/rcar-du/Kconfig
+++ b/drivers/gpu/drm/rcar-du/Kconfig
@@ -27,6 +27,6 @@ config DRM_RCAR_LVDS
27config DRM_RCAR_VSP 27config DRM_RCAR_VSP
28 bool "R-Car DU VSP Compositor Support" 28 bool "R-Car DU VSP Compositor Support"
29 depends on DRM_RCAR_DU 29 depends on DRM_RCAR_DU
30 depends on VIDEO_RENESAS_VSP1 30 depends on VIDEO_RENESAS_VSP1=y || (VIDEO_RENESAS_VSP1 && DRM_RCAR_DU=m)
31 help 31 help
32 Enable support to expose the R-Car VSP Compositor as KMS planes. 32 Enable support to expose the R-Car VSP Compositor as KMS planes.