Skip to content

Commit c84ba39

Browse files
hkallweitsmb49
authored andcommitted
net: ftgmac100: select FIXED_PHY
BugLink: https://bugs.launchpad.net/bugs/2120812 commit ae409629e022fbebbc6d31a1bfeccdbbeee20fd6 upstream. 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: stable@vger.kernel.org Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com> Link: https://patch.msgid.link/476bb33b-5584-40f0-826a-7294980f2895@gmail.com Signed-off-by: Jakub Kicinski <kuba@kernel.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Signed-off-by: Noah Wager <noah.wager@canonical.com> Signed-off-by: Stefan Bader <stefan.bader@canonical.com>
1 parent f9fda67 commit c84ba39

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)