summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--drivers/iommu/qcom/Kconfig3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/iommu/qcom/Kconfig b/drivers/iommu/qcom/Kconfig
index a0e41bb305af..59cdac19dfae 100644
--- a/drivers/iommu/qcom/Kconfig
+++ b/drivers/iommu/qcom/Kconfig
@@ -3,9 +3,8 @@
# QCOM IOMMUv1 support
config QCOM_IOMMU_V1
bool "Qualcomm IOMMUv1 Support"
- depends on ARCH_QCOM
+ depends on ARCH_QCOM && ARM64
select IOMMU_API
- select ARM_DMA_USE_IOMMU if ARM
select ARM64_DMA_USE_IOMMU if ARM64
help
Support for the IOMMUs (v1) found on certain Qualcomm SOCs.