diff options
author | Alessio Igor Bogani <alessio.bogani@elettra.eu> | 2015-04-08 13:15:18 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2015-04-08 22:28:13 +0300 |
commit | 3bca4cf6022ee2ff1ff2142bed28a6fca00d3a44 (patch) | |
tree | 05dc89d4637b2385b01a18f0a673a8839f35dbf6 /drivers/net/phy/Kconfig | |
parent | 1ec1e23d1d43ce96fe9a3b96ffbf3fbb702a8db7 (diff) | |
download | linux-3bca4cf6022ee2ff1ff2142bed28a6fca00d3a44.tar.xz |
net: phy: broadcom: Add BCM54616S phy entry
Signed-off-by: Alessio Igor Bogani <alessio.bogani@elettra.eu>
Reviewed-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/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/phy/Kconfig b/drivers/net/phy/Kconfig index 16adbc481772..8fadaa14b9f0 100644 --- a/drivers/net/phy/Kconfig +++ b/drivers/net/phy/Kconfig @@ -68,8 +68,8 @@ config SMSC_PHY config BROADCOM_PHY tristate "Drivers for Broadcom PHYs" ---help--- - Currently supports the BCM5411, BCM5421, BCM5461, BCM5464, BCM5481 - and BCM5482 PHYs. + Currently supports the BCM5411, BCM5421, BCM5461, BCM54616S, BCM5464, + BCM5481 and BCM5482 PHYs. config BCM63XX_PHY tristate "Drivers for Broadcom 63xx SOCs internal PHY" |