Commit 74bde758 authored by Ville Syrjälä's avatar Ville Syrjälä

drm/sti: Allow build with COMPILE_TEST=y

Allow sti to be built with COMPILE_TEST=y for greater
coverage. Builds fine on x86/x86_64 at least.

Cc: Alain Volmat <alain.volmat@foss.st.com>
Signed-off-by: default avatarVille Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20240408170426.9285-8-ville.syrjala@linux.intel.comAcked-by: default avatarAlain Volmat <alain.volmat@foss.st.com>
parent 9b48124c
# SPDX-License-Identifier: GPL-2.0-only # SPDX-License-Identifier: GPL-2.0-only
config DRM_STI config DRM_STI
tristate "DRM Support for STMicroelectronics SoC stiH4xx Series" tristate "DRM Support for STMicroelectronics SoC stiH4xx Series"
depends on OF && DRM && ARCH_STI depends on OF && DRM && (ARCH_STI || COMPILE_TEST)
select RESET_CONTROLLER select RESET_CONTROLLER
select DRM_KMS_HELPER select DRM_KMS_HELPER
select DRM_GEM_DMA_HELPER select DRM_GEM_DMA_HELPER
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment