summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorJerome Forissier <jerome.forissier@linaro.org>2025-04-15 23:17:44 +0200
committerJerome Forissier <jerome.forissier@linaro.org>2025-04-23 10:02:49 +0200
commitca8db26928bfc6477c907479433f51a752f0cfae (patch)
treebdd15a19f90154a9b3587040d8267d6a7a72066e /drivers
parent58ea7c3b507d2544f9dfe1712fe0fdb73086c733 (diff)
net: lwip: allow DM_DSA=y when NET_LWIP=y
Now that the DSA tests in test/dm/dsa.c are compatible with NET_LWIP, remove the dependency of DM_DSA on NET. Signed-off-by: Jerome Forissier <jerome.forissier@linaro.org> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/net/Kconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig
index 69e4d946cd7..4434d364777 100644
--- a/drivers/net/Kconfig
+++ b/drivers/net/Kconfig
@@ -48,7 +48,6 @@ config DM_DSA
bool "Enable Driver Model for DSA switches"
depends on DM_MDIO
depends on PHY_FIXED
- depends on !NET_LWIP
help
Enable driver model for DSA switches