summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilipp Zabel <p.zabel@pengutronix.de>2018-11-05 16:36:27 +0100
committerPhilipp Zabel <p.zabel@pengutronix.de>2019-01-23 11:58:55 +0100
commit7be38774919f117783f39ebc22d66a99cb9c5e04 (patch)
treef714de802ca52f2d35df9ed3121650ce6026b885
parentfedd7bcef58d26730f3cd3337d2c3650b627a950 (diff)
downloadlinux-0-day-7be38774919f117783f39ebc22d66a99cb9c5e04.tar.gz
linux-0-day-7be38774919f117783f39ebc22d66a99cb9c5e04.tar.xz
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>
-rw-r--r--drivers/gpu/drm/imx/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/imx/Kconfig b/drivers/gpu/drm/imx/Kconfig
index c55428490e56b..c3c84a09e628a 100644
--- a/drivers/gpu/drm/imx/Kconfig
+++ b/drivers/gpu/drm/imx/Kconfig
@@ -4,7 +4,7 @@ config DRM_IMX
select VIDEOMODE_HELPERS
select DRM_GEM_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
help
enable i.MX graphics support