diff options
author | Christoph Hellwig <hch@lst.de> | 2017-12-24 15:14:03 +0100 |
---|---|---|
committer | Christoph Hellwig <hch@lst.de> | 2018-01-15 09:35:58 +0100 |
commit | b2b206957ae7988e7d77a92f89453f5b93e5ddd0 (patch) | |
tree | 3a45b529d5770c71fc15571975ba693ce8cdea85 /arch/tile/Kconfig | |
parent | d3ce48eafc643efcac1db9d4ec1f3479e0b41065 (diff) |
tile: use generic swiotlb_ops
These are identical to the tile ops, and would also support CMA
if enabled on tile.
Signed-off-by: Christoph Hellwig <hch@lst.de>
Acked-by: Christian König <christian.koenig@amd.com>
Diffstat (limited to 'arch/tile/Kconfig')
-rw-r--r-- | arch/tile/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/tile/Kconfig b/arch/tile/Kconfig index 30c586686f29..ef9d403cbbe4 100644 --- a/arch/tile/Kconfig +++ b/arch/tile/Kconfig @@ -261,6 +261,7 @@ config NEED_SG_DMA_LENGTH config SWIOTLB bool default TILEGX + select DMA_DIRECT_OPS select IOMMU_HELPER select NEED_SG_DMA_LENGTH select ARCH_HAS_DMA_SET_COHERENT_MASK |