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:
parent
4f8260248c
commit
97575f928f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user