Skip to content

Commit b89efef

Browse files
committed
drivers: ethernet: remove imply MDIO
remove `imply MDIO` from the ethernet drivers, that don't directly use mdio and only use the ethernet phy api, now that the phys select MDIO. in 648c825 the `select MDIO` ones were remove, unfortunatly I forgot the implyed ones. Signed-off-by: Fin Maaß <[email protected]>
1 parent fd38fde commit b89efef

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

drivers/ethernet/Kconfig.litex

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,3 @@ config ETH_LITEX_LITEETH
55
bool "LiteX LiteEth Ethernet core driver"
66
default y
77
depends on DT_HAS_LITEX_LITEETH_ENABLED
8-
imply MDIO

drivers/ethernet/Kconfig.nxp_s32_gmac

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ menuconfig ETH_NXP_S32_GMAC
77
depends on DT_HAS_NXP_S32_GMAC_ENABLED
88
select NOCACHE_MEMORY if ARCH_HAS_NOCACHE_MEMORY_SUPPORT
99
select PINCTRL
10-
imply MDIO
1110
help
1211
Enable GMAC/EMAC Ethernet driver for NXP S32 SoCs.
1312

0 commit comments

Comments
 (0)