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

Commit a4b42dab authored by Inki Dae's avatar Inki Dae
Browse files

drm/exynos: fixed build dependency for DRM_EXYNOS_FIMD



FB based FIMD and DRM based FIMD drivers use same hardware
so with this patch, only one of them would be selected.

Signed-off-by: default avatarInki Dae <inki.dae@samsung.com>
Signed-off-by: default avatarKyungmin Park <kyungmin.park@samsung.com>
parent 2363dc63
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@ config DRM_EXYNOS

config DRM_EXYNOS_FIMD
	tristate "Exynos DRM FIMD"
	depends on DRM_EXYNOS
	depends on DRM_EXYNOS && !FB_S3C
	default n
	help
	  Choose this option if you want to use Exynos FIMD for DRM.