diff options
author | Christoph Hellwig <hch@lst.de> | 2017-12-24 15:34:13 +0300 |
---|---|---|
committer | Christoph Hellwig <hch@lst.de> | 2018-01-15 11:35:59 +0300 |
commit | 1c33b6b765e63d5cadd621049759244fb25e8fd4 (patch) | |
tree | 620dc7aeb8e0589331484ec17a9f71ce86314728 /arch/mips/netlogic/Kconfig | |
parent | b2b206957ae7988e7d77a92f89453f5b93e5ddd0 (diff) | |
download | linux-1c33b6b765e63d5cadd621049759244fb25e8fd4.tar.xz |
mips/netlogic: remove swiotlb support
nlm_swiotlb_dma_ops is unused code, so the whole swiotlb support is dead.
If it gets resurrected at some point it should use the generic
swiotlb_dma_ops instead.
Signed-off-by: Christoph Hellwig <hch@lst.de>
Acked-by: Christian König <christian.koenig@amd.com>
Diffstat (limited to 'arch/mips/netlogic/Kconfig')
-rw-r--r-- | arch/mips/netlogic/Kconfig | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/mips/netlogic/Kconfig b/arch/mips/netlogic/Kconfig index 8296b13affd2..7fcfc7fe9f14 100644 --- a/arch/mips/netlogic/Kconfig +++ b/arch/mips/netlogic/Kconfig @@ -89,9 +89,4 @@ config IOMMU_HELPER config NEED_SG_DMA_LENGTH bool -config SWIOTLB - def_bool y - select NEED_SG_DMA_LENGTH - select IOMMU_HELPER - endif |