mirror of
https://github.com/qemu/qemu.git
synced 2025-08-16 23:02:44 +00:00

Add SPDX-License-Identifier to some files missing it in hw/vfio/. Signed-off-by: John Levon <john.levon@nutanix.com> Reviewed-by: Daniel P. Berrangé <berrange@redhat.com> Link: https://lore.kernel.org/qemu-devel/20250623093053.1495509-1-john.levon@nutanix.com Signed-off-by: Cédric Le Goater <clg@redhat.com>
46 lines
695 B
Plaintext
46 lines
695 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_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
|
|
|
|
config VFIO_IGD
|
|
bool
|
|
default y if PC_PCI
|
|
depends on VFIO_PCI
|