diff options
author | Giuseppe CAVALLARO <peppe.cavallaro@st.com> | 2010-12-08 23:05:13 +0000 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2010-12-10 15:48:43 -0800 |
commit | 377ecca9ba6d98f31517e2322075e94d1be94561 (patch) | |
tree | f29578587457734c1579395740ee7034779d3b51 /drivers/net/phy/Kconfig | |
parent | d9ca676bcb26e1fdff9265a3e70f697cd381c889 (diff) | |
download | op-kernel-dev-377ecca9ba6d98f31517e2322075e94d1be94561.zip op-kernel-dev-377ecca9ba6d98f31517e2322075e94d1be94561.tar.gz |
phy: add the IC+ IP1001 driver
This patch adds the IC+ IP1001 (Gigabit Ethernet Transceiver) driver.
I've had to add an additional delay (2ns) to adjust RX clock phase at
GMII/ RGMII interface (according to the PHY data-sheet). This helps to
have the RGMII working on some ST platforms.
Signed-off-by: Giuseppe Cavallaro <peppe.cavallaro@st.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
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 cb3d13e..35fda5a 100644 --- a/drivers/net/phy/Kconfig +++ b/drivers/net/phy/Kconfig @@ -64,7 +64,7 @@ config BCM63XX_PHY config ICPLUS_PHY tristate "Drivers for ICPlus PHYs" ---help--- - Currently supports the IP175C PHY. + Currently supports the IP175C and IP1001 PHYs. config REALTEK_PHY tristate "Drivers for Realtek PHYs" |