diff options
author | Maciej W. Rozycki <macro@linux-mips.org> | 2008-05-17 06:46:19 +0100 |
---|---|---|
committer | Jeff Garzik <jgarzik@redhat.com> | 2008-05-22 06:34:32 -0400 |
commit | 1b0771ab3ea102ce77e9ca83abc500e542402e54 (patch) | |
tree | 5bd0d3de2e10cb82410ae5c53af56fe11a15b49d /drivers/net/phy/Kconfig | |
parent | cd9af3dac6d1ad001b2d5d912dbd49e184d23b9d (diff) | |
download | op-kernel-dev-1b0771ab3ea102ce77e9ca83abc500e542402e54.zip op-kernel-dev-1b0771ab3ea102ce77e9ca83abc500e542402e54.tar.gz |
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/net/phy/Kconfig')
-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 6bf9e76..35b4319 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" |