aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/realtek/Kconfig
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2019-08-29 17:47:27 -0700
committerDavid S. Miller <davem@davemloft.net>2019-08-29 17:47:27 -0700
commitb4e11253b1f3c1a27083f6a0d63ce69826c5d48d (patch)
tree0bce876db8f1e9f348cd16874a5a75a28fb47b39 /drivers/net/ethernet/realtek/Kconfig
parentMerge tag 'mlx5-updates-2019-08-22' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linux (diff)
parentr8169: add support for EEE on RTL8125 (diff)
downloadlinux-dev-b4e11253b1f3c1a27083f6a0d63ce69826c5d48d.tar.xz
linux-dev-b4e11253b1f3c1a27083f6a0d63ce69826c5d48d.zip
Merge branch 'r8169-add-support-for-RTL8125'
Heiner Kallweit says: ==================== r8169: add support for RTL8125 This series adds support for the 2.5Gbps chip RTl8125. It can be found on PCIe network cards, and on an increasing number of consumer gaming mainboards. Series is 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. v2: - split first patch into 6 smaller ones to facilitate bisecting ==================== Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ethernet/realtek/Kconfig')
-rw-r--r--drivers/net/ethernet/realtek/Kconfig9
1 files changed, 7 insertions, 2 deletions
diff --git a/drivers/net/ethernet/realtek/Kconfig b/drivers/net/ethernet/realtek/Kconfig
index b18e7a91d5cd..5e0b9d2f14f7 100644
--- a/drivers/net/ethernet/realtek/Kconfig
+++ b/drivers/net/ethernet/realtek/Kconfig
@@ -96,14 +96,19 @@ config 8139_OLD_RX_RESET
old RX-reset behavior. If unsure, say N.
config R8169
- tristate "Realtek 8169 gigabit ethernet support"
+ tristate "Realtek 8169/8168/8101/8125 ethernet support"
depends on PCI
select FW_LOADER
select CRC32
select PHYLIB
select REALTEK_PHY
---help---
- Say Y here if you have a Realtek 8169 PCI Gigabit Ethernet adapter.
+ Say Y here if you have a Realtek Ethernet adapter belonging to
+ the following families:
+ RTL8169 Gigabit Ethernet
+ RTL8168 Gigabit Ethernet
+ RTL8101 Fast Ethernet
+ RTL8125 2.5GBit Ethernet
To compile this driver as a module, choose M here: the module
will be called r8169. This is recommended.