From 14ee173c279442e3546682022e462844c70b0bc4 Mon Sep 17 00:00:00 2001 From: "Justin M. Forbes" Date: Fri, 18 Dec 2020 13:19:08 -0600 Subject: Linux v5.10.1 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