From: Stephen Rothwell Date: Mon, 25 Feb 2013 23:54:48 +0000 (+1000) Subject: drm/tilcdc: only build on arm X-Git-Tag: v3.9-rc1~83^2 X-Git-Url: https://git.kernelconcepts.de/?p=karo-tx-linux.git;a=commitdiff_plain;h=be88298b0a3f771a4802f20c5e66af74bfd1dff1 drm/tilcdc: only build on arm [airlied: hack for now until we fix cma helpers on other OF platforms] Signed-off-by: Stephen Rothwell Signed-off-by: Dave Airlie --- 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