diff options
author | Vipul Kumar | 2018-01-24 10:51:30 +0530 |
---|---|---|
committer | Michal Simek | 2018-01-30 14:29:48 +0100 |
commit | 77217c4b5f056b1f64842f6484c9bcea3512eaec (patch) | |
tree | bc3765054621f53f7aacdf8b2c0f6cea6a8e6eca /configs/zynq_zybo_defconfig | |
parent | c239f49f8afc04df41905c44168a574233a8c10c (diff) |
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_zybo_defconfig')
-rw-r--r-- | configs/zynq_zybo_defconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configs/zynq_zybo_defconfig b/configs/zynq_zybo_defconfig index ba5c50393fc..50b28d85183 100644 --- a/configs/zynq_zybo_defconfig +++ b/configs/zynq_zybo_defconfig @@ -44,6 +44,9 @@ CONFIG_MMC_SDHCI_ZYNQ=y CONFIG_SPI_FLASH=y CONFIG_SPI_FLASH_BAR=y CONFIG_SPI_FLASH_SPANSION=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 |