diff options
author | Dave Airlie <airlied@redhat.com> | 2022-11-24 05:38:30 +0300 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2022-11-24 05:38:36 +0300 |
commit | 9040ef6f68a29114ff77c423d3f78be09391ae97 (patch) | |
tree | 251b2772f400304fd1e6a5beb61d0ee8baf932d1 /drivers/gpu/drm/rcar-du | |
parent | d47f9580839eb6fe568e38b2084d94887fbf5ce0 (diff) | |
parent | ff6d979454ee21bf2d21040c8f2996b8f66726f2 (diff) | |
download | linux-9040ef6f68a29114ff77c423d3f78be09391ae97.tar.xz |
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 <airlied@redhat.com>
From: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Link: https://patchwork.freedesktop.org/patch/msgid/Y3wYk/Bn/qVa9ha0@pendragon.ideasonboard.com
Diffstat (limited to 'drivers/gpu/drm/rcar-du')
-rw-r--r-- | drivers/gpu/drm/rcar-du/Kconfig | 2 |
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 |