diff options
author | Ashok Reddy Soma <ashok.reddy.soma@xilinx.com> | 2020-08-13 03:42:56 -0600 |
---|---|---|
committer | Michal Simek <michal.simek@xilinx.com> | 2020-09-23 10:31:40 +0200 |
commit | 2783e02da846e54387a022043f5880684dfd5e5e (patch) | |
tree | a37fe70369e384a1d8dce6836edfad4929334ee7 /configs/xilinx_versal_virt_defconfig | |
parent | 315a3c337749a45daf900ec8fca642a861521e7d (diff) | |
download | u-boot-2783e02da846e54387a022043f5880684dfd5e5e.tar.gz |
xilinx: versal: Enable AXI ethernet driver
Enable AXI ethernet driver for Versal platforms.
Signed-off-by: Ashok Reddy Soma <ashok.reddy.soma@xilinx.com>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to 'configs/xilinx_versal_virt_defconfig')
-rw-r--r-- | configs/xilinx_versal_virt_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/xilinx_versal_virt_defconfig b/configs/xilinx_versal_virt_defconfig index c84bf2ead6..b764cf24d9 100644 --- a/configs/xilinx_versal_virt_defconfig +++ b/configs/xilinx_versal_virt_defconfig @@ -75,7 +75,7 @@ CONFIG_PHY_TI_DP83867=y CONFIG_PHY_VITESSE=y CONFIG_PHY_FIXED=y CONFIG_PHY_GIGE=y -CONFIG_MII=y +CONFIG_XILINX_AXIEMAC=y CONFIG_ZYNQ_GEM=y CONFIG_ARM_DCC=y CONFIG_PL01X_SERIAL=y |