mirror of https://github.com/torvalds/linux.git
16 lines
444 B
Plaintext
16 lines
444 B
Plaintext
config NOVA_CORE
|
|
tristate "Nova Core GPU driver"
|
|
depends on PCI
|
|
depends on RUST
|
|
depends on 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.
|