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

Commit c7afee63 authored by Tobias Jakobi's avatar Tobias Jakobi Committed by Daniel Vetter
Browse files

drm/exynos: Remove Kconfig deps for FIMD and DECON7



While the Kconfig entries of FIMD and DECON7 both select
FB_MODE_HELPERS, the code doesn't use any of the functionality.

Signed-off-by: default avatarTobias Jakobi <tjakobi@math.uni-bielefeld.de>
Signed-off-by: default avatarDaniel Vetter <daniel.vetter@ffwll.ch>
Link: http://patchwork.freedesktop.org/patch/msgid/1484928172-16784-1-git-send-email-tjakobi@math.uni-bielefeld.de
parent d352f352
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -19,7 +19,6 @@ comment "CRTCs"
config DRM_EXYNOS_FIMD
	bool "FIMD"
	depends on !FB_S3C
	select FB_MODE_HELPERS
	select MFD_SYSCON
	help
	  Choose this option if you want to use Exynos FIMD for DRM.
@@ -32,7 +31,6 @@ config DRM_EXYNOS5433_DECON
config DRM_EXYNOS7_DECON
	bool "DECON on Exynos7"
	depends on !FB_S3C
	select FB_MODE_HELPERS
	help
	  Choose this option if you want to use Exynos DECON for DRM.