From 7ba45de8275845bd1d85d0d9ff9d4662610ce844 Mon Sep 17 00:00:00 2001 From: Shiji Yang Date: Fri, 20 Mar 2026 19:05:33 +0800 Subject: [PATCH] ramips: mt76x8: disable ICPlus PHY driver The initial mt76x8 kernel config file was inherited from mt7620 sub-target. However, This SoC series doesn't support any external PHY. We can disable CONFIG_ICPLUS_PHY symbol to reduce kernel size. Signed-off-by: Shiji Yang Link: https://github.com/openwrt/openwrt/pull/22519 Signed-off-by: Robert Marko --- target/linux/ramips/mt76x8/config-6.12 | 1 - 1 file changed, 1 deletion(-) diff --git a/target/linux/ramips/mt76x8/config-6.12 b/target/linux/ramips/mt76x8/config-6.12 index b3014c0065..e564e1accb 100644 --- a/target/linux/ramips/mt76x8/config-6.12 +++ b/target/linux/ramips/mt76x8/config-6.12 @@ -89,7 +89,6 @@ CONFIG_HAS_IOMEM=y CONFIG_HAS_IOPORT=y CONFIG_HAS_IOPORT_MAP=y CONFIG_HZ_PERIODIC=y -CONFIG_ICPLUS_PHY=y CONFIG_INITRAMFS_SOURCE="" CONFIG_IRQCHIP=y CONFIG_IRQ_DOMAIN=y