Skip to content

Commit ae40962

Browse files
hkallweitkuba-moo
authored andcommitted
net: ftgmac100: select FIXED_PHY
Depending on e.g. DT configuration this driver uses a fixed link. So we shouldn't rely on the user to enable FIXED_PHY, select it in Kconfig instead. We may end up with a non-functional driver otherwise. Fixes: 38561de ("net: ftgmac100: support fixed link") Cc: [email protected] Signed-off-by: Heiner Kallweit <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Jakub Kicinski <[email protected]>
1 parent c6d732c commit ae40962

File tree

1 file changed

+1
-0
lines changed
  • drivers/net/ethernet/faraday

1 file changed

+1
-0
lines changed

drivers/net/ethernet/faraday/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ config FTGMAC100
3131
depends on ARM || COMPILE_TEST
3232
depends on !64BIT || BROKEN
3333
select PHYLIB
34+
select FIXED_PHY
3435
select MDIO_ASPEED if MACH_ASPEED_G6
3536
select CRC32
3637
help

0 commit comments

Comments
 (0)