From: Aleksander Jan Bajkowski Date: Sat, 18 Oct 2025 09:23:02 +0000 (+0200) Subject: airoha: disable RTL8261N PHY driver X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=61d50c2e4965c52fe8be071f33437a7e2c99c31b;p=openwrt%2Fstaging%2Fblocktrron.git 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 --- 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