drm/msm: Fix link error with !MSM_IOMMU
authorJoerg Roedel <joro@8bytes.org>
Tue, 7 Jan 2014 21:55:06 +0000 (22:55 +0100)
committerJoerg Roedel <joro@8bytes.org>
Tue, 7 Jan 2014 22:23:36 +0000 (23:23 +0100)
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: Joerg Roedel <joro@8bytes.org>

No differences found