kernel-other/extra-configs/r8169.sh

14 lines
582 B
Bash
Raw Normal View History

2023-09-12 11:19:32 +00:00
#!/usr/bin/env bash
2023-10-15 17:06:58 +00:00
./scripts/config --file .config --module R8169
2023-09-12 11:19:32 +00:00
# Q: What requires this option to be enabled?
# A: Enabling this option adds support for the Realtek RTL8125 2.5GbE Controller
# that is present on the Radxa Rock 5 Model B SBC, connected via the PCIe bus.
# ```sh
# $ sudo lspci -k
# 0004:01:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8125 2.5GbE Controller (rev 05)
# Subsystem: Realtek Semiconductor Co., Ltd. RTL8125 2.5GbE Controller
# Kernel driver in use: r8169
# Kernel modules: r8169
# ```