aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/vfio/pci/Kconfig
diff options
context:
space:
mode:
authorMax Gurtovoy <mgurtovoy@nvidia.com>2021-02-18 10:44:35 +0000
committerAlex Williamson <alex.williamson@redhat.com>2021-02-19 10:29:56 -0700
commitb9abef43a08ef7faa33477cccb0c08c64eb2b8bf (patch)
tree61a2a5a9978992c81d349c7d7750a14a31bcb029 /drivers/vfio/pci/Kconfig
parentvfio/iommu_type1: Fix duplicate included kthread.h (diff)
downloadlinux-dev-b9abef43a08ef7faa33477cccb0c08c64eb2b8bf.tar.xz
linux-dev-b9abef43a08ef7faa33477cccb0c08c64eb2b8bf.zip
vfio/pci: remove CONFIG_VFIO_PCI_ZDEV from Kconfig
In case we're running on s390 system always expose the capabilities for configuration of zPCI devices. In case we're running on different platform, continue as usual. Signed-off-by: Max Gurtovoy <mgurtovoy@nvidia.com> Reviewed-by: Matthew Rosato <mjrosato@linux.ibm.com> Reviewed-by: Cornelia Huck <cohuck@redhat.com> Signed-off-by: Alex Williamson <alex.williamson@redhat.com>
Diffstat (limited to 'drivers/vfio/pci/Kconfig')
-rw-r--r--drivers/vfio/pci/Kconfig12
1 files changed, 0 insertions, 12 deletions
diff --git a/drivers/vfio/pci/Kconfig b/drivers/vfio/pci/Kconfig
index 40a223381ab6..ac3c1dd3edef 100644
--- a/drivers/vfio/pci/Kconfig
+++ b/drivers/vfio/pci/Kconfig
@@ -45,15 +45,3 @@ config VFIO_PCI_NVLINK2
depends on VFIO_PCI && PPC_POWERNV
help
VFIO PCI support for P9 Witherspoon machine with NVIDIA V100 GPUs
-
-config VFIO_PCI_ZDEV
- bool "VFIO PCI ZPCI device CLP support"
- depends on VFIO_PCI && S390
- default y
- help
- Enabling this option exposes VFIO capabilities containing hardware
- configuration for zPCI devices. This enables userspace (e.g. QEMU)
- to supply proper configuration values instead of hard-coded defaults
- for zPCI devices passed through via VFIO on s390.
-
- Say Y here.