On Thu, Oct 02, 2025 at 01:34:52PM +0100, Prabhakar wrote: > From: Lad Prabhakar <prabhakar.mahadev-lad...@bp.renesas.com> > > The RZ/G2L DU driver is now also used on other Renesas SoCs such as > RZ/V2H(P) and RZ/V2N. Restricting it to ARCH_RZG2L prevents enabling it > on these newer platforms. > > Replace the ARCH_RZG2L dependency with ARCH_RENESAS to allow the driver > to be built on all relevant Renesas SoCs. > > Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad...@bp.renesas.com>
Happy to see the driver getting used more widely. Coming-of-age is always a special time, for software too :-) Reviewed-by: Laurent Pinchart <laurent.pinchart+rene...@ideasonboard.com> > --- > drivers/gpu/drm/renesas/rz-du/Kconfig | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/gpu/drm/renesas/rz-du/Kconfig > b/drivers/gpu/drm/renesas/rz-du/Kconfig > index 34d515eb798b..8bbcc66ca3f0 100644 > --- a/drivers/gpu/drm/renesas/rz-du/Kconfig > +++ b/drivers/gpu/drm/renesas/rz-du/Kconfig > @@ -1,7 +1,7 @@ > # SPDX-License-Identifier: GPL-2.0 > config DRM_RZG2L_DU > tristate "DRM Support for RZ/G2L Display Unit" > - depends on ARCH_RZG2L || COMPILE_TEST > + depends on ARCH_RENESAS || COMPILE_TEST > depends on DRM && OF > depends on VIDEO_RENESAS_VSP1 > select DRM_CLIENT_SELECTION -- Regards, Laurent Pinchart