Commit ff6d9794 authored by Biju Das's avatar Biju Das Committed by Laurent Pinchart

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: 7a043f97 ("drm: rcar-du: Add RZ/G2L DSI driver")
Reported-by: default avatarkernel test robot <lkp@intel.com>
Signed-off-by: default avatarBiju Das <biju.das.jz@bp.renesas.com>
Reviewed-by: default avatarLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: default avatarLaurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
parent 4e291f2f
...@@ -51,7 +51,7 @@ config DRM_RCAR_MIPI_DSI ...@@ -51,7 +51,7 @@ config DRM_RCAR_MIPI_DSI
config DRM_RZG2L_MIPI_DSI config DRM_RZG2L_MIPI_DSI
tristate "RZ/G2L MIPI DSI Encoder Support" tristate "RZ/G2L MIPI DSI Encoder Support"
depends on DRM_BRIDGE && OF depends on DRM && DRM_BRIDGE && OF
depends on ARCH_RENESAS || COMPILE_TEST depends on ARCH_RENESAS || COMPILE_TEST
select DRM_MIPI_DSI select DRM_MIPI_DSI
help help
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment