aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/phy/Kconfig
diff options
context:
space:
mode:
authorRussell King <rmk+kernel@armlinux.org.uk>2020-02-17 16:03:11 +0000
committerDavid S. Miller <davem@davemloft.net>2020-02-17 15:08:55 -0800
commit725d23b59cd18074f0bdc1ce94d71e3d734adab6 (patch)
tree6a2b2e48ecb642d9ffeb6770880cc5d84f5eab88 /drivers/net/phy/Kconfig
parentMerge branch 'net-smc-next' (diff)
downloadlinux-dev-725d23b59cd18074f0bdc1ce94d71e3d734adab6.tar.xz
linux-dev-725d23b59cd18074f0bdc1ce94d71e3d734adab6.zip
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>
Diffstat (limited to 'drivers/net/phy/Kconfig')
-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 9dabe03a668c..edb1cb8a228e 100644
--- a/drivers/net/phy/Kconfig
+++ b/drivers/net/phy/Kconfig
@@ -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.