summaryrefslogtreecommitdiff
path: root/arch/mips/netlogic/Kconfig
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2017-12-24 13:34:13 +0100
committerChristoph Hellwig <hch@lst.de>2018-01-15 09:35:59 +0100
commit1c33b6b765e63d5cadd621049759244fb25e8fd4 (patch)
tree620dc7aeb8e0589331484ec17a9f71ce86314728 /arch/mips/netlogic/Kconfig
parentb2b206957ae7988e7d77a92f89453f5b93e5ddd0 (diff)
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/Kconfig5
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