[PATCH v2 2/2] arm64: defconfig: Enable DP83TG720 PHY driver
From: Meghana Malladi
Date: Sat Feb 28 2026 - 06:33:39 EST
Enable DP83TG720 PHY driver as a module to support TI's DP83TG720
1000BASE-T1 Automotive Ethernet PHY. This is required for the
DP83TG720-IND-SPE-EVM daughter card used with AM642 EVM ICSSG0
interface.
Signed-off-by: Meghana Malladi <m-malladi@xxxxxx>
---
v1: https://lore.kernel.org/all/20260226185448.2167189-1-m-malladi@xxxxxx/
v2-v1:
- Post this patch along with corresponding DTS patch as suggested by
Krzysztof Kozlowski <krzk@xxxxxxxxxx>
arch/arm64/configs/defconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index b67d5b1fc45b..3b88df2ca5e1 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -420,6 +420,7 @@ CONFIG_REALTEK_PHY=y
CONFIG_ROCKCHIP_PHY=y
CONFIG_DP83867_PHY=y
CONFIG_DP83869_PHY=m
+CONFIG_DP83TG720_PHY=m
CONFIG_DP83TD510_PHY=y
CONFIG_VITESSE_PHY=y
CONFIG_XILINX_GMII2RGMII=m
--
2.43.0