mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 08:13:54 -06:00
virtio-iommu: depend on PCI
The virtio-iommu device attaches itself to a PCI bus, so it makes no sense to include it unless PCI is supported---and in fact compilation fails without this change. Reported-by: Gerd Hoffmann <kraxel@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
b822dfaecd
commit
3b703feaf8
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ config VIRTIO_RNG
|
|||
config VIRTIO_IOMMU
|
||||
bool
|
||||
default y
|
||||
depends on VIRTIO
|
||||
depends on PCI && VIRTIO
|
||||
|
||||
config VIRTIO_PCI
|
||||
bool
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue