From a438a805ebe3f1aa6f25e31ee2152c60e3223343 Mon Sep 17 00:00:00 2001 From: Daniel Golle Date: Fri, 10 Mar 2023 19:44:52 +0000 Subject: mediatek: add support for built-in GE PHYs of newer SoCs MT7981 and the upcoming MT7988 have built-in Gigabit Ethernet PHYs. While they share some design properties with the PHYs present in MT753x, they do need calibration data from the SoC's efuse. Add driver to support them. Upstreaming it is planned, but there are still some ongoing discussions with MediaTek. Signed-off-by: Daniel Golle --- target/linux/mediatek/mt7623/config-5.15 | 1 + 1 file changed, 1 insertion(+) (limited to 'target/linux/mediatek/mt7623') diff --git a/target/linux/mediatek/mt7623/config-5.15 b/target/linux/mediatek/mt7623/config-5.15 index 26d037ff00..fa99dd50bb 100644 --- a/target/linux/mediatek/mt7623/config-5.15 +++ b/target/linux/mediatek/mt7623/config-5.15 @@ -321,6 +321,7 @@ CONFIG_MDIO_DEVICE=y CONFIG_MDIO_DEVRES=y CONFIG_MDIO_GPIO=y CONFIG_MEDIATEK_GE_PHY=y +# CONFIG_MEDIATEK_GE_PHY_SOC is not set CONFIG_MEDIATEK_MT6577_AUXADC=y CONFIG_MEDIATEK_WATCHDOG=y CONFIG_MEMFD_CREATE=y -- cgit v1.2.3