Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

gpu: nova-core: Kconfig: Sort select statements alphabetically

Reorder the select statements in NOVA_CORE Kconfig to be in
alphabetical order.

Suggested-by: Danilo Krummrich <dakr@kernel.org>
Signed-off-by: Joel Fernandes <joelagnelf@nvidia.com>
Link: https://patch.msgid.link/20260224225323.3312204-3-joelagnelf@nvidia.com
[acourbot@nvidia.com: fix conflict due to patch reordering.]
Signed-off-by: Alexandre Courbot <acourbot@nvidia.com>

authored by

Joel Fernandes and committed by
Alexandre Courbot
6ca4bcc2 4a49fe23

+1 -1
+1 -1
drivers/gpu/nova-core/Kconfig
··· 3 3 depends on 64BIT 4 4 depends on PCI 5 5 depends on RUST 6 - select RUST_FW_LOADER_ABSTRACTIONS 7 6 select AUXILIARY_BUS 7 + select RUST_FW_LOADER_ABSTRACTIONS 8 8 default n 9 9 help 10 10 Choose this if you want to build the Nova Core driver for Nvidia