mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00

CONFIG_AUXILIARY_BUS cannot be enabled explicitly, and unless we select
it we have no way to include it (and thus to enable NOVA_CORE) unless
another driver happens to do it for us.
Fixes: e041d81a03
("gpu: nova-core: register auxiliary device for nova-drm")
Signed-off-by: Alexandre Courbot <acourbot@nvidia.com>
Link: https://lore.kernel.org/r/20250515-aux_bus-v2-2-47c70f96ae9b@nvidia.com
Signed-off-by: Danilo Krummrich <dakr@kernel.org>
15 lines
444 B
Text
15 lines
444 B
Text
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.
|