Skip to content

Commit a6fdda6

Browse files
GnurouDanilo Krummrich
authored andcommitted
gpu: nova-core: 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_CORE) unless another driver happens to do it for us. Fixes: e041d81 ("gpu: nova-core: register auxiliary device for nova-drm") Signed-off-by: Alexandre Courbot <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Danilo Krummrich <[email protected]>
1 parent 80a8bcc commit a6fdda6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/gpu/nova-core/Kconfig

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

0 commit comments

Comments
 (0)