summaryrefslogtreecommitdiff
path: root/drivers/vfio/pci/mlx5/Kconfig
blob: 7088edc4fb28d88f5603e8f68462993123eece46 (plain)
1
2
3
4
5
6
7
8
9
10
# SPDX-License-Identifier: GPL-2.0-only
config MLX5_VFIO_PCI
	tristate "VFIO support for MLX5 PCI devices"
	depends on MLX5_CORE
	select VFIO_PCI_CORE
	help
	  This provides migration support for MLX5 devices using the VFIO
	  framework.

	  If you don't know what to do here, say N.