summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Rothwell <sfr@canb.auug.org.au>2013-02-22 15:14:50 +1100
committerStephen Rothwell <sfr@canb.auug.org.au>2013-02-22 15:15:32 +1100
commit2200036ffbf68a004ec2d5d73356ba352d6d4baf (patch)
tree18e9366a763b57c671262cfbe65e1ebadffbdd6b
parent81252fd2e5e93f47b12b0be7cfdd48ceb413d254 (diff)
drm/tilcdc: only build on arm
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
-rw-r--r--drivers/gpu/drm/tilcdc/Kconfig2
1 files changed, 1 insertions, 1 deletions
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