net: phy: allow bcm84881 to be a module
authorRussell King <rmk+kernel@armlinux.org.uk>
Mon, 17 Feb 2020 16:03:11 +0000 (16:03 +0000)
committerDavid S. Miller <davem@davemloft.net>
Mon, 17 Feb 2020 23:08:55 +0000 (15:08 -0800)
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>
drivers/net/phy/Kconfig

index 9dabe03..edb1cb8 100644 (file)
@@ -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.