projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4244f2b
)
arm64: versal: Enable different ethernet phy for virt platform
author
Michal Simek
<michal.simek@xilinx.com>
Thu, 17 Jan 2019 08:22:37 +0000
(09:22 +0100)
committer
Michal Simek
<michal.simek@xilinx.com>
Thu, 14 Feb 2019 13:31:09 +0000
(14:31 +0100)
This platform is going to become generic that's why it is necessary also
enable different PHY vendors.
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
configs/xilinx_versal_virt_defconfig
patch
|
blob
|
history
diff --git
a/configs/xilinx_versal_virt_defconfig
b/configs/xilinx_versal_virt_defconfig
index 2b226c400421359670aeab65d30d933082ff0049..b0b36a084f7bd182f4f53d09e89bda4ab24d911c 100644
(file)
--- 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