Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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: Andrzej Hajda <a.hajda@samsung.com>
Signed-off-by: Inki Dae <inki.dae@samsung.com>

authored by

Andrzej Hajda and committed by
Inki Dae
a0b13bbd 3faf9ccc

+3 -3
+3 -3
drivers/gpu/drm/exynos/Kconfig
··· 33 33 34 34 config DRM_EXYNOS_DPI 35 35 bool "EXYNOS DRM parallel output support" 36 - depends on DRM_EXYNOS 36 + depends on DRM_EXYNOS_FIMD 37 37 select DRM_PANEL 38 38 default n 39 39 help ··· 41 41 42 42 config DRM_EXYNOS_DSI 43 43 bool "EXYNOS DRM MIPI-DSI driver support" 44 - depends on DRM_EXYNOS 44 + depends on DRM_EXYNOS_FIMD 45 45 select DRM_MIPI_DSI 46 46 select DRM_PANEL 47 47 default n ··· 50 50 51 51 config DRM_EXYNOS_DP 52 52 bool "EXYNOS DRM DP driver support" 53 - depends on DRM_EXYNOS && ARCH_EXYNOS && (DRM_PTN3460=n || DRM_PTN3460=y || DRM_PTN3460=DRM_EXYNOS) 53 + depends on DRM_EXYNOS_FIMD && ARCH_EXYNOS && (DRM_PTN3460=n || DRM_PTN3460=y || DRM_PTN3460=DRM_EXYNOS) 54 54 default DRM_EXYNOS 55 55 help 56 56 This enables support for DP device.