mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-01-31 04:13:09 +01:00
realtek: rtl931x: Enable REALTEK_PHY for RTL8224 support
The Plasma Cloud PSX28 and ESX28 are using RTL8224 as ethernet PHY. This phy works perfectly fine on PSX8/PSX10 (RTL930x) but failed to establish a link on rtl931x because the upstream realtek phy driver was not enabled. Signed-off-by: Sven Eckelmann <se@simonwunderlich.de> Link: https://github.com/openwrt/openwrt/pull/20239 Signed-off-by: Robert Marko <robimarko@gmail.com>
This commit is contained in:
parent
1a79345b5d
commit
657b61be2e
1 changed files with 2 additions and 0 deletions
|
|
@ -212,6 +212,8 @@ CONFIG_RANDSTRUCT_NONE=y
|
|||
CONFIG_RATIONAL=y
|
||||
CONFIG_REALTEK_OTTO_TIMER=y
|
||||
CONFIG_REALTEK_OTTO_WDT=y
|
||||
CONFIG_REALTEK_PHY=y
|
||||
CONFIG_REALTEK_PHY_HWMON=y
|
||||
CONFIG_REALTEK_SOC_PHY=y
|
||||
CONFIG_REGMAP=y
|
||||
CONFIG_REGMAP_I2C=y
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue