Add Xilinx DMA module

This commit is contained in:
Rodrigo Arias 2024-09-05 10:06:41 +02:00
parent bc94e6355f
commit 67d57cdd03

View File

@ -145,6 +145,8 @@
# Avoid zstd as we don't have the tools in "cucu" machine
compressor = "gzip";
kernelModules = [
# DMA for Ethernet
"xilinx_dma"
# Load the Ethernet module by default
"xxvnet_carv"
];