mirror of
https://github.com/xemu-project/xemu.git
synced 2024-11-24 12:09:58 +00:00
29b95c992a
hw/vfio/display.c needs the EDID subsystem, select it. Cc: Alex Williamson <alex.williamson@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> Signed-off-by: Alex Williamson <alex.williamson@redhat.com>
39 lines
576 B
Plaintext
39 lines
576 B
Plaintext
config VFIO
|
|
bool
|
|
depends on LINUX
|
|
|
|
config VFIO_PCI
|
|
bool
|
|
default y
|
|
select VFIO
|
|
select EDID
|
|
depends on LINUX && PCI
|
|
|
|
config VFIO_CCW
|
|
bool
|
|
default y
|
|
select VFIO
|
|
depends on LINUX && S390_CCW_VIRTIO
|
|
|
|
config VFIO_PLATFORM
|
|
bool
|
|
default y
|
|
select VFIO
|
|
depends on LINUX && PLATFORM_BUS
|
|
|
|
config VFIO_XGMAC
|
|
bool
|
|
default y
|
|
depends on VFIO_PLATFORM
|
|
|
|
config VFIO_AMD_XGBE
|
|
bool
|
|
default y
|
|
depends on VFIO_PLATFORM
|
|
|
|
config VFIO_AP
|
|
bool
|
|
default y
|
|
select VFIO
|
|
depends on LINUX && S390_CCW_VIRTIO
|