xref: /linux/drivers/vfio/pci/mlx5/Kconfig (revision 695c62a823a5798245a5a9c99ea62b65d6f50d6e)
1# SPDX-License-Identifier: GPL-2.0-only
2config MLX5_VFIO_PCI
3	tristate "VFIO support for MLX5 PCI devices"
4	depends on MLX5_CORE
5	depends on VFIO_PCI_CORE
6	help
7	  This provides migration support for MLX5 devices using the VFIO
8	  framework.
9
10	  If you don't know what to do here, say N.
11