mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
synced 2026-05-02 18:17:50 -04:00
iommu/virtio: Build virtio-iommu as module
Now that the infrastructure changes are in place, enable virtio-iommu to be built as a module. Remove the redundant pci_request_acs() call, since it's not exported but is already invoked during DMA setup. Signed-off-by: Jean-Philippe Brucker <jean-philippe.brucker@arm.com> Signed-off-by: Joerg Roedel <jroedel@suse.de>
This commit is contained in:
committed by
Joerg Roedel
parent
f8788d86ab
commit
fa4afd78ea
@@ -506,8 +506,8 @@ config HYPERV_IOMMU
|
||||
guests to run with x2APIC mode enabled.
|
||||
|
||||
config VIRTIO_IOMMU
|
||||
bool "Virtio IOMMU driver"
|
||||
depends on VIRTIO=y
|
||||
tristate "Virtio IOMMU driver"
|
||||
depends on VIRTIO
|
||||
depends on ARM64
|
||||
select IOMMU_API
|
||||
select INTERVAL_TREE
|
||||
|
||||
Reference in New Issue
Block a user