Skip to content
Commit 9d95f69a authored by Tarun Karuturi's avatar Tarun Karuturi Committed by Christopher Friedt
Browse files

drivers: pcie_ep: iproc: enable based on device tree specs



There are use cases for the pcie_ep driver where we don't
necessarily need the dma functionality. Added ifdef's around
the dma functionality so that it's only available if we
specify the dma engines in the device tree similar to

```
dmas = <&pl330 0>, <&pl330 1>;
dma-names = "txdma", "rxdma";
```

Signed-off-by: default avatarTarun Karuturi <tkaruturi@meta.com>
Signed-off-by: default avatarChris Friedt <cfriedt@meta.com>
parent e745439c
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment