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 <[email protected]>
Signed-off-by: Joerg Roedel <[email protected]>
depends on DRM
depends on ARCH_MSM
depends on ARCH_MSM8960
+ depends on MSM_IOMMU
select DRM_KMS_HELPER
select SHMEM
select TMPFS