| 12345678910111213141516 |
- config NOVA_CORE
- tristate "Nova Core GPU driver"
- depends on 64BIT
- depends on PCI
- depends on RUST
- select RUST_FW_LOADER_ABSTRACTIONS
- select AUXILIARY_BUS
- 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.
|