From 865b0135ba4c35db30bb6486277337fa0f72a750 Mon Sep 17 00:00:00 2001 From: Mitchell Ma Date: Mon, 21 Oct 2024 16:41:11 +0800 Subject: [PATCH] feat: enable r8169 driver in rk2312 Signed-off-by: Mitchell Ma --- linux/rk2312/kconfig.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/linux/rk2312/kconfig.conf b/linux/rk2312/kconfig.conf index 5e09be3f..57e0855d 100644 --- a/linux/rk2312/kconfig.conf +++ b/linux/rk2312/kconfig.conf @@ -24,5 +24,5 @@ CONFIG_SND_SOC_ROCKCHIP_I2S_TDM=y # CONFIG_CANFD_ROCKCHIP is not set # CONFIG_CAN_ROCKCHIP is not set -# Disable r8169 -# CONFIG_R8169 is not set +# Enable r8169 driver, which supports RTL8125 +CONFIG_R8169=m