mirror of
https://github.com/torvalds/linux.git
synced 2026-03-08 08:04:49 +01:00
The nova-drm driver does not provide any value without nova-core being
selected as well, hence select NOVA_CORE.
Fixes: cdeaeb9dd7 ("drm: nova-drm: add initial driver skeleton")
Reviewed-by: Alexandre Courbot <acourbot@nvidia.com>
Reviewed-by: John Hubbard <jhubbard@nvidia.com>
Link: https://patch.msgid.link/20251028110058.340320-2-dakr@kernel.org
Signed-off-by: Danilo Krummrich <dakr@kernel.org>
16 lines
373 B
Text
16 lines
373 B
Text
config DRM_NOVA
|
|
tristate "Nova DRM driver"
|
|
depends on 64BIT
|
|
depends on DRM=y
|
|
depends on PCI
|
|
depends on RUST
|
|
select AUXILIARY_BUS
|
|
select NOVA_CORE
|
|
default n
|
|
help
|
|
Choose this if you want to build the Nova DRM driver for Nvidia
|
|
GSP-based GPUs.
|
|
|
|
This driver is work in progress and may not be functional.
|
|
|
|
If M is selected, the module will be called nova.
|