From: Paolo Bonzini <[email protected]> hw/vfio/display.c needs the EDID subsystem, select it.
Cc: Alex Williamson <[email protected]> Signed-off-by: Paolo Bonzini <[email protected]> Signed-off-by: Alex Williamson <[email protected]> --- hw/vfio/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/hw/vfio/Kconfig b/hw/vfio/Kconfig index 34da2a3cfdd9..f0eaa75ce712 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
