aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDave Airlie <[email protected]>2022-11-24 12:38:30 +1000
committerDave Airlie <[email protected]>2022-11-24 12:38:36 +1000
commit9040ef6f68a29114ff77c423d3f78be09391ae97 (patch)
tree251b2772f400304fd1e6a5beb61d0ee8baf932d1
parentd47f9580839eb6fe568e38b2084d94887fbf5ce0 (diff)
parentff6d979454ee21bf2d21040c8f2996b8f66726f2 (diff)
Merge tag 'drm-next-20221122' of git://linuxtv.org/pinchartl/media into drm-next
Kconfig fix for RZ/G2L DSI Signed-off-by: Dave Airlie <[email protected]> From: Laurent Pinchart <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/Y3wYk/Bn/[email protected]
-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 1065dca885ef..b2bddbeca878 100644
--- a/drivers/gpu/drm/rcar-du/Kconfig
+++ b/drivers/gpu/drm/rcar-du/Kconfig
@@ -56,7 +56,7 @@ config DRM_RCAR_MIPI_DSI
config DRM_RZG2L_MIPI_DSI
tristate "RZ/G2L MIPI DSI Encoder Support"
- depends on DRM_BRIDGE && OF
+ depends on DRM && DRM_BRIDGE && OF
depends on ARCH_RENESAS || COMPILE_TEST
select DRM_MIPI_DSI
help