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