Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit eccbf0d8 authored by Sachin Kamat's avatar Sachin Kamat Committed by Inki Dae
Browse files

drm/exynos: Make Exynos DRM drivers depend on OF



Exynos is a DT-only platform. Add this info to Kconfig.

Signed-off-by: default avatarSachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: default avatarInki Dae <inki.dae@samsung.com>
parent 3fec4532
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
config DRM_EXYNOS
	tristate "DRM Support for Samsung SoC EXYNOS Series"
	depends on DRM && (PLAT_SAMSUNG || ARCH_MULTIPLATFORM)
	depends on OF && DRM && (PLAT_SAMSUNG || ARCH_MULTIPLATFORM)
	select DRM_KMS_HELPER
	select FB_CFB_FILLRECT
	select FB_CFB_COPYAREA
@@ -24,7 +24,7 @@ config DRM_EXYNOS_DMABUF

config DRM_EXYNOS_FIMD
	bool "Exynos DRM FIMD"
	depends on OF && DRM_EXYNOS && !FB_S3C && !ARCH_MULTIPLATFORM
	depends on DRM_EXYNOS && !FB_S3C && !ARCH_MULTIPLATFORM
	select FB_MODE_HELPERS
	select VIDEOMODE_HELPERS
	help