Skip to content

Commit

Permalink
net: phy: allow bcm84881 to be a module
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Russell King authored and David S. Miller committed Feb 17, 2020
1 parent 4c08222 commit 725d23b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/net/phy/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 725d23b

Please sign in to comment.