Commit 725d23b5 authored by Russell King's avatar Russell King Committed by David S. Miller
Browse files

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: default avatarRussell King <rmk+kernel@armlinux.org.uk>
Acked-by: default avatarFlorian Fainelli <f.fainelli@gmail.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 4c082221
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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.