diff options
author | Stephen Rothwell <sfr@canb.auug.org.au> | 2013-02-25 18:54:48 -0500 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2013-02-25 18:54:48 -0500 |
commit | be88298b0a3f771a4802f20c5e66af74bfd1dff1 (patch) | |
tree | 322784087d3180ad6c22dc3284cb53f3f8c32c79 /drivers/gpu | |
parent | 28ee46184fc64591e286fa0355845e09c39e2a84 (diff) |
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>
Diffstat (limited to 'drivers/gpu')
-rw-r--r-- | drivers/gpu/drm/tilcdc/Kconfig | 2 |
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 @@ | |||
1 | config DRM_TILCDC | 1 | config DRM_TILCDC |
2 | tristate "DRM Support for TI LCDC Display Controller" | 2 | tristate "DRM Support for TI LCDC Display Controller" |
3 | depends on DRM && OF | 3 | depends on DRM && OF && ARM |
4 | select DRM_KMS_HELPER | 4 | select DRM_KMS_HELPER |
5 | select DRM_KMS_CMA_HELPER | 5 | select DRM_KMS_CMA_HELPER |
6 | select DRM_GEM_CMA_HELPER | 6 | select DRM_GEM_CMA_HELPER |