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

Commit 4c071c7b authored by Joerg Roedel's avatar Joerg Roedel
Browse files

drm/msm: Fix link error with !MSM_IOMMU



The DRM driver for MSM depends on symbols from the MSM
IOMMU driver. Add this dependency to the Kconfig file.

Fixes this comile error:

  Kernel: arch/arm/boot/zImage is ready
  ERROR: "msm_iommu_get_ctx" [drivers/gpu/drm/msm/msm.ko]
  undefined!
  make[2]: *** [__modpost] Error 1

Cc: Rob Clark <robdclark@gmail.com>
Signed-off-by: default avatarJoerg Roedel <joro@8bytes.org>
parent d6e0a2dd
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -4,6 +4,7 @@ config DRM_MSM
	depends on DRM
	depends on ARCH_MSM
	depends on ARCH_MSM8960
	depends on MSM_IOMMU
	select DRM_KMS_HELPER
	select SHMEM
	select TMPFS