Skip to content

Commit 276c53c

Browse files
GnurouDanilo Krummrich
authored andcommitted
gpu: drm: nova: select AUXILIARY_BUS instead of depending on it
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: cdeaeb9 ("drm: nova-drm: add initial driver skeleton") Signed-off-by: Alexandre Courbot <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Danilo Krummrich <[email protected]>
1 parent a6fdda6 commit 276c53c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/gpu/drm/nova/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
config DRM_NOVA
22
tristate "Nova DRM driver"
3-
depends on AUXILIARY_BUS
43
depends on DRM=y
54
depends on PCI
65
depends on RUST
6+
select AUXILIARY_BUS
77
default n
88
help
99
Choose this if you want to build the Nova DRM driver for Nvidia

0 commit comments

Comments
 (0)