diff options
author | David Daney <david.daney@cavium.com> | 2012-06-27 03:33:38 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2012-06-28 00:23:25 -0400 |
commit | e9976d7c96423ac1991396aa82335206ded55bcf (patch) | |
tree | 394e2e0964b90e42e0f638b6fad6c1362a737d14 /drivers/net/phy/Kconfig | |
parent | a30e2c1891296b5ee8de48430a07fdf8b818c661 (diff) |
netdev/phy: Add driver for Broadcom BCM87XX 10G Ethernet PHYs
Add a driver for BCM8706 and BCM8727 devices. These are a 10Gig PHYs
which use MII_ADDR_C45 addressing. They are always 10G full duplex, so
there is no autonegotiation. All we do is report link state and send
interrupts when it changes.
If the PHY has a device tree of_node associated with it, the
"broadcom,c45-reg-init" property is used to supply register
initialization values when config_init() is called.
Signed-off-by: David Daney <david.daney@cavium.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
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 944cdfb80fe4..3090dc65a6f1 100644 --- a/drivers/net/phy/Kconfig +++ b/drivers/net/phy/Kconfig | |||
@@ -67,6 +67,11 @@ config BCM63XX_PHY | |||
67 | ---help--- | 67 | ---help--- |
68 | Currently supports the 6348 and 6358 PHYs. | 68 | Currently supports the 6348 and 6358 PHYs. |
69 | 69 | ||
70 | config BCM87XX_PHY | ||
71 | tristate "Driver for Broadcom BCM8706 and BCM8727 PHYs" | ||
72 | help | ||
73 | Currently supports the BCM8706 and BCM8727 10G Ethernet PHYs. | ||
74 | |||
70 | config ICPLUS_PHY | 75 | config ICPLUS_PHY |
71 | tristate "Drivers for ICPlus PHYs" | 76 | tristate "Drivers for ICPlus PHYs" |
72 | ---help--- | 77 | ---help--- |