Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/git/jgg...
[linux-2.6-microblaze.git] / drivers / iommu / Kconfig
index 5cc869d..ee9e2a2 100644 (file)
@@ -95,7 +95,7 @@ config IOMMU_DEBUGFS
 choice
        prompt "IOMMU default domain type"
        depends on IOMMU_API
-       default IOMMU_DEFAULT_DMA_LAZY if X86 || IA64
+       default IOMMU_DEFAULT_DMA_LAZY if X86
        default IOMMU_DEFAULT_DMA_STRICT
        help
          Choose the type of IOMMU domain used to manage DMA API usage by
@@ -150,7 +150,7 @@ config OF_IOMMU
 
 # IOMMU-agnostic DMA-mapping layer
 config IOMMU_DMA
-       def_bool ARM64 || IA64 || X86
+       def_bool ARM64 || X86
        select DMA_OPS
        select IOMMU_API
        select IOMMU_IOVA