aboutsummaryrefslogtreecommitdiffstats
path: root/hw/vfio/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'hw/vfio/Kconfig')
-rw-r--r--hw/vfio/Kconfig43
1 files changed, 43 insertions, 0 deletions
diff --git a/hw/vfio/Kconfig b/hw/vfio/Kconfig
new file mode 100644
index 000000000..7cdba0560
--- /dev/null
+++ b/hw/vfio/Kconfig
@@ -0,0 +1,43 @@
+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