Kconfig 399 B

12345678910
  1. # SPDX-License-Identifier: GPL-2.0-only
  2. config 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. If you don't know what to do here, say N.