diff options
author | Paul Barker | 2021-07-12 21:14:11 +0100 |
---|---|---|
committer | Lokesh Vutla | 2021-07-27 10:56:09 +0530 |
commit | e8ad4cb01c3f60f54920e1c894030914e9d0730b (patch) | |
tree | aee7cd1c76b87222d38976d5c306447c8445306f /configs/am335x_evm_defconfig | |
parent | 124b3030f57106400fde65761066caa6941883f0 (diff) |
configs: am335x_evm: Support GbE PHYs
The SanCloud BeagleBone Enhanced (BBE) includes a Gigabit Ethernet PHY.
Signed-off-by: Paul Barker <paul.barker@sancloud.com>
Diffstat (limited to 'configs/am335x_evm_defconfig')
-rw-r--r-- | configs/am335x_evm_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/am335x_evm_defconfig b/configs/am335x_evm_defconfig index 85a4206acac..0315fa62fa9 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 |