kvm: KVM_CAP_IOMMU only available with device assignment
authorAlex Williamson <alex.williamson@redhat.com>
Mon, 29 Apr 2013 16:54:08 +0000 (10:54 -0600)
committerMarcelo Tosatti <mtosatti@redhat.com>
Tue, 30 Apr 2013 02:08:50 +0000 (23:08 -0300)
Fix build with CONFIG_PCI unset by linking KVM_CAP_IOMMU to
device assignment config option.  It has no purpose otherwise.

Signed-off-by: Alex Williamson <alex.williamson@redhat.com>
Reported-by: Randy Dunlap <rdunlap@infradead.org>
Acked-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>

No differences found