[PATCH v2 07/10] drm/imx/dcss: Allow build with COMPILE_TEST=y

Laurentiu Palcu laurentiu.palcu at oss.nxp.com
Fri Oct 4 11:40:41 UTC 2024


Hi,

On Thu, Oct 03, 2024 at 02:18:48PM +0300, Ville Syrjala wrote:
> From: Ville Syrjälä <ville.syrjala at linux.intel.com>
> 
> Allow imx/dcss to be built with COMPILE_TEST=y for greater
> coverage. Builds fine on x86/x86_64 at least.
> 
> Cc: Laurentiu Palcu <laurentiu.palcu at oss.nxp.com>
> Cc: Lucas Stach <l.stach at pengutronix.de>
> Signed-off-by: Ville Syrjälä <ville.syrjala at linux.intel.com>a

Reviewed-by: Laurentiu Palcu <laurentiu.palcu at oss.nxp.com>

Thanks,
Laurentiu

> ---
>  drivers/gpu/drm/imx/dcss/Kconfig | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/gpu/drm/imx/dcss/Kconfig b/drivers/gpu/drm/imx/dcss/Kconfig
> index 9d58f41bd00c..e014ed3ae66c 100644
> --- a/drivers/gpu/drm/imx/dcss/Kconfig
> +++ b/drivers/gpu/drm/imx/dcss/Kconfig
> @@ -7,7 +7,7 @@ config DRM_IMX_DCSS
>  	select DRM_BRIDGE_CONNECTOR
>  	select DRM_GEM_DMA_HELPER
>  	select VIDEOMODE_HELPERS
> -	depends on DRM && ARCH_MXC && ARM64
> +	depends on DRM && ((ARCH_MXC && ARM64) || COMPILE_TEST)
>  	help
>  	  Choose this if you have a NXP i.MX8MQ based system and want to use the
>  	  Display Controller Subsystem. This option enables DCSS support.
> -- 
> 2.45.2
> 


More information about the dri-devel mailing list