diff options
author | Maciej W. Rozycki <macro@linux-mips.org> | 2008-05-17 09:46:19 +0400 |
---|---|---|
committer | Jeff Garzik <jgarzik@redhat.com> | 2008-05-22 14:34:32 +0400 |
commit | 1b0771ab3ea102ce77e9ca83abc500e542402e54 (patch) | |
tree | 5bd0d3de2e10cb82410ae5c53af56fe11a15b49d /drivers | |
parent | cd9af3dac6d1ad001b2d5d912dbd49e184d23b9d (diff) | |
download | linux-1b0771ab3ea102ce77e9ca83abc500e542402e54.tar.xz |
PHYLIB: Kconfig: Complete the list of Broadcom PHYs supported
Add Broadcom PHYs supported missing from the description.
Signed-off-by: Maciej W. Rozycki <macro@linux-mips.org>
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/net/phy/Kconfig | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/net/phy/Kconfig b/drivers/net/phy/Kconfig index 6bf9e76b0a00..35b431991cc4 100644 --- a/drivers/net/phy/Kconfig +++ b/drivers/net/phy/Kconfig @@ -53,7 +53,8 @@ config SMSC_PHY config BROADCOM_PHY tristate "Drivers for Broadcom PHYs" ---help--- - Currently supports the BCM5411, BCM5421 and BCM5461 PHYs. + Currently supports the BCM5411, BCM5421, BCM5461, BCM5464, BCM5481 + and BCM5482 PHYs. config ICPLUS_PHY tristate "Drivers for ICPlus PHYs" |