summaryrefslogtreecommitdiffstats
path: root/drivers/vfio/pci/nvgrace-gpu/Kconfig
blob: a7f624b37e410b4cf1b6409531692895f17214c6 (plain)
1
2
3
4
5
6
7
8
9
10
# SPDX-License-Identifier: GPL-2.0-only
config NVGRACE_GPU_VFIO_PCI
	tristate "VFIO support for the GPU in the NVIDIA Grace Hopper Superchip"
	depends on ARM64 || (COMPILE_TEST && 64BIT)
	select VFIO_PCI_CORE
	help
	  VFIO support for the GPU in the NVIDIA Grace Hopper Superchip is
	  required to assign the GPU device to userspace using KVM/qemu/etc.

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