Commit 879fcc6b authored by Lu Baolu's avatar Lu Baolu Committed by Joerg Roedel

iommu/vt-d: Select PCI_ATS explicitly

The Intel VT-d implementation supports device TLB management. Select
PCI_ATS explicitly so that the pci_ats helpers are always available.
Signed-off-by: default avatarLu Baolu <baolu.lu@linux.intel.com>
Acked-by: default avatarWill Deacon <will@kernel.org>
Link: https://lore.kernel.org/r/20210512065313.3441309-1-baolu.lu@linux.intel.com
Link: https://lore.kernel.org/r/20210610020115.1637656-5-baolu.lu@linux.intel.comSigned-off-by: default avatarJoerg Roedel <jroedel@suse.de>
parent 719a1933
...@@ -14,6 +14,7 @@ config INTEL_IOMMU ...@@ -14,6 +14,7 @@ config INTEL_IOMMU
select SWIOTLB select SWIOTLB
select IOASID select IOASID
select IOMMU_DMA select IOMMU_DMA
select PCI_ATS
help help
DMA remapping (DMAR) devices support enables independent address DMA remapping (DMAR) devices support enables independent address
translations for Direct Memory Access (DMA) from devices. translations for Direct Memory Access (DMA) from devices.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment