From ef0aaf4440bb63b27cf12b2fd3f7e9ee12ab3968 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 --- 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 358c6daa69..f779a37ad0 100644 --- a/target/linux/rockchip/armv8/config-5.4 +++ b/target/linux/rockchip/armv8/config-5.4 @@ -369,6 +369,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