mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-08-27 03:37:18 +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_DRM) unless
another driver happens to do it for us.
Fixes: cdeaeb9dd7
("drm: nova-drm: add initial driver skeleton")
Signed-off-by: Alexandre Courbot <acourbot@nvidia.com>
Link: https://lore.kernel.org/r/20250515-aux_bus-v2-3-47c70f96ae9b@nvidia.com
Signed-off-by: Danilo Krummrich <dakr@kernel.org>
15 lines
337 B
Plaintext
15 lines
337 B
Plaintext
config DRM_NOVA
|
|
tristate "Nova DRM driver"
|
|
depends on DRM=y
|
|
depends on PCI
|
|
depends on RUST
|
|
select AUXILIARY_BUS
|
|
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.
|