drm/imx: allow building under COMPILE_TEST
Allow to compile-test imx-drm on other platforms. Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de> Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
This commit is contained in:
@@ -4,7 +4,7 @@ config DRM_IMX
|
|||||||
select VIDEOMODE_HELPERS
|
select VIDEOMODE_HELPERS
|
||||||
select DRM_GEM_CMA_HELPER
|
select DRM_GEM_CMA_HELPER
|
||||||
select DRM_KMS_CMA_HELPER
|
select DRM_KMS_CMA_HELPER
|
||||||
depends on DRM && (ARCH_MXC || ARCH_MULTIPLATFORM)
|
depends on DRM && (ARCH_MXC || ARCH_MULTIPLATFORM || COMPILE_TEST)
|
||||||
depends on IMX_IPUV3_CORE
|
depends on IMX_IPUV3_CORE
|
||||||
help
|
help
|
||||||
enable i.MX graphics support
|
enable i.MX graphics support
|
||||||
|
|||||||
Reference in New Issue
Block a user