From: Paul Barker Date: Mon, 12 Jul 2021 20:14:11 +0000 (+0100) Subject: configs: am335x_evm: Support GbE PHYs X-Git-Url: http://git.dujemihanovic.xyz/?a=commitdiff_plain;h=e8ad4cb01c3f60f54920e1c894030914e9d0730b;p=u-boot.git configs: am335x_evm: Support GbE PHYs The SanCloud BeagleBone Enhanced (BBE) includes a Gigabit Ethernet PHY. Signed-off-by: Paul Barker --- diff --git a/configs/am335x_evm_defconfig b/configs/am335x_evm_defconfig index 85a4206aca..0315fa62fa 100644 --- a/configs/am335x_evm_defconfig +++ b/configs/am335x_evm_defconfig @@ -67,6 +67,7 @@ CONFIG_SPI_FLASH_WINBOND=y CONFIG_PHY_ATHEROS=y CONFIG_PHY_SMSC=y CONFIG_DM_ETH=y +CONFIG_PHY_GIGE=y CONFIG_MII=y CONFIG_DRIVER_TI_CPSW=y CONFIG_SPI=y