From: Stephen Rothwell <sfr@canb.auug.org.au>
Date: Mon, 25 Feb 2013 23:54:48 +0000 (+1000)
Subject: drm/tilcdc: only build on arm
X-Git-Tag: firefly_0821_release~3680^2~1036^2
X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=be88298b0a3f771a4802f20c5e66af74bfd1dff1;p=firefly-linux-kernel-4.4.55.git

drm/tilcdc: only build on arm

[airlied: hack for now until we fix cma helpers on other OF platforms]
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Dave Airlie <airlied@linux.ie>
---

diff --git a/drivers/gpu/drm/tilcdc/Kconfig b/drivers/gpu/drm/tilcdc/Kconfig
index ae14fd6ea924..d24d04013476 100644
--- a/drivers/gpu/drm/tilcdc/Kconfig
+++ b/drivers/gpu/drm/tilcdc/Kconfig
@@ -1,6 +1,6 @@
 config DRM_TILCDC
 	tristate "DRM Support for TI LCDC Display Controller"
-	depends on DRM && OF
+	depends on DRM && OF && ARM
 	select DRM_KMS_HELPER
 	select DRM_KMS_CMA_HELPER
 	select DRM_GEM_CMA_HELPER