diff options
author | Bjørn Mork <bjorn@mork.no> | 2021-03-13 17:45:53 +0100 |
---|---|---|
committer | Petr Štetiar <ynezz@true.cz> | 2021-03-17 10:01:21 +0100 |
commit | 07bf5aaa4c12d6e7eb797b3871a7586f90a46e67 (patch) | |
tree | 431e0059c8cbc6f8207e741a112de71afdcff4a0 | |
parent | 2a912fb63adc3fb3a1ee746589f6df4bb02e4296 (diff) | |
download | upstream-07bf5aaa4c12d6e7eb797b3871a7586f90a46e67.tar.gz upstream-07bf5aaa4c12d6e7eb797b3871a7586f90a46e67.tar.bz2 upstream-07bf5aaa4c12d6e7eb797b3871a7586f90a46e67.zip |
realtek: enabled Marvell and Realtek PHYs
The rtl83xx-phy driver is necessary for proper configuration of the
PHYs if U-Boot hasn't done that.
1000Base-T SFPs often contains a Marvell 88E1111 and will not work
without this driver. Include it by default to support copper SFPs.
Signed-off-by: Bjørn Mork <bjorn@mork.no>
-rw-r--r-- | target/linux/realtek/config-5.4 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/realtek/config-5.4 b/target/linux/realtek/config-5.4 index ed8c602337..51025d5d89 100644 --- a/target/linux/realtek/config-5.4 +++ b/target/linux/realtek/config-5.4 @@ -102,6 +102,7 @@ CONFIG_LEGACY_PTYS=y CONFIG_LEGACY_PTY_COUNT=256 CONFIG_LIBFDT=y CONFIG_LOCK_DEBUGGING_SUPPORT=y +CONFIG_MARVELL_PHY=y CONFIG_MDIO_BUS=y CONFIG_MDIO_DEVICE=y CONFIG_MDIO_I2C=y @@ -160,6 +161,7 @@ CONFIG_PINCTRL=y CONFIG_POWER_RESET=y CONFIG_POWER_RESET_SYSCON=y CONFIG_PSB6970_PHY=y +CONFIG_REALTEK_PHY=y CONFIG_REGMAP=y CONFIG_REGMAP_MMIO=y CONFIG_RESET_CONTROLLER=y |