diff options
author | Russell King <rmk+kernel@armlinux.org.uk> | 2019-12-11 11:56:56 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2019-12-11 20:53:42 +0100 |
commit | 75f4d8d10e016f7428c268424483a927ee7a78bb (patch) | |
tree | 37666ea65833d5afd37b59946103f5a13e427d61 /drivers/net/phy/Kconfig | |
parent | net: phylink: make Broadcom BCM84881 based SFPs work (diff) | |
download | linux-75f4d8d10e016f7428c268424483a927ee7a78bb.tar.xz linux-75f4d8d10e016f7428c268424483a927ee7a78bb.zip |
net: phy: add Broadcom BCM84881 PHY driver
Add a rudimentary Clause 45 driver for the BCM84881 PHY, found on
Methode DM7052 SFPs.
Reviewed-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/phy/Kconfig')
-rw-r--r-- | drivers/net/phy/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/net/phy/Kconfig b/drivers/net/phy/Kconfig index 5848219005d7..2e016271e126 100644 --- a/drivers/net/phy/Kconfig +++ b/drivers/net/phy/Kconfig @@ -324,6 +324,12 @@ config BROADCOM_PHY Currently supports the BCM5411, BCM5421, BCM5461, BCM54616S, BCM5464, BCM5481, BCM54810 and BCM5482 PHYs. +config BCM84881_PHY + bool "Broadcom BCM84881 PHY" + depends on PHYLIB=y + ---help--- + Support the Broadcom BCM84881 PHY. + config CICADA_PHY tristate "Cicada PHYs" ---help--- |