Merge tag 'iommu-updates-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/joro...
[sfrench/cifs-2.6.git] / drivers / iommu / Kconfig
index 3199fd54b462c9f74da83ddefce63405e225fc3b..7673bb82945b6cbf08ee1d4d44c196dc46875c5a 100644 (file)
@@ -7,6 +7,10 @@ config IOMMU_IOVA
 config IOMMU_API
        bool
 
+config IOMMUFD_DRIVER
+       bool
+       default n
+
 menuconfig IOMMU_SUPPORT
        bool "IOMMU Hardware Support"
        depends on MMU
@@ -91,7 +95,7 @@ config IOMMU_DEBUGFS
 choice
        prompt "IOMMU default domain type"
        depends on IOMMU_API
-       default IOMMU_DEFAULT_DMA_LAZY if X86 || IA64 || S390
+       default IOMMU_DEFAULT_DMA_LAZY if X86 || S390
        default IOMMU_DEFAULT_DMA_STRICT
        help
          Choose the type of IOMMU domain used to manage DMA API usage by
@@ -146,7 +150,7 @@ config OF_IOMMU
 
 # IOMMU-agnostic DMA-mapping layer
 config IOMMU_DMA
-       def_bool ARM64 || IA64 || X86 || S390
+       def_bool ARM64 || X86 || S390
        select DMA_OPS
        select IOMMU_API
        select IOMMU_IOVA