diff options
author | Vipul Kumar <vipul.kumar@xilinx.com> | 2018-01-24 10:51:30 +0530 |
---|---|---|
committer | Michal Simek <michal.simek@xilinx.com> | 2018-01-30 14:29:48 +0100 |
commit | 77217c4b5f056b1f64842f6484c9bcea3512eaec (patch) | |
tree | bc3765054621f53f7aacdf8b2c0f6cea6a8e6eca /configs/zynq_zc770_xm010_defconfig | |
parent | c239f49f8afc04df41905c44168a574233a8c10c (diff) | |
download | u-boot-77217c4b5f056b1f64842f6484c9bcea3512eaec.tar.gz |
arm: zynq: Moved ethernet PHY configs of Zynq boards to defconfig
This patch moved ethernet PHY configs of Zynq boards
to respective defconfig.
Signed-off-by: Vipul Kumar <vipulk@xilinx.com>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to 'configs/zynq_zc770_xm010_defconfig')
-rw-r--r-- | configs/zynq_zc770_xm010_defconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configs/zynq_zc770_xm010_defconfig b/configs/zynq_zc770_xm010_defconfig index 0503715768..125f97d004 100644 --- a/configs/zynq_zc770_xm010_defconfig +++ b/configs/zynq_zc770_xm010_defconfig @@ -41,6 +41,9 @@ CONFIG_SPI_FLASH_SPANSION=y CONFIG_SPI_FLASH_STMICRO=y CONFIG_SPI_FLASH_SST=y CONFIG_SPI_FLASH_WINBOND=y +CONFIG_PHY_MARVELL=y +CONFIG_PHY_REALTEK=y +CONFIG_PHY_XILINX=y CONFIG_ZYNQ_GEM=y CONFIG_DEBUG_UART_ZYNQ=y CONFIG_DEBUG_UART_BASE=0xe0001000 |