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