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

drm/imx/dcss: Allow build with COMPILE_TEST=y

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@oss.nxp.com>
Cc: Lucas Stach <l.stach@pengutronix.de>
Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20241003111851.10453-8-ville.syrjala@linux.intel.com
Reviewed-by: Laurentiu Palcu <laurentiu.palcu@oss.nxp.com>

+1 -1
+1 -1
drivers/gpu/drm/imx/dcss/Kconfig
··· 7 7 select DRM_BRIDGE_CONNECTOR 8 8 select DRM_GEM_DMA_HELPER 9 9 select VIDEOMODE_HELPERS 10 - depends on DRM && ARCH_MXC && ARM64 10 + depends on DRM && ((ARCH_MXC && ARM64) || COMPILE_TEST) 11 11 help 12 12 Choose this if you have a NXP i.MX8MQ based system and want to use the 13 13 Display Controller Subsystem. This option enables DCSS support.