diff options
author | Fabio Estevam <festevam@gmail.com> | 2021-03-18 08:13:29 -0300 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2021-03-29 09:02:42 +0800 |
commit | 6937d8c71f69b680fd6ccc7b439581a9216d9899 (patch) | |
tree | de52ec31169585d8713def76bbc11dbb2be1bace /arch/arm64/configs/defconfig | |
parent | 742a658bad18b962cfce5a85acb5fdfe24be6c5c (diff) |
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@nxp.com>
Signed-off-by: Fabio Estevam <festevam@gmail.com>
Tested-by: Joakim Zhang <qiangqing.zhang@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm64/configs/defconfig')
-rw-r--r-- | arch/arm64/configs/defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index cb824cb1c803..df23fdd7c79c 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -360,7 +360,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 |