diff options
author | 2022-11-24 12:38:30 +1000 | |
---|---|---|
committer | 2022-11-24 12:38:36 +1000 | |
commit | 9040ef6f68a29114ff77c423d3f78be09391ae97 (patch) | |
tree | 251b2772f400304fd1e6a5beb61d0ee8baf932d1 | |
parent | Backmerge tag 'v6.1-rc6' into drm-next (diff) | |
parent | drm: rcar-du: Fix Kconfig dependency between DRM and RZG2L_MIPI_DSI (diff) | |
download | wireguard-linux-9040ef6f68a29114ff77c423d3f78be09391ae97.tar.xz wireguard-linux-9040ef6f68a29114ff77c423d3f78be09391ae97.zip |
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
-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 |