From: Michal Simek Date: Thu, 17 Jan 2019 08:22:37 +0000 (+0100) Subject: arm64: versal: Enable different ethernet phy for virt platform X-Git-Url: http://git.dujemihanovic.xyz/img/sics.gif?a=commitdiff_plain;h=5541d6d0546ff6dd3c16465ab2c0b39bb5fe3aef;p=u-boot.git arm64: versal: Enable different ethernet phy for virt platform This platform is going to become generic that's why it is necessary also enable different PHY vendors. Signed-off-by: Michal Simek --- diff --git a/configs/xilinx_versal_virt_defconfig b/configs/xilinx_versal_virt_defconfig index 2b226c4004..b0b36a084f 100644 --- a/configs/xilinx_versal_virt_defconfig +++ b/configs/xilinx_versal_virt_defconfig @@ -56,6 +56,11 @@ CONFIG_SPI_FLASH_STMICRO=y CONFIG_SPI_FLASH_SST=y CONFIG_SPI_FLASH_WINBOND=y # CONFIG_SPI_FLASH_USE_4K_SECTORS is not set +CONFIG_PHY_MARVELL=y +CONFIG_PHY_NATSEMI=y +CONFIG_PHY_REALTEK=y +CONFIG_PHY_TI=y +CONFIG_PHY_VITESSE=y CONFIG_PHY_FIXED=y CONFIG_PHY_GIGE=y CONFIG_MII=y