diff options
| author | Stephen Rothwell <sfr@canb.auug.org.au> | 2013-02-26 09:54:48 +1000 | 
|---|---|---|
| committer | Dave Airlie <airlied@redhat.com> | 2013-02-26 09:54:48 +1000 | 
| commit | be88298b0a3f771a4802f20c5e66af74bfd1dff1 (patch) | |
| tree | 322784087d3180ad6c22dc3284cb53f3f8c32c79 | |
| parent | 28ee46184fc64591e286fa0355845e09c39e2a84 (diff) | |
| download | olio-linux-3.10-be88298b0a3f771a4802f20c5e66af74bfd1dff1.tar.xz olio-linux-3.10-be88298b0a3f771a4802f20c5e66af74bfd1dff1.zip  | |
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>
| -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 ae14fd6ea92..d24d0401347 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  |