diff options
author | Steve Glendinning <steve.glendinning@smsc.com> | 2008-04-28 18:37:29 +0100 |
---|---|---|
committer | Jeff Garzik <jgarzik@redhat.com> | 2008-04-29 01:55:59 -0400 |
commit | 4d9b1a022a33c57ca8f31a1364cef682c8c817d6 (patch) | |
tree | 9275fe79066ce892128de2ee8a409d01a5002ea0 /drivers/net/phy/Kconfig | |
parent | 48c41b9941233a85ccdb88c579bd4e9b0ee609cf (diff) | |
download | op-kernel-dev-4d9b1a022a33c57ca8f31a1364cef682c8c817d6.zip op-kernel-dev-4d9b1a022a33c57ca8f31a1364cef682c8c817d6.tar.gz |
Add support for SMSC LAN8187 and LAN8700 PHYs
Add support for two additional SMSC PHY models with identical interrupt
source and mask registers to the LAN83C185
Signed-off-by: Steve Glendinning <steve.glendinning@smsc.com>
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
Diffstat (limited to 'drivers/net/phy/Kconfig')
-rw-r--r-- | drivers/net/phy/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/phy/Kconfig b/drivers/net/phy/Kconfig index 3ac8529..6bf9e76 100644 --- a/drivers/net/phy/Kconfig +++ b/drivers/net/phy/Kconfig @@ -48,7 +48,7 @@ config VITESSE_PHY config SMSC_PHY tristate "Drivers for SMSC PHYs" ---help--- - Currently supports the LAN83C185 PHY + Currently supports the LAN83C185, LAN8187 and LAN8700 PHYs config BROADCOM_PHY tristate "Drivers for Broadcom PHYs" |