From 61d50c2e4965c52fe8be071f33437a7e2c99c31b Mon Sep 17 00:00:00 2001 From: Aleksander Jan Bajkowski Date: Sat, 18 Oct 2025 11:23:02 +0200 Subject: [PATCH] airoha: disable RTL8261N PHY driver RTL8261N is not used by any device in this target. If necessary, newly added devices should add the kmod-phy-rtl8261n package. Signed-off-by: Aleksander Jan Bajkowski Link: https://github.com/openwrt/openwrt/pull/20444 Signed-off-by: Hauke Mehrtens --- target/linux/airoha/an7581/config-6.12 | 1 - target/linux/airoha/an7583/config-6.12 | 1 - 2 files changed, 2 deletions(-) diff --git a/target/linux/airoha/an7581/config-6.12 b/target/linux/airoha/an7581/config-6.12 index 0755df75c0..77bd649276 100644 --- a/target/linux/airoha/an7581/config-6.12 +++ b/target/linux/airoha/an7581/config-6.12 @@ -345,7 +345,6 @@ CONFIG_RESET_CONTROLLER=y CONFIG_RFS_ACCEL=y CONFIG_RODATA_FULL_DEFAULT_ENABLED=y CONFIG_RPS=y -CONFIG_RTL8261N_PHY=y CONFIG_RWSEM_SPIN_ON_OWNER=y CONFIG_SERIAL_8250_AIROHA=y CONFIG_SERIAL_8250_EXTENDED=y diff --git a/target/linux/airoha/an7583/config-6.12 b/target/linux/airoha/an7583/config-6.12 index b95bfa67c6..8c9a5f436e 100644 --- a/target/linux/airoha/an7583/config-6.12 +++ b/target/linux/airoha/an7583/config-6.12 @@ -336,7 +336,6 @@ CONFIG_RESET_CONTROLLER=y CONFIG_RFS_ACCEL=y CONFIG_RODATA_FULL_DEFAULT_ENABLED=y CONFIG_RPS=y -CONFIG_RTL8261N_PHY=y CONFIG_RWSEM_SPIN_ON_OWNER=y CONFIG_SERIAL_8250_AIROHA=y CONFIG_SERIAL_8250_EXTENDED=y -- 2.30.2