diff options
author | Bogdan Purcareata <bogdan.purcareata@nxp.com> | 2017-05-29 12:11:30 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2017-05-30 19:42:27 +0300 |
commit | 15b9e5330f94ccd8202a3eacc79b5d27da82e1c6 (patch) | |
tree | ac359925f05c9c2cb5a3617c71344da7376d0253 /drivers/net/phy/Kconfig | |
parent | eb67e07ac63ca362d421bc44766140d9e008914d (diff) | |
download | linux-15b9e5330f94ccd8202a3eacc79b5d27da82e1c6.tar.xz |
net: phy: Add Cortina CS4340 driver
Add basic support for Cortina PHY drivers. Support only CS4340 for now.
The phys are not compatible with IEEE 802.3 clause 22/45 registers.
Implement proper read_status support. The generic 10G phy driver causes
bus register access errors.
The driver should be described using the "ethernet-phy-id" device tree
compatible.
Signed-off-by: Bogdan Purcareata <bogdan.purcareata@nxp.com>
Reviewed-by: Florian Fainelli <f.fainelli@gmail.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 c360dd6ead22..0c516d3229d0 100644 --- a/drivers/net/phy/Kconfig +++ b/drivers/net/phy/Kconfig @@ -234,6 +234,11 @@ config CICADA_PHY ---help--- Currently supports the cis8204 +config CORTINA_PHY + tristate "Cortina EDC CDR 10G Ethernet PHY" + ---help--- + Currently supports the CS4340 phy. + config DAVICOM_PHY tristate "Davicom PHYs" ---help--- |