Re: [PATCH 07/13] net: phy: ncsi: depend on NET

2024-08-29 Thread Ilias Apalodimas
On Wed, 28 Aug 2024 at 15:10, Jerome Forissier wrote: > > PHY_NCSI enables drivers/net/phy/ncsi.c which calls net_loop() and > net_set_timeout_handler(). That's the legacy NET stack (as opposed to > NET_LWIP). Therefore add the dependency to Kconfig. > > Signed-off-by: Jerome Forissier > --- > d

[PATCH 07/13] net: phy: ncsi: depend on NET

2024-08-28 Thread Jerome Forissier
PHY_NCSI enables drivers/net/phy/ncsi.c which calls net_loop() and net_set_timeout_handler(). That's the legacy NET stack (as opposed to NET_LWIP). Therefore add the dependency to Kconfig. Signed-off-by: Jerome Forissier --- drivers/net/phy/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --g