Hi Prabhakar, > -----Original Message----- > From: Prabhakar <[email protected]> > Sent: 02 October 2025 13:35 > Subject: [PATCH] drm: renesas: rz-du: Drop ARCH_RZG2L dependency > > From: Lad Prabhakar <[email protected]> > > 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 <[email protected]>
Applied to drm-misc-next Cheers, Biju > --- > 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 > -- > 2.51.0
