Skip to content

Commit

Permalink
net: phy: adin1100: Add initial support for ADIN1100 industrial PHY
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
commodo authored and intel-lab-lkp committed Jun 24, 2021
1 parent c2f5c57 commit 73c3c54
Show file tree
Hide file tree
Showing 3 changed files with 445 additions and 0 deletions.
7 changes: 7 additions & 0 deletions drivers/net/phy/Kconfig
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions drivers/net/phy/Makefile
Expand Up @@ -31,6 +31,7 @@ sfp-obj-$(CONFIG_SFP) += sfp-bus.o
obj-y += $(sfp-obj-y) $(sfp-obj-m)

obj-$(CONFIG_ADIN_PHY) += adin.o
obj-$(CONFIG_ADIN1100_PHY) += adin1100.o
obj-$(CONFIG_AMD_PHY) += amd.o
aquantia-objs += aquantia_main.o
ifdef CONFIG_HWMON
Expand Down

0 comments on commit 73c3c54

Please sign in to comment.