From: Sachin Kamat Date: Thu, 25 Apr 2013 11:36:06 +0000 (+0530) Subject: drm/exynos: Select VIDEOMODE_HELPERS for FIMD X-Git-Tag: accepted/tizen/common/20141203.182822~2206^2~38^2~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b9047b8d2e4863749934fef6e8809d71b6c540c2;p=platform%2Fkernel%2Flinux-arm64.git drm/exynos: Select VIDEOMODE_HELPERS for FIMD FIMD also requires video mode helper APIs. Without this patch we get the following build error: drivers/gpu/drm/exynos/exynos_drm_fimd.c:895: undefined reference to `of_get_fb_videomode' make: *** [vmlinux] Error 1 Signed-off-by: Sachin Kamat Signed-off-by: Inki Dae --- diff --git a/drivers/gpu/drm/exynos/Kconfig b/drivers/gpu/drm/exynos/Kconfig index 5c4be2a..772c62a 100644 --- a/drivers/gpu/drm/exynos/Kconfig +++ b/drivers/gpu/drm/exynos/Kconfig @@ -25,8 +25,8 @@ config DRM_EXYNOS_DMABUF config DRM_EXYNOS_FIMD bool "Exynos DRM FIMD" depends on OF && DRM_EXYNOS && !FB_S3C && !ARCH_MULTIPLATFORM - select OF_VIDEOMODE select FB_MODE_HELPERS + select VIDEOMODE_HELPERS help Choose this option if you want to use Exynos FIMD for DRM.