diff options
author | Alexandru Ardelean <alexandru.ardelean@analog.com> | 2022-04-29 18:34:35 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2022-05-01 19:45:35 +0300 |
commit | 7eaf9132996a34ba2643efe91a355385c6ff5114 (patch) | |
tree | 5167527865febd25fc8c6f98af40e97485e98f91 /drivers/net/phy/Kconfig | |
parent | 3da8ffd8545f62fec85a48a3c637b2f427974f11 (diff) | |
download | linux-7eaf9132996a34ba2643efe91a355385c6ff5114.tar.xz |
net: phy: adin1100: Add initial support for ADIN1100 industrial PHY
The ADIN1100 is a low power single port 10BASE-T1L transceiver designed for
industrial Ethernet applications and is compliant with the IEEE 802.3cg
Ethernet standard for long reach 10 Mb/s Single Pair Ethernet.
Signed-off-by: Alexandru Ardelean <alexandru.ardelean@analog.com>
Signed-off-by: Alexandru Tachici <alexandru.tachici@analog.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/phy/Kconfig')
-rw-r--r-- | drivers/net/phy/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/net/phy/Kconfig b/drivers/net/phy/Kconfig index ea7571a2b39b..bbbf6c07ea53 100644 --- a/drivers/net/phy/Kconfig +++ b/drivers/net/phy/Kconfig @@ -83,6 +83,13 @@ config ADIN_PHY - ADIN1300 - Robust,Industrial, Low Latency 10/100/1000 Gigabit Ethernet PHY +config ADIN1100_PHY + tristate "Analog Devices Industrial Ethernet T1L PHYs" + help + Adds support for the Analog Devices Industrial T1L Ethernet PHYs. + Currently supports the: + - ADIN1100 - Robust,Industrial, Low Power 10BASE-T1L Ethernet PHY + config AQUANTIA_PHY tristate "Aquantia PHYs" help |