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

Commit a0b13bbd authored by Andrzej Hajda's avatar Andrzej Hajda Committed by Inki Dae
Browse files

drm/exynos: add fimd dependency to fimd related encoders



DPI, DSI and DP drivers will not work without FIMD.
The patch adds appropriate dependencies in Kconfig.

Signed-off-by: default avatarAndrzej Hajda <a.hajda@samsung.com>
Signed-off-by: default avatarInki Dae <inki.dae@samsung.com>
parent 3faf9ccc
Loading
Loading
Loading
Loading
+3 −3
Original line number Original line Diff line number Diff line
@@ -33,7 +33,7 @@ config DRM_EXYNOS_FIMD


config DRM_EXYNOS_DPI
config DRM_EXYNOS_DPI
	bool "EXYNOS DRM parallel output support"
	bool "EXYNOS DRM parallel output support"
	depends on DRM_EXYNOS
	depends on DRM_EXYNOS_FIMD
	select DRM_PANEL
	select DRM_PANEL
	default n
	default n
	help
	help
@@ -41,7 +41,7 @@ config DRM_EXYNOS_DPI


config DRM_EXYNOS_DSI
config DRM_EXYNOS_DSI
	bool "EXYNOS DRM MIPI-DSI driver support"
	bool "EXYNOS DRM MIPI-DSI driver support"
	depends on DRM_EXYNOS
	depends on DRM_EXYNOS_FIMD
	select DRM_MIPI_DSI
	select DRM_MIPI_DSI
	select DRM_PANEL
	select DRM_PANEL
	default n
	default n
@@ -50,7 +50,7 @@ config DRM_EXYNOS_DSI


config DRM_EXYNOS_DP
config DRM_EXYNOS_DP
	bool "EXYNOS DRM DP driver support"
	bool "EXYNOS DRM DP driver support"
	depends on DRM_EXYNOS && ARCH_EXYNOS && (DRM_PTN3460=n || DRM_PTN3460=y || DRM_PTN3460=DRM_EXYNOS)
	depends on DRM_EXYNOS_FIMD && ARCH_EXYNOS && (DRM_PTN3460=n || DRM_PTN3460=y || DRM_PTN3460=DRM_EXYNOS)
	default DRM_EXYNOS
	default DRM_EXYNOS
	help
	help
	  This enables support for DP device.
	  This enables support for DP device.