Skip to content

Commit d63f039

Browse files
hkallweitkuba-moo
authored andcommitted
net: hibmcge: select FIXED_PHY
hibmcge uses fixed_phy_register() et al, but doesn't cater for the case that hibmcge is built-in and fixed_phy is a module. To solve this select FIXED_PHY. Fixes: 1d7cd7a ("net: hibmcge: support scenario without PHY") Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com> Reviewed-by: Jijie Shao <shaojijie@huawei.com> Link: https://patch.msgid.link/c4fc061f-b6d5-418b-a0dc-6b238cdbedce@gmail.com Signed-off-by: Jakub Kicinski <kuba@kernel.org>
1 parent 5523508 commit d63f039

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • drivers/net/ethernet/hisilicon

drivers/net/ethernet/hisilicon/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,7 @@ config HIBMCGE
148148
tristate "Hisilicon BMC Gigabit Ethernet Device Support"
149149
depends on PCI && PCI_MSI
150150
select PHYLIB
151+
select FIXED_PHY
151152
select MOTORCOMM_PHY
152153
select REALTEK_PHY
153154
help

0 commit comments

Comments
 (0)