diff mbox series

[1/1] arm64: configs: build in REALTEK PHY

Message ID 1588154123-13592-1-git-send-email-fugang.duan@nxp.com (mailing list archive)
State New, archived
Headers show
Series [1/1] arm64: configs: build in REALTEK PHY | expand

Commit Message

Andy Duan April 29, 2020, 9:55 a.m. UTC
From: Fugang Duan <fugang.duan@nxp.com>

Build in REALTEK ethernet PHY by setting CONFIG_REALTEK_PHY
to 'y' due to i.MX8MP EVK board install two RTL8211FDI PHYs
on board, which is useful for LAVA daily test with NFS boot.

Signed-off-by: Fugang Duan <fugang.duan@nxp.com>
---
 arch/arm64/configs/defconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index 37e512c135ba..256892149049 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -322,7 +322,7 @@  CONFIG_MESON_GXL_PHY=m
 CONFIG_MICREL_PHY=y
 CONFIG_MICROSEMI_PHY=y
 CONFIG_AT803X_PHY=y
-CONFIG_REALTEK_PHY=m
+CONFIG_REALTEK_PHY=y
 CONFIG_ROCKCHIP_PHY=y
 CONFIG_VITESSE_PHY=y
 CONFIG_USB_PEGASUS=m