diff options
Diffstat (limited to 'hw/vfio')
-rw-r--r-- | hw/vfio/Kconfig | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/hw/vfio/Kconfig b/hw/vfio/Kconfig index 0fdff10c13..ebda9fdf22 100644 --- a/hw/vfio/Kconfig +++ b/hw/vfio/Kconfig @@ -9,21 +9,28 @@ config VFIO_PCI config VFIO_CCW bool + default y select VFIO - depends on LINUX + depends on LINUX && S390_CCW_VIRTIO config VFIO_PLATFORM bool + default y select VFIO - depends on LINUX + 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 + depends on LINUX && S390_CCW_VIRTIO |