Commit 93c6beab authored by Federico Vaga's avatar Federico Vaga

WIP sw:drv: add DMA support

Signed-off-by: Federico Vaga's avatarFederico Vaga <federico.vaga@cern.ch>
parent d2ffcb3e
......@@ -69,6 +69,7 @@ enum spec_fpga_meta_cap_mask {
SPEC_META_CAP_THERM = BIT(1),
SPEC_META_CAP_SPI = BIT(2),
SPEC_META_CAP_WR = BIT(3),
SPEC_META_CAP_DMA = BIT(4),
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment