[PATCH v9 02/23] gpu: nova-core: Kconfig: Sort select statements alphabetically

Joel Fernandes posted 23 patches 4 weeks ago
There is a newer version of this series
[PATCH v9 02/23] gpu: nova-core: Kconfig: Sort select statements alphabetically
Posted by Joel Fernandes 4 weeks ago
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>
---
 drivers/gpu/nova-core/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpu/nova-core/Kconfig b/drivers/gpu/nova-core/Kconfig
index 809485167aff..6513007bf66f 100644
--- a/drivers/gpu/nova-core/Kconfig
+++ b/drivers/gpu/nova-core/Kconfig
@@ -3,9 +3,9 @@ config NOVA_CORE
 	depends on 64BIT
 	depends on PCI
 	depends on RUST
-	select RUST_FW_LOADER_ABSTRACTIONS
 	select AUXILIARY_BUS
 	select GPU_BUDDY
+	select RUST_FW_LOADER_ABSTRACTIONS
 	default n
 	help
 	  Choose this if you want to build the Nova Core driver for Nvidia
-- 
2.34.1
Re: [PATCH v9 02/23] gpu: nova-core: Kconfig: Sort select statements alphabetically
Posted by Alexandre Courbot 3 weeks, 1 day ago
On Wed Mar 11, 2026 at 9:39 AM JST, Joel Fernandes wrote:
> 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>

This one is already in drm-rust-next.
Re: [PATCH v9 02/23] gpu: nova-core: Kconfig: Sort select statements alphabetically
Posted by Joel Fernandes 3 weeks, 1 day ago
On Mon, 16 Mar 2026, Alexandre Courbot wrote:
> This one is already in drm-rust-next.

I'll rebase. thanks,

--
Joel Fernandes
Re: [PATCH v9 02/23] gpu: nova-core: Kconfig: Sort select statements alphabetically
Posted by Eliot Courtney 3 weeks, 5 days ago
On Wed Mar 11, 2026 at 9:39 AM JST, Joel Fernandes wrote:
> 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>
> ---

Reviewed-by: Eliot Courtney <ecourtney@nvidia.com>