drm: rcar-du: dsi: Add 'select RESET_CONTROLLER'
authorTomi Valkeinen <tomi.valkeinen+renesas@ideasonboard.com>
Mon, 23 Jan 2023 10:47:36 +0000 (12:47 +0200)
committerLaurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Mon, 23 Jan 2023 15:56:37 +0000 (17:56 +0200)
The RCAR DSI driver uses reset controller, so we should select it in the
Kconfig.

Signed-off-by: Tomi Valkeinen <tomi.valkeinen+renesas@ideasonboard.com>
Reviewed-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
drivers/gpu/drm/rcar-du/Kconfig

index 362fb60..e402423 100644 (file)
@@ -56,6 +56,7 @@ config DRM_RCAR_MIPI_DSI
        def_tristate DRM_RCAR_DU
        depends on DRM_RCAR_USE_MIPI_DSI
        select DRM_MIPI_DSI
+       select RESET_CONTROLLER
 
 config DRM_RZG2L_MIPI_DSI
        tristate "RZ/G2L MIPI DSI Encoder Support"