diff options
author | Russell King <rmk+kernel@armlinux.org.uk> | 2020-02-17 16:03:11 +0000 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2020-02-17 15:08:55 -0800 |
commit | 725d23b59cd18074f0bdc1ce94d71e3d734adab6 (patch) | |
tree | 6a2b2e48ecb642d9ffeb6770880cc5d84f5eab88 /drivers/net | |
parent | 4c08222170dc91344fc8d03059a6b31b3d7eb46c (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>
Acked-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net')
-rw-r--r-- | drivers/net/phy/Kconfig | 4 |
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. |