11 lines
399 B
Plaintext
11 lines
399 B
Plaintext
|
# 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.
|