-
Notifications
You must be signed in to change notification settings - Fork 232
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
Comments
If these options are gone in 2018.2, how does that affect this driver? |
You could use |
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. |
Seems these config options are obsolete, to allow DMA transfers enable following option:
|
|
petalinux-config -c kernel |
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.
The text was updated successfully, but these errors were encountered: