Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

drm/meson: Allow build with COMPILE_TEST=y

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

Cc: Neil Armstrong <neil.armstrong@linaro.org>
Cc: linux-amlogic@lists.infradead.org
Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20241003111851.10453-11-ville.syrjala@linux.intel.com
Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org>

+1 -1
+1 -1
drivers/gpu/drm/meson/Kconfig
··· 1 1 # SPDX-License-Identifier: GPL-2.0-only 2 2 config DRM_MESON 3 3 tristate "DRM Support for Amlogic Meson Display Controller" 4 - depends on DRM && OF && (ARM || ARM64) 4 + depends on DRM && OF && (ARM || ARM64 || COMPILE_TEST) 5 5 depends on ARCH_MESON || COMPILE_TEST 6 6 select DRM_CLIENT_SELECTION 7 7 select DRM_KMS_HELPER