From: Peng Fan Date: Mon, 4 Nov 2019 06:19:30 +0000 (+0000) Subject: arm64: defconfig: Change CONFIG_AT803X_PHY from m to y X-Git-Tag: v5.5-rc1~38^2~3^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c7cb7c96f312f6afb3ed07f596b9b80d8a2c6441;p=thirdparty%2Fkernel%2Flinux.git arm64: defconfig: Change CONFIG_AT803X_PHY from m to y With phy-reset-gpios are enabled for i.MX8MM-EVK board, phy will be reset. Without CONFIG_AT803X_PHY as y, board will stop booting in NFS DHCP, because phy is not ready. So mark CONFIG_AT803X_PHY from m to y to make board boot when using nfs rootfs. Signed-off-by: Peng Fan Signed-off-by: Shawn Guo --- diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index b65bcb7567b68..ecd5952931c16 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -286,7 +286,7 @@ CONFIG_SNI_AVE=y CONFIG_SNI_NETSEC=y CONFIG_STMMAC_ETH=m CONFIG_MDIO_BUS_MUX_MMIOREG=y -CONFIG_AT803X_PHY=m +CONFIG_AT803X_PHY=y CONFIG_MARVELL_PHY=m CONFIG_MARVELL_10G_PHY=m CONFIG_MESON_GXL_PHY=m