hw/vfio/display.c needs the EDID subsystem, select it. Cc: Alex Williamson <[email protected]> Signed-off-by: Paolo Bonzini <[email protected]> --- hw/vfio/Kconfig | 1 + 1 file changed, 1 insertion(+)
diff --git a/hw/vfio/Kconfig b/hw/vfio/Kconfig
index 34da2a3..f0eaa75 100644
--- a/hw/vfio/Kconfig
+++ b/hw/vfio/Kconfig
@@ -6,6 +6,7 @@ config VFIO_PCI
bool
default y
select VFIO
+ select EDID
depends on LINUX && PCI
config VFIO_CCW
--
1.8.3.1
