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

Commit 2363dc63 authored by Seung-Woo Kim's avatar Seung-Woo Kim Committed by Inki Dae
Browse files

drm/exynos: fix build dependency for DRM_EXYNOS_HDMI



DRM_EXYNOS_HDMI driver and VIDEO_SAMSUNG_S5P_TV driver should be
not enabled at once because they use same HW blocks. So dependency
for DRM_EXYNOS_HDMI is fixed to check VIDEO_SAMSUNG_S5P_TV=n.

Signed-off-by: default avatarSeung-Woo Kim <sw0312.kim@samsung.com>
Signed-off-by: default avatarInki Dae <inki.dae@samsung.com>
Signed-off-by: default avatarKyungmin Park <kyungmin.park@samsung.com>
parent 485bc54c
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -21,7 +21,7 @@ config DRM_EXYNOS_FIMD


config DRM_EXYNOS_HDMI
config DRM_EXYNOS_HDMI
	tristate "Exynos DRM HDMI"
	tristate "Exynos DRM HDMI"
	depends on DRM_EXYNOS
	depends on DRM_EXYNOS && !VIDEO_SAMSUNG_S5P_TV
	help
	help
	  Choose this option if you want to use Exynos HDMI for DRM.
	  Choose this option if you want to use Exynos HDMI for DRM.
	  If M is selected, the module will be called exynos_drm_hdmi
	  If M is selected, the module will be called exynos_drm_hdmi