Skip to content

Commit eccbf0d

Browse files
Sachin Kamatdaeinki
authored andcommitted
drm/exynos: Make Exynos DRM drivers depend on OF
Exynos is a DT-only platform. Add this info to Kconfig. Signed-off-by: Sachin Kamat <[email protected]> Signed-off-by: Inki Dae <[email protected]>
1 parent 3fec453 commit eccbf0d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

drivers/gpu/drm/exynos/Kconfig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
config DRM_EXYNOS
22
tristate "DRM Support for Samsung SoC EXYNOS Series"
3-
depends on DRM && (PLAT_SAMSUNG || ARCH_MULTIPLATFORM)
3+
depends on OF && DRM && (PLAT_SAMSUNG || ARCH_MULTIPLATFORM)
44
select DRM_KMS_HELPER
55
select FB_CFB_FILLRECT
66
select FB_CFB_COPYAREA
@@ -24,7 +24,7 @@ config DRM_EXYNOS_DMABUF
2424

2525
config DRM_EXYNOS_FIMD
2626
bool "Exynos DRM FIMD"
27-
depends on OF && DRM_EXYNOS && !FB_S3C && !ARCH_MULTIPLATFORM
27+
depends on DRM_EXYNOS && !FB_S3C && !ARCH_MULTIPLATFORM
2828
select FB_MODE_HELPERS
2929
select VIDEOMODE_HELPERS
3030
help

0 commit comments

Comments
 (0)