diff options
| author | Jerome Forissier <jerome.forissier@linaro.org> | 2024-09-11 11:58:20 +0200 |
|---|---|---|
| committer | Tom Rini <trini@konsulko.com> | 2024-09-24 13:41:21 -0600 |
| commit | ec571cd4e2fbe58c74480fdbdfa66a8137e45a29 (patch) | |
| tree | bbb3186d197739268c1af2d9ee09d8e6baa10f14 /drivers/net | |
| parent | 719f6f1d9bee5dd6846c345fd9c2620d01dc5d09 (diff) | |
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>
Diffstat (limited to 'drivers/net')
| -rw-r--r-- | drivers/net/phy/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/phy/Kconfig b/drivers/net/phy/Kconfig index 73064b2af68..a9efc509814 100644 --- a/drivers/net/phy/Kconfig +++ b/drivers/net/phy/Kconfig @@ -368,6 +368,7 @@ config PHY_FIXED config PHY_NCSI bool "NC-SI based PHY" + depends on NET endif #PHYLIB |
