aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/phy
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2022-11-27 10:25:02 -0500
committerTom Rini <trini@konsulko.com>2022-12-07 12:20:17 -0500
commitf6301702c1605184d2a72c0b453fd8846fc6c0d8 (patch)
tree84b1f1b8a3cd36ebe4c111bf4ddd5e6adbf754cf /drivers/net/phy
parent8459276445f23239c8f60b32b4af5791e9a40d00 (diff)
downloadu-boot-f6301702c1605184d2a72c0b453fd8846fc6c0d8.zip
u-boot-f6301702c1605184d2a72c0b453fd8846fc6c0d8.tar.gz
u-boot-f6301702c1605184d2a72c0b453fd8846fc6c0d8.tar.bz2
net: Remove extraneous dependencies
With DM_ETH being required now for all drivers, we don't need this listed on individual drivers as well. Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'drivers/net/phy')
-rw-r--r--drivers/net/phy/Kconfig3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/net/phy/Kconfig b/drivers/net/phy/Kconfig
index 86e6981..580ac8e 100644
--- a/drivers/net/phy/Kconfig
+++ b/drivers/net/phy/Kconfig
@@ -315,7 +315,6 @@ config PHY_XILINX
config PHY_XILINX_GMII2RGMII
bool "Xilinx GMII to RGMII Ethernet PHYs support"
- depends on DM_ETH
help
This adds support for Xilinx GMII to RGMII IP core. This IP acts
as bridge between MAC connected over GMII and external phy that
@@ -336,7 +335,6 @@ config PHY_ETHERNET_ID
config PHY_FIXED
bool "Fixed-Link PHY"
- depends on DM_ETH
help
Fixed PHY is used for having a 'fixed-link' to another MAC with a direct
connection (MII, RGMII, ...).
@@ -346,7 +344,6 @@ config PHY_FIXED
config PHY_NCSI
bool "NC-SI based PHY"
- depends on DM_ETH
endif #PHYLIB