Skip to content

Commit f1bce4a

Browse files
hkallweitdavem330
authored andcommitted
r8169: add support for RTL8125
This adds support for 2.5Gbps chip RTL8125, it's partially based on the r8125 vendor driver. Tested with a Delock 89531 PCIe card against a Netgear GS110MX Multi-Gig switch. Firmware isn't strictly needed, but on some systems there may be compatibility issues w/o firmware. Firmware has been submitted to linux-firmware. Signed-off-by: Heiner Kallweit <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent ae84bc1 commit f1bce4a

File tree

2 files changed

+265
-18
lines changed

2 files changed

+265
-18
lines changed

drivers/net/ethernet/realtek/Kconfig

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,14 +96,19 @@ config 8139_OLD_RX_RESET
9696
old RX-reset behavior. If unsure, say N.
9797

9898
config R8169
99-
tristate "Realtek 8169 gigabit ethernet support"
99+
tristate "Realtek 8169/8168/8101/8125 ethernet support"
100100
depends on PCI
101101
select FW_LOADER
102102
select CRC32
103103
select PHYLIB
104104
select REALTEK_PHY
105105
---help---
106-
Say Y here if you have a Realtek 8169 PCI Gigabit Ethernet adapter.
106+
Say Y here if you have a Realtek Ethernet adapter belonging to
107+
the following families:
108+
RTL8169 Gigabit Ethernet
109+
RTL8168 Gigabit Ethernet
110+
RTL8101 Fast Ethernet
111+
RTL8125 2.5GBit Ethernet
107112

108113
To compile this driver as a module, choose M here: the module
109114
will be called r8169. This is recommended.

0 commit comments

Comments
 (0)