Re: [PATCH v2 0/3] rust: select AUXILIARY_BUS instead of depending on it

2025-05-16 Thread Danilo Krummrich
On Thu, May 15, 2025 at 05:23:17PM +0900, Alexandre Courbot wrote: > I noticed this after trying to understand why my minimal Nova defconfig > was not selecting NOVA_CORE anymore and why I couldn't even find it in > menuconfig. > > CONFIG_AUXILIARY_BUS cannot be enabled directly and must be select

[PATCH v2 0/3] rust: select AUXILIARY_BUS instead of depending on it

2025-05-15 Thread Alexandre Courbot
I noticed this after trying to understand why my minimal Nova defconfig was not selecting NOVA_CORE anymore and why I couldn't even find it in menuconfig. CONFIG_AUXILIARY_BUS cannot be enabled directly and must be selected by another module. Options that depend on it thus cannot be enabled unless