vfio-pci: enable by default

CONFIG_VFIO_PCI was not "default y" - and once you do that, it is also
important to disable it if PCI is not there.

Reported-by: Alex Williamson <alex.williamson@redhat.com>
Tested-by: Alex Williamson <alex.williamson@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
Paolo Bonzini 2019-03-08 18:33:27 +01:00
parent 4f8260248c
commit 97575f928f
1 changed files with 2 additions and 1 deletions

View File

@ -4,8 +4,9 @@ config VFIO
config VFIO_PCI
bool
default y
select VFIO
depends on LINUX
depends on LINUX && PCI
config VFIO_CCW
bool