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:Tarun Karuturi <tkaruturi@meta.com> Signed-off-by:
Chris Friedt <cfriedt@meta.com>
Loading
Please sign in to comment