From a5f2843a8da0ecb717f6f8a17df685fe69ea18c5 Mon Sep 17 00:00:00 2001 From: "Justin M. Forbes" Date: Tue, 12 Jan 2021 08:14:24 -0600 Subject: Linux v5.10.6 rebase Signed-off-by: Justin M. Forbes --- configs/fedora/generic/CONFIG_VFIO_PCI_ZDEV | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 configs/fedora/generic/CONFIG_VFIO_PCI_ZDEV (limited to 'configs/fedora/generic/CONFIG_VFIO_PCI_ZDEV') diff --git a/configs/fedora/generic/CONFIG_VFIO_PCI_ZDEV b/configs/fedora/generic/CONFIG_VFIO_PCI_ZDEV new file mode 100644 index 000000000..7040692bb --- /dev/null +++ b/configs/fedora/generic/CONFIG_VFIO_PCI_ZDEV @@ -0,0 +1,22 @@ +# CONFIG_VFIO_PCI_ZDEV: +# +# 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. +# +# Symbol: VFIO_PCI_ZDEV [=y] +# Type : bool +# Defined at drivers/vfio/pci/Kconfig:49 +# Prompt: VFIO PCI ZPCI device CLP support +# Depends on: VFIO_PCI [=m] && S390 [=y] +# Location: +# -> Device Drivers +# -> VFIO Non-Privileged userspace driver framework (VFIO [=m]) +# -> VFIO support for PCI devices (VFIO_PCI [=m]) +# +# +# +CONFIG_VFIO_PCI_ZDEV=y -- cgit