From: Russell King Date: Mon, 17 Feb 2020 16:03:11 +0000 (+0000) Subject: net: phy: allow bcm84881 to be a module X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=725d23b59cd18074f0bdc1ce94d71e3d734adab6;p=linux.git 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 Acked-by: Florian Fainelli Signed-off-by: David S. Miller --- diff --git a/drivers/net/phy/Kconfig b/drivers/net/phy/Kconfig index 9dabe03a668c2..edb1cb8a228e3 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.