Re: [PATCH -next v8 3/3] nova-core: mm: Select GPU_BUDDY for VRAM allocation
From: Danilo Krummrich
Date: Tue Feb 10 2026 - 05:14:45 EST
On Mon Feb 9, 2026 at 10:42 PM CET, Joel Fernandes wrote:
> diff --git a/drivers/gpu/nova-core/Kconfig b/drivers/gpu/nova-core/Kconfig
> index 527920f9c4d3..c129764daa23 100644
> --- a/drivers/gpu/nova-core/Kconfig
> +++ b/drivers/gpu/nova-core/Kconfig
> @@ -3,6 +3,7 @@ config NOVA_CORE
> depends on 64BIT
> depends on PCI
> depends on RUST
> + select GPU_BUDDY
> select RUST_FW_LOADER_ABSTRACTIONS
> select AUXILIARY_BUS
> default n
NIT: Let's get the 'select' list ordered. :)