Skip to content

Commit f601970

Browse files
committed
drm/imx: allow building under COMPILE_TEST
Allow to compile-test imx-drm on other platforms. Signed-off-by: Philipp Zabel <[email protected]> Reviewed-by: Linus Walleij <[email protected]>
1 parent 2acef9c commit f601970

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/gpu/drm/imx/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ config DRM_IMX
44
select VIDEOMODE_HELPERS
55
select DRM_GEM_CMA_HELPER
66
select DRM_KMS_CMA_HELPER
7-
depends on DRM && (ARCH_MXC || ARCH_MULTIPLATFORM)
7+
depends on DRM && (ARCH_MXC || ARCH_MULTIPLATFORM || COMPILE_TEST)
88
depends on IMX_IPUV3_CORE
99
help
1010
enable i.MX graphics support

0 commit comments

Comments
 (0)