blob: 02f47d25fed2d34c732b67b3a3655b64a7625467 (
plain)
1
2
3
4
5
6
7
8
9
10
|
# SPDX-License-Identifier: GPL-2.0
config ISM_VFIO_PCI
tristate "VFIO support for ISM devices"
depends on S390
select VFIO_PCI_CORE
help
This provides user space support for IBM Internal Shared Memory (ISM)
Adapter devices using the VFIO framework.
If you don't know what to do here, say N.
|