commit | e6475eb010fae28a2550faf9f2f12dc13ab2931a | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Mon May 20 09:29:45 2019 +0200 |
committer | Joerg Roedel <jroedel@suse.de> | Mon May 27 17:31:12 2019 +0200 |
tree | 58b469d9740ea17fc3bbbd6eaa2c737aa8425678 | |
parent | efd9f10b70689fdeacadc95b6e0ea6dc311fa64f [diff] |
iommu/dma: Don't depend on CONFIG_DMA_DIRECT_REMAP For entirely dma coherent architectures there is no requirement to ever remap dma coherent allocation. Move all the remap and pool code under IS_ENABLED() checks and drop the Kconfig dependency. Signed-off-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Robin Murphy <robin.murphy@arm.com> Signed-off-by: Joerg Roedel <jroedel@suse.de>