xref: /linux/drivers/vfio/pci/ism/Kconfig (revision f0bf3eac92b2be5f34b944cb82f1c23db642c7f5)
1# SPDX-License-Identifier: GPL-2.0
2config ISM_VFIO_PCI
3	tristate "VFIO support for ISM devices"
4	depends on S390
5	select VFIO_PCI_CORE
6	help
7	  This provides user space support for IBM Internal Shared Memory (ISM)
8	  Adapter devices using the VFIO framework.
9
10	  If you don't know what to do here, say N.
11