]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
drm/tilcdc: only build on arm
authorStephen Rothwell <sfr@canb.auug.org.au>
Mon, 25 Feb 2013 23:54:48 +0000 (09:54 +1000)
committerDave Airlie <airlied@redhat.com>
Mon, 25 Feb 2013 23:54:48 +0000 (09:54 +1000)
[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>
drivers/gpu/drm/tilcdc/Kconfig

index ae14fd6ea92483ae599214968aaee4f07260e496..d24d04013476bc4f9b1493518b8cb80f6de1f045 100644 (file)
@@ -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