Commit a4b42dab authored by Inki Dae's avatar Inki Dae

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
...@@ -13,7 +13,7 @@ config DRM_EXYNOS ...@@ -13,7 +13,7 @@ config DRM_EXYNOS
config DRM_EXYNOS_FIMD config DRM_EXYNOS_FIMD
tristate "Exynos DRM FIMD" tristate "Exynos DRM FIMD"
depends on DRM_EXYNOS depends on DRM_EXYNOS && !FB_S3C
default n default n
help help
Choose this option if you want to use Exynos FIMD for DRM. Choose this option if you want to use Exynos FIMD for DRM.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment