April 8, 2024 at 8:04 PM, "Ville Syrjala" <ville.syrjala@xxxxxxxxxxxxxxx mailto:ville.syrjala@xxxxxxxxxxxxxxx?to=%22Ville%20Syrjala%22%20%3Cville.syrjala%40linux.intel.com%3E > wrote: > > From: Ville Syrjälä <ville.syrjala@xxxxxxxxxxxxxxx> > > Allow tilcdc to be built with COMPILE_TEST=y for greater > coverage. Builds fine on x86/x86_64 at least. > > Cc: Jyri Sarha <jyri.sarha@xxxxxx> > Cc: Tomi Valkeinen <tomi.valkeinen@xxxxxxxxxxxxxxxx> > Signed-off-by: Ville Syrjälä <ville.syrjala@xxxxxxxxxxxxxxx> Acked-by: Jyri Sarha <jyri.sarha@xxxxxx> Thanks, Jyri > --- > drivers/gpu/drm/tilcdc/Kconfig | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/gpu/drm/tilcdc/Kconfig b/drivers/gpu/drm/tilcdc/Kconfig > index d3bd2d7a181e..1897ef91c70b 100644 > --- a/drivers/gpu/drm/tilcdc/Kconfig > +++ b/drivers/gpu/drm/tilcdc/Kconfig > @@ -1,7 +1,7 @@ > # SPDX-License-Identifier: GPL-2.0-only > config DRM_TILCDC > tristate "DRM Support for TI LCDC Display Controller" > - depends on DRM OF && ARM > + depends on DRM && OF && (ARM || COMPILE_TEST) > select DRM_KMS_HELPER > select DRM_GEM_DMA_HELPER > select DRM_BRIDGE > -- > 2.43.2 >