2025-03-06 23:23:30 +01:00
|
|
|
config NOVA_CORE
|
|
|
|
|
tristate "Nova Core GPU driver"
|
2025-08-29 00:39:40 +02:00
|
|
|
depends on 64BIT
|
2025-03-06 23:23:30 +01:00
|
|
|
depends on PCI
|
|
|
|
|
depends on RUST
|
2025-05-15 17:23:19 +09:00
|
|
|
select AUXILIARY_BUS
|
2026-02-24 17:53:00 -05:00
|
|
|
select RUST_FW_LOADER_ABSTRACTIONS
|
2025-03-06 23:23:30 +01:00
|
|
|
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.
|