diff options
| author | Joel Fernandes <joelagnelf@nvidia.com> | 2026-02-25 01:53:00 +0300 |
|---|---|---|
| committer | Alexandre Courbot <acourbot@nvidia.com> | 2026-03-01 15:34:59 +0300 |
| commit | 6ca4bcc23ae86a1330e5347ae9eb6c5d0cb690ab (patch) | |
| tree | 379c9e71b785dd35bf8e48bdc558e2e7b3d4d292 | |
| parent | 4a49fe23e357b48845e31fe9c28a802c05458198 (diff) | |
| download | linux-6ca4bcc23ae86a1330e5347ae9eb6c5d0cb690ab.tar.xz | |
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>
| -rw-r--r-- | drivers/gpu/nova-core/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nova-core/Kconfig b/drivers/gpu/nova-core/Kconfig index 527920f9c4d3..a4f2380654e2 100644 --- a/drivers/gpu/nova-core/Kconfig +++ b/drivers/gpu/nova-core/Kconfig @@ -3,8 +3,8 @@ config NOVA_CORE depends on 64BIT depends on PCI depends on RUST - select RUST_FW_LOADER_ABSTRACTIONS select AUXILIARY_BUS + select RUST_FW_LOADER_ABSTRACTIONS default n help Choose this if you want to build the Nova Core driver for Nvidia |
