Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MSM8916: iommu/qcom: Select IOMMU_DMA instead of ARM_DMA_USE_IOMMU (v3)
The ARM32 IOMMU DMA implementation does not really work properly with qcom_iommu. It fails to attach to any IOMMU because a domain is created by default in the driver. Now that there is IOMMU_DMA support for ARM32, select it instead of ARM_DMA_USE_IOMMU. v2: 'depend on' instead of 'select' to fix circular dependency v3: Move "select IOMMU_DMA" to CONFIG_ARCH_MSM8916
- Loading branch information