diff options
author | Tien Fong Chee <tien.fong.chee@intel.com> | 2025-02-18 16:35:08 +0800 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2025-02-25 10:54:03 -0600 |
commit | 48e687cfea420fbc5a9229fc77a65a65f3460412 (patch) | |
tree | ef7fbffeedab3fb6cee21197118ce96569d76a71 | |
parent | e0d10e5105df05e18d89953d4e644455c4f6b95a (diff) |
configs: socfpga: soc64: agilex5: Enable XGMAC
Enable XGMAC for SoCFPGA Agilex5 devkit.
Signed-off-by: Tien Fong Chee <tien.fong.chee@altera.com>
-rw-r--r-- | configs/socfpga_agilex5_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/socfpga_agilex5_defconfig b/configs/socfpga_agilex5_defconfig index 97b00a82129..2b71ccac025 100644 --- a/configs/socfpga_agilex5_defconfig +++ b/configs/socfpga_agilex5_defconfig @@ -97,3 +97,4 @@ CONFIG_BLOBLIST_SIZE=0x1000 CONFIG_BLOBLIST_ADDR=0x7e000 CONFIG_HANDOFF=y CONFIG_SPL_RECOVER_DATA_SECTION=y +CONFIG_DWC_ETH_XGMAC=y |