mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-04-04 13:34:11 -04: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>
17 lines
373 B
Plaintext
17 lines
373 B
Plaintext
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.
|