diff options
author | Peng Fan <peng.fan@nxp.com> | 2019-11-04 07:19:30 +0100 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2019-11-04 08:25:55 +0100 |
commit | c7cb7c96f312f6afb3ed07f596b9b80d8a2c6441 (patch) | |
tree | 9c002fd109903cc0bff29940b1aa85d29cf8498f /arch | |
parent | ARM: imx_v6_v7_defconfig: Enable CONFIG_TOUCHSCREEN_DA9052 (diff) | |
download | linux-c7cb7c96f312f6afb3ed07f596b9b80d8a2c6441.tar.xz linux-c7cb7c96f312f6afb3ed07f596b9b80d8a2c6441.zip |
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 <peng.fan@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch')
-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 b65bcb7567b6..ecd5952931c1 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 |