Skip to content

Commit 140f5de

Browse files
Joelgranadosjoergroedel
authored andcommitted
iommu/vt-d: Move IOMMU_IOPF into INTEL_IOMMU
Move IOMMU_IOPF from under INTEL_IOMMU_SVM into INTEL_IOMMU. This certifies that the core intel iommu utilizes the IOPF library functions, independent of the INTEL_IOMMU_SVM config. Signed-off-by: Joel Granados <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Lu Baolu <[email protected]> Signed-off-by: Joerg Roedel <[email protected]>
1 parent 9f831c1 commit 140f5de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/iommu/intel/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ config INTEL_IOMMU
1414
depends on PCI_MSI && ACPI && X86
1515
select IOMMU_API
1616
select IOMMU_IOVA
17+
select IOMMU_IOPF
1718
select IOMMUFD_DRIVER if IOMMUFD
1819
select NEED_DMA_MAP_STATE
1920
select DMAR_TABLE
@@ -50,7 +51,6 @@ config INTEL_IOMMU_SVM
5051
depends on X86_64
5152
select MMU_NOTIFIER
5253
select IOMMU_SVA
53-
select IOMMU_IOPF
5454
help
5555
Shared Virtual Memory (SVM) provides a facility for devices
5656
to access DMA resources through process address space by

0 commit comments

Comments
 (0)