xref: /linux/drivers/vfio/pci/ism/Kconfig (revision 0fc8f6200d2313278fbf4539bbab74677c685531)
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