blob: ad0c067565166db9cf5ff4f7b065fe8e63342451 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
config NOVA_CORE
tristate "Nova Core GPU driver"
depends on PCI
depends on RUST
depends on RUST_FW_LOADER_ABSTRACTIONS
default n
help
Choose this if you want to build the Nova Core driver for Nvidia
GPUs based on the GPU System Processor (GSP). This is true for Turing
and later GPUs.
This driver is work in progress and may not be functional.
If M is selected, the module will be called nova_core.
|