diff options
author | Michael Barkowski <michael.barkowski@freescale.com> | 2007-05-12 03:24:51 +0400 |
---|---|---|
committer | Jeff Garzik <jeff@garzik.org> | 2007-07-09 06:16:38 +0400 |
commit | 0cefeebaf3da39d768bffcf62460fe2088e824ef (patch) | |
tree | 231a039f1b1032898bfae4c3b9c82181e14f893f /drivers/net/phy/Kconfig | |
parent | 146bd683cc160d728f1f62a6ddade8451801a8c3 (diff) | |
download | linux-0cefeebaf3da39d768bffcf62460fe2088e824ef.tar.xz |
phylib: add the ICPlus IP175C PHY driver
The ICPlus IP175C sports a 100Mbit/s 4-port switch in addition
to a dedicated 100Mbit/s WAN port.
Signed-off-by: Michael Barkowski <michael.barkowski@freescale.com>
Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
Diffstat (limited to 'drivers/net/phy/Kconfig')
-rw-r--r-- | drivers/net/phy/Kconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/net/phy/Kconfig b/drivers/net/phy/Kconfig index 09b6f259eb92..dd09011c7ee5 100644 --- a/drivers/net/phy/Kconfig +++ b/drivers/net/phy/Kconfig @@ -55,6 +55,11 @@ config BROADCOM_PHY ---help--- Currently supports the BCM5411, BCM5421 and BCM5461 PHYs. +config ICPLUS_PHY + tristate "Drivers for ICPlus PHYs" + ---help--- + Currently supports the IP175C PHY. + config FIXED_PHY tristate "Drivers for PHY emulation on fixed speed/link" ---help--- |