Skip to content

Commit ff6d979

Browse files
bijudasLaurent Pinchart
authored andcommitted
drm: rcar-du: Fix Kconfig dependency between DRM and RZG2L_MIPI_DSI
When CONFIG_DRM=m and CONFIG_DRM_RZG2L_MIPI_DSI=y, it results in a build failure. This patch fixes the build issue by adding dependency to DRM. Fixes: 7a043f9 ("drm: rcar-du: Add RZ/G2L DSI driver") Reported-by: kernel test robot <[email protected]> Signed-off-by: Biju Das <[email protected]> Reviewed-by: Laurent Pinchart <[email protected]> Signed-off-by: Laurent Pinchart <[email protected]>
1 parent 4e291f2 commit ff6d979

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/gpu/drm/rcar-du/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ config DRM_RCAR_MIPI_DSI
5151

5252
config DRM_RZG2L_MIPI_DSI
5353
tristate "RZ/G2L MIPI DSI Encoder Support"
54-
depends on DRM_BRIDGE && OF
54+
depends on DRM && DRM_BRIDGE && OF
5555
depends on ARCH_RENESAS || COMPILE_TEST
5656
select DRM_MIPI_DSI
5757
help

0 commit comments

Comments
 (0)