Skip to content
Commit 11ec3795 authored by Xulin Sun's avatar Xulin Sun Committed by Meng Li
Browse files

net: phy: let PHYLINK select MII



Commit bcc096af(net: phylink: add support for managed = "c73")
introduces the linkmode_support_c73(), which is defined in the
drivers/net/mii.c, so select Mii. To avoid below building issue:
| aarch64-wrs-linux-ld.bfd: drivers/net/phy/phylink.o: in function `phylink_validate_mac_and_pcs':
| phylink.c:(.text+0x31b4): undefined reference to `linkmode_support_c73'
| aarch64-wrs-linux-ld.bfd: drivers/net/phy/phylink.o: in function `phylink_create':
| phylink.c:(.text+0x37ac): undefined reference to `linkmode_support_c73'

Signed-off-by: default avatarXulin Sun <xulin.sun@windriver.com>
Signed-off-by: default avatarMeng Li <Meng.Li@windriver.com>
parent 444eee10
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment