From 417b5651ea5cc574cf109ed0f3b012e4e4091572 Mon Sep 17 00:00:00 2001 From: Mitchell Ma Date: Mon, 21 Oct 2024 17:04:27 +0800 Subject: [PATCH] feat: enable r8169 driver in rk2312 Since the r8169 driver has already been enabled in common, to enable the r8169 driver in rk2312, delete these two configuration lines. Signed-off-by: Mitchell Ma --- linux/rk2312/kconfig.conf | 3 --- 1 file changed, 3 deletions(-) diff --git a/linux/rk2312/kconfig.conf b/linux/rk2312/kconfig.conf index 5e09be3f..05cf012a 100644 --- a/linux/rk2312/kconfig.conf +++ b/linux/rk2312/kconfig.conf @@ -23,6 +23,3 @@ CONFIG_SND_SOC_ROCKCHIP_I2S_TDM=y ## Rockchip no longer supports CAN on RK3588 & Linux 6.1 SDK # CONFIG_CANFD_ROCKCHIP is not set # CONFIG_CAN_ROCKCHIP is not set - -# Disable r8169 -# CONFIG_R8169 is not set