You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
qemu/hw/vfio/Kconfig

30 lines
452 B
Plaintext

# SPDX-License-Identifier: GPL-2.0-or-later
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_AP
bool
default y
select VFIO
depends on LINUX && S390_CCW_VIRTIO
config VFIO_IGD
bool
default y if PC_PCI
depends on VFIO_PCI