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

Commit 1e5507ce authored by Inki Dae's avatar Inki Dae Committed by Inki Dae
Browse files

drm/exynos: add a dependency on FB_S3C to DECON driver



This patch makes one of Linux framebuffer and DRM CRTC drivers
to be enabled.

Display controllers, FIMD and DECON, can be controlled by Linux
framebuffer or DRM CRTC drivers so only one of them should be
enabled.

Signed-off-by: default avatarInki Dae <inki.dae@samsung.com>
Reviewed-by: default avatarGustavo Padovan <gustavo.padovan@collabora.co.uk>
parent 7491e5b4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -26,7 +26,7 @@ config DRM_EXYNOS_FIMD

config DRM_EXYNOS7_DECON
	bool "Exynos DRM DECON"
	depends on DRM_EXYNOS
	depends on DRM_EXYNOS && !FB_S3C
	select FB_MODE_HELPERS
	help
	  Choose this option if you want to use Exynos DECON for DRM.