Hi Ville

On 4/8/24 19:04, Ville Syrjala wrote:
> From: Ville Syrjälä <ville.syrj...@linux.intel.com>
>
> Allow stm to be built with COMPILE_TEST=y for greater
> coverage. Builds fine on x86/x86_64 at least.
>
> Cc: Yannick Fertre <yannick.fer...@foss.st.com>
> Cc: Raphael Gallais-Pou <raphael.gallais-...@foss.st.com>
> Cc: Philippe Cornu <philippe.co...@foss.st.com>
> Signed-off-by: Ville Syrjälä <ville.syrj...@linux.intel.com>

Thank you for this ! :)

Acked-by: Raphaël Gallais-Pou <raphael.gallais-...@foss.st.com>


> ---
>  drivers/gpu/drm/stm/Kconfig | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/gpu/drm/stm/Kconfig b/drivers/gpu/drm/stm/Kconfig
> index fa49cde43bb2..4c906d602825 100644
> --- a/drivers/gpu/drm/stm/Kconfig
> +++ b/drivers/gpu/drm/stm/Kconfig
> @@ -1,7 +1,7 @@
>  # SPDX-License-Identifier: GPL-2.0-only
>  config DRM_STM
>       tristate "DRM Support for STMicroelectronics SoC Series"
> -     depends on DRM && ARCH_STM32
> +     depends on DRM && (ARCH_STM32 || COMPILE_TEST)
>       select DRM_KMS_HELPER
>       select DRM_GEM_DMA_HELPER
>       select DRM_PANEL_BRIDGE

Reply via email to