drm: rcar-du: Fix Kconfig dependency between DRM and RZG2L_MIPI_DSI
authorBiju Das <biju.das.jz@bp.renesas.com>
Mon, 21 Nov 2022 18:11:21 +0000 (18:11 +0000)
committerLaurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Tue, 22 Nov 2022 00:20:23 +0000 (02:20 +0200)
commitff6d979454ee21bf2d21040c8f2996b8f66726f2
tree82368755c3523926d8c49fc1ceac347896efaefa
parent4e291f2f585313efa5200cce655e17c94906e50a
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: 7a043f978ed1 ("drm: rcar-du: Add RZ/G2L DSI driver")
Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: Biju Das <biju.das.jz@bp.renesas.com>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
drivers/gpu/drm/rcar-du/Kconfig