mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-26 14:14:01 +08:00
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:
parent
2acef9c333
commit
f6019702d9
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user