Skip to content

Commit

Permalink
feat: enable r8169 driver
Browse files Browse the repository at this point in the history
Currently disabled for Rockchip profiles, as they use r8125 driver.

Signed-off-by: ZHANG Yuntian <[email protected]>
  • Loading branch information
RadxaYuntian committed Oct 17, 2024
1 parent c89d801 commit fd687f4
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 0 deletions.
3 changes: 3 additions & 0 deletions linux/.common/kconfig.conf
Original file line number Diff line number Diff line change
Expand Up @@ -850,3 +850,6 @@ CONFIG_MAGIC_SYSRQ_DEFAULT_ENABLE=0
# Add RTC 8563 drivers
CONFIG_RTC_DRV_HYM8563=m
CONFIG_RTC_DRV_PCF8563=m

# Enable r8169 driver, which supports RTL8125
CONFIG_R8169=m
3 changes: 3 additions & 0 deletions linux/rk2312/kconfig.conf
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,6 @@ CONFIG_SND_SOC_ROCKCHIP_I2S_TDM=y
## Rockchip no longer supports CAN on RK3588 & Linux 6.1 SDK
# CONFIG_CANFD_ROCKCHIP is not set
# CONFIG_CAN_ROCKCHIP is not set

# Disable r8169
# CONFIG_R8169 is not set
3 changes: 3 additions & 0 deletions linux/rk356x/kconfig.conf
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,6 @@ CONFIG_ARM_ROCKCHIP_CPUFREQ=y

# Disable panfrost since this breaks RK356X CLI boot
# CONFIG_DRM_PANFROST is not set

# Disable r8169
# CONFIG_R8169 is not set
3 changes: 3 additions & 0 deletions linux/rockchip/kconfig.conf
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,6 @@ CONFIG_ARM_ROCKCHIP_CPUFREQ=y
# Prefer rtw89-dkms
# CONFIG_RTW89 is not set
# CONFIG_RTW89_8852BE is not set

# Disable r8169
# CONFIG_R8169 is not set

0 comments on commit fd687f4

Please sign in to comment.