drm: rcar-du: dsi: Add 'select RESET_CONTROLLER'

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>
This commit is contained in:
Tomi Valkeinen 2023-01-23 12:47:36 +02:00 committed by Laurent Pinchart
parent 5bf72dbc0c
commit 686cd4fdf5

View File

@ -56,6 +56,7 @@ config DRM_RCAR_MIPI_DSI
def_tristate DRM_RCAR_DU def_tristate DRM_RCAR_DU
depends on DRM_RCAR_USE_MIPI_DSI depends on DRM_RCAR_USE_MIPI_DSI
select DRM_MIPI_DSI select DRM_MIPI_DSI
select RESET_CONTROLLER
config DRM_RZG2L_MIPI_DSI config DRM_RZG2L_MIPI_DSI
tristate "RZ/G2L MIPI DSI Encoder Support" tristate "RZ/G2L MIPI DSI Encoder Support"