]> git.dujemihanovic.xyz Git - u-boot.git/commit
net: phy: ncsi: depend on NET
authorJerome Forissier <jerome.forissier@linaro.org>
Wed, 11 Sep 2024 09:58:20 +0000 (11:58 +0200)
committerTom Rini <trini@konsulko.com>
Tue, 24 Sep 2024 19:41:21 +0000 (13:41 -0600)
commitec571cd4e2fbe58c74480fdbdfa66a8137e45a29
treebbb3186d197739268c1af2d9ee09d8e6baa10f14
parent719f6f1d9bee5dd6846c345fd9c2620d01dc5d09
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>
drivers/net/phy/Kconfig