mirror of
https://github.com/torvalds/linux.git
synced 2026-05-31 18:43:33 +02:00
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: 1d7cd7a9c6 ("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>
This commit is contained in:
parent
5523508258
commit
d63f0391d6
|
|
@ -148,6 +148,7 @@ config HIBMCGE
|
|||
tristate "Hisilicon BMC Gigabit Ethernet Device Support"
|
||||
depends on PCI && PCI_MSI
|
||||
select PHYLIB
|
||||
select FIXED_PHY
|
||||
select MOTORCOMM_PHY
|
||||
select REALTEK_PHY
|
||||
help
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user