xref: /linux/drivers/vfio/pci/nvgrace-gpu/Kconfig (revision 701ab935859fcfd4a8c8a97f3ee4fb5294a9d481)
1*701ab935SAnkit Agrawal# SPDX-License-Identifier: GPL-2.0-only
2*701ab935SAnkit Agrawalconfig NVGRACE_GPU_VFIO_PCI
3*701ab935SAnkit Agrawal	tristate "VFIO support for the GPU in the NVIDIA Grace Hopper Superchip"
4*701ab935SAnkit Agrawal	depends on ARM64 || (COMPILE_TEST && 64BIT)
5*701ab935SAnkit Agrawal	select VFIO_PCI_CORE
6*701ab935SAnkit Agrawal	help
7*701ab935SAnkit Agrawal	  VFIO support for the GPU in the NVIDIA Grace Hopper Superchip is
8*701ab935SAnkit Agrawal	  required to assign the GPU device to userspace using KVM/qemu/etc.
9*701ab935SAnkit Agrawal
10*701ab935SAnkit Agrawal	  If you don't know what to do here, say N.
11