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

2025-05-15 Thread Alexandre Courbot
On Thu May 15, 2025 at 3:26 PM JST, 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 selected by >

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

2025-05-14 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