[PATCH 1/2] arm64: configs: Select REALTEK_PHY as built-in
Joakim Zhang
qiangqing.zhang at nxp.com
Thu Mar 18 12:14:13 GMT 2021
For these two patches:
Tested-by: Joakim Zhang <qiangqing.zhang at nxp.com>
Best Regards,
Joakim Zhang
> -----Original Message-----
> From: Fabio Estevam <festevam at gmail.com>
> Sent: 2021年3月18日 19:13
> To: shawnguo at kernel.org
> Cc: linux-arm-kernel at lists.infradead.org; Joakim Zhang
> <qiangqing.zhang at nxp.com>; Fabio Estevam <festevam at gmail.com>
> Subject: [PATCH 1/2] arm64: configs: Select REALTEK_PHY as built-in
>
> On the i.MX8MP EVK board there is a RTL8211 EThernet PHY and a typical use
> case is to boot via NFS. In this case the Ethernet PHY driver needs to be built-in,
> so select the driver as built-in by default.
>
> Reported-by: Joakim Zhang <qiangqing.zhang at nxp.com>
> Signed-off-by: Fabio Estevam <festevam at gmail.com>
> ---
> arch/arm64/configs/defconfig | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index
> 8080978c27ca..40c14c5fac51 100644
> --- a/arch/arm64/configs/defconfig
> +++ b/arch/arm64/configs/defconfig
> @@ -359,7 +359,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
> --
> 2.25.1
More information about the linux-arm-kernel
mailing list