Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

2018.2 Petalinux AXIDMA Config options #94

Closed
pmccumber opened this issue Apr 3, 2019 · 6 comments
Closed

2018.2 Petalinux AXIDMA Config options #94

pmccumber opened this issue Apr 3, 2019 · 6 comments

Comments

@pmccumber
Copy link

The notes suggest enabling these:

CONFIG_XILINX_AXIDMA=y
CONFIG_XILINX_AXIVDMA=y

I did not see these in the config file. What do these options do in the kernel? I intend to simply add them.

@pmccumber
Copy link
Author

If these options are gone in 2018.2, how does that affect this driver?

@xmentos
Copy link

xmentos commented Apr 5, 2019

You could use petalinux-config -c kernel to activate these

@pmccumber
Copy link
Author

Yes. That's what I did. Those options still are not present in the version we are using (2018.2). There are analogous ones but was curious how it might affect the driver.

@tpeshkin
Copy link

tpeshkin commented Apr 8, 2019

Seems these config options are obsolete, to allow DMA transfers enable following option:

menuconfig XILINX_DMA_ENGINES
bool "Xilinx DMA Engines"
help
Enable support for the Xilinx DMA controllers. It supports three DMA
engines: Axi Central DMA (memory to memory transfer), Axi DMA (memory and
device transfer), and Axi VDMA (memory and video device transfer).

@honorpeter
Copy link

menuconfig XILINX_DMA_ENGINES
@tpeshkin But how to do and in where place ?

@tpeshkin
Copy link

tpeshkin commented Jun 18, 2019

petalinux-config -c kernel
Device Drivers ---> [ * ] DMA Engine support ---> [ * ] Xilinx DMA Engines

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants