Skip to content

Commit

Permalink
drm/exynos: enable OF_VIDEOMODE and FB_MODE_HELPERS for exynos drm fimd
Browse files Browse the repository at this point in the history
patch adds "select OF_VIDEOMODE" and "select FB_MODE_HELPERS" when
EXYNOS_DRM_FIMD config is selected. Also adds the "OF" dependency.

Signed-off-by: Vikas Sajjan <vikas.sajjan@linaro.org>
Signed-off-by: Inki Dae <inki.dae@samsung.com>
  • Loading branch information
Vikas Sajjan authored and Inki Dae committed Apr 16, 2013
1 parent 7f4596f commit 1e2a4ad
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion drivers/gpu/drm/exynos/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@ config DRM_EXYNOS_DMABUF

config DRM_EXYNOS_FIMD
bool "Exynos DRM FIMD"
depends on DRM_EXYNOS && !FB_S3C && !ARCH_MULTIPLATFORM
depends on OF && DRM_EXYNOS && !FB_S3C && !ARCH_MULTIPLATFORM
select OF_VIDEOMODE
select FB_MODE_HELPERS
help
Choose this option if you want to use Exynos FIMD for DRM.

Expand Down

0 comments on commit 1e2a4ad

Please sign in to comment.