From ad793065711d92e26ab17327c2ccc3a9b0bae60b Mon Sep 17 00:00:00 2001 From: David Bauer Date: Sat, 3 Oct 2020 13:50:49 +0200 Subject: [PATCH] rockchip: enable Realtek PHY support The NanoPi R2S features a Realtek Gigabit Ethernet PHY. Enable the Realtek specific PHY driver to correctly configure internal delays. Signed-off-by: David Bauer Signed-off-by: maurerr --- target/linux/rockchip/armv8/config-5.4 | 1 + 1 file changed, 1 insertion(+) diff --git a/target/linux/rockchip/armv8/config-5.4 b/target/linux/rockchip/armv8/config-5.4 index 08dd7222635..794608d7e2b 100644 --- a/target/linux/rockchip/armv8/config-5.4 +++ b/target/linux/rockchip/armv8/config-5.4 @@ -367,6 +367,7 @@ CONFIG_RCU_CPU_STALL_TIMEOUT=21 # CONFIG_RCU_EXPERT is not set CONFIG_RCU_TRACE=y # CONFIG_READ_ONLY_THP_FOR_FS is not set +CONFIG_REALTEK_PHY=y CONFIG_REGMAP=y CONFIG_REGMAP_I2C=y CONFIG_REGMAP_IRQ=y