mirror of
https://github.com/torvalds/linux.git
synced 2026-04-18 06:44:00 -04:00
Reorder the select statements in NOVA_CORE Kconfig to be in alphabetical order. Suggested-by: Danilo Krummrich <dakr@kernel.org> Signed-off-by: Joel Fernandes <joelagnelf@nvidia.com> Link: https://patch.msgid.link/20260224225323.3312204-3-joelagnelf@nvidia.com [acourbot@nvidia.com: fix conflict due to patch reordering.] Signed-off-by: Alexandre Courbot <acourbot@nvidia.com>
17 lines
458 B
Plaintext
17 lines
458 B
Plaintext
config NOVA_CORE
|
|
tristate "Nova Core GPU driver"
|
|
depends on 64BIT
|
|
depends on PCI
|
|
depends on RUST
|
|
select AUXILIARY_BUS
|
|
select 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.
|