diff options
author | Parthiban Veerasooran <Parthiban.Veerasooran@microchip.com> | 2023-05-26 20:53:48 +0530 |
---|---|---|
committer | Paolo Abeni <pabeni@redhat.com> | 2023-05-30 11:49:55 +0200 |
commit | 972c6d8346333437ae784271e74129b3f0583248 (patch) | |
tree | 51e6f76b0c64df8fea1f45b338b0b2e8f613cbd9 /drivers/net/phy/Kconfig | |
parent | b4010beb347d63acd5715cd66eb791988128b7b8 (diff) | |
download | linux-stable-972c6d8346333437ae784271e74129b3f0583248.tar.gz linux-stable-972c6d8346333437ae784271e74129b3f0583248.tar.bz2 linux-stable-972c6d8346333437ae784271e74129b3f0583248.zip |
net: phy: microchip_t1s: add support for Microchip LAN865x Rev.B0 PHYs
Add support for the Microchip LAN865x Rev.B0 10BASE-T1S Internal PHYs
(LAN8650/1). The LAN865x combines a Media Access Controller (MAC) and an
internal 10BASE-T1S Ethernet PHY to access 10BASE‑T1S networks. As
LAN867X and LAN865X are using the same function for the read_status,
rename the function as lan86xx_read_status.
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: Parthiban Veerasooran <Parthiban.Veerasooran@microchip.com>
Reviewed-by: Ramón Nordin Rodriguez <ramon.nordin.rodriguez@ferroamp.se>
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
Diffstat (limited to 'drivers/net/phy/Kconfig')
-rw-r--r-- | drivers/net/phy/Kconfig | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/net/phy/Kconfig b/drivers/net/phy/Kconfig index 47596ada3183..059bd06a8cce 100644 --- a/drivers/net/phy/Kconfig +++ b/drivers/net/phy/Kconfig @@ -245,7 +245,8 @@ config MICREL_PHY config MICROCHIP_T1S_PHY tristate "Microchip 10BASE-T1S Ethernet PHYs" help - Currently supports the LAN8670/1/2 Rev.B1 + Currently supports the LAN8670/1/2 Rev.B1 and LAN8650/1 Rev.B0 Internal + PHYs. config MICROCHIP_PHY tristate "Microchip PHYs" |