11 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2config NVGRACE_GPU_VFIO_PCI3 tristate "VFIO support for the GPU in the NVIDIA Grace Hopper Superchip"4 depends on ARM64 || (COMPILE_TEST && 64BIT)5 select VFIO_PCI_CORE6 help7 VFIO support for the GPU in the NVIDIA Grace Hopper Superchip is8 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