mirror of
https://xff.cz/git/u-boot/
synced 2026-01-07 22:59:17 +01:00
net: phy: ncsi: depend on NET
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 <jerome.forissier@linaro.org> Reviewed-by: Peter Robinson <pbrobinson@gmail.com> Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
This commit is contained in:
committed by
Tom Rini
parent
719f6f1d9b
commit
ec571cd4e2
@@ -368,6 +368,7 @@ config PHY_FIXED
|
||||
|
||||
config PHY_NCSI
|
||||
bool "NC-SI based PHY"
|
||||
depends on NET
|
||||
|
||||
endif #PHYLIB
|
||||
|
||||
|
||||
Reference in New Issue
Block a user