summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRussell King <rmk+kernel@armlinux.org.uk>2019-12-19 17:18:25 +0000
committerRussell King <rmk+kernel@armlinux.org.uk>2020-02-18 13:42:50 +0000
commite930c9e1a3ea2d61023b30d2161a7963b44f76a5 (patch)
treeb1d8fbee13e804638508634036761f8546a24a77
parent604d9fdba8f8ad5ff8ba888d96ffbbb09f359bad (diff)
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>
-rw-r--r--drivers/net/phy/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/phy/Kconfig b/drivers/net/phy/Kconfig
index 51e280652cef..d86c997f0cad 100644
--- a/drivers/net/phy/Kconfig
+++ b/drivers/net/phy/Kconfig
@@ -325,8 +325,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.