From 97575f928fe95515a4855487b233506e75675f66 Mon Sep 17 00:00:00 2001 From: Paolo Bonzini Date: Fri, 8 Mar 2019 18:33:27 +0100 Subject: 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 Tested-by: Alex Williamson Signed-off-by: Paolo Bonzini --- hw/vfio/Kconfig | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'hw/vfio') diff --git a/hw/vfio/Kconfig b/hw/vfio/Kconfig index ebda9fd..34da2a3 100644 --- a/hw/vfio/Kconfig +++ b/hw/vfio/Kconfig @@ -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 -- cgit v1.1