iommu/dma: Clean up Kconfig
[linux-2.6-microblaze.git] / drivers / iommu / Kconfig
index 5c5cb5b..1d99c2d 100644 (file)
@@ -137,7 +137,7 @@ config OF_IOMMU
 
 # IOMMU-agnostic DMA-mapping layer
 config IOMMU_DMA
-       bool
+       def_bool ARM64 || IA64 || X86
        select DMA_OPS
        select IOMMU_API
        select IOMMU_IOVA
@@ -476,7 +476,6 @@ config VIRTIO_IOMMU
        depends on VIRTIO
        depends on (ARM64 || X86)
        select IOMMU_API
-       select IOMMU_DMA
        select INTERVAL_TREE
        select ACPI_VIOT if ACPI
        help