Re: [PATCH] wifi: mt76: fix airoha_npu dependency tracking

From: Arnd Bergmann

Date: Fri Jun 12 2026 - 15:45:12 EST


On Thu, Jun 11, 2026, at 14:58, Arnd Bergmann wrote:
>
> config MT76_NPU
> - bool
> - depends on MT76_CORE
> + tristate
> + depends on NET_AIROHA_NPU=y || MT76=NET_AIROHA_NPU
>

Further testing showed that there is a typo here, it should
be MT76_CORE instead of MT76.

I'll send a v2 patch.

Arnd