mips,unicore32: swiotlb doesn't need sg->dma_length

Only mips and unicore32 select CONFIG_NEED_SG_DMA_LENGTH when building
swiotlb.  swiotlb itself never merges segements and doesn't accesses the
dma_length field directly, so drop the dependency.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Acked-by: James Hogan <jhogan@kernel.org>
This commit is contained in:
Christoph Hellwig
2018-04-24 08:58:47 +02:00
parent f21254cdd1
commit 8d9b409b1a
3 changed files with 0 additions and 3 deletions

View File

@@ -43,4 +43,3 @@ config CPU_TLB_SINGLE_ENTRY_DISABLE
config SWIOTLB
def_bool y
select DMA_DIRECT_OPS
select NEED_SG_DMA_LENGTH