mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-21 00:58:17 +07:00
net: phy: allow bcm84881 to be a module
Now that the phylib module loading issue has been resolved, we can allow this PHY driver to be built as a module. Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk> Acked-by: Florian Fainelli <f.fainelli@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
4c08222170
commit
725d23b59c
@ -326,8 +326,8 @@ config BROADCOM_PHY
|
||||
BCM5481, BCM54810 and BCM5482 PHYs.
|
||||
|
||||
config BCM84881_PHY
|
||||
bool "Broadcom BCM84881 PHY"
|
||||
depends on PHYLIB=y
|
||||
tristate "Broadcom BCM84881 PHY"
|
||||
depends on PHYLIB
|
||||
---help---
|
||||
Support the Broadcom BCM84881 PHY.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user