summaryrefslogtreecommitdiffstats
path: root/arch/mips/Kconfig
diff options
context:
space:
mode:
authorChristoph Hellwig2018-06-15 13:08:53 +0200
committerPaul Burton2018-06-24 18:27:27 +0200
commit28f512d9cb48ec09288e4cc4475d022d1745b7bf (patch)
treee705cee364443cae9eef83a46dfdf5739f664da8 /arch/mips/Kconfig
parentMIPS: bmips: use generic dma noncoherent ops (diff)
downloadkernel-qcow2-linux-28f512d9cb48ec09288e4cc4475d022d1745b7bf.tar.gz
kernel-qcow2-linux-28f512d9cb48ec09288e4cc4475d022d1745b7bf.tar.xz
kernel-qcow2-linux-28f512d9cb48ec09288e4cc4475d022d1745b7bf.zip
MIPS: remove the old dma-default implementation
Now unused. Signed-off-by: Christoph Hellwig <hch@lst.de> Patchwork: https://patchwork.linux-mips.org/patch/19551/ Signed-off-by: Paul Burton <paul.burton@mips.com> Cc: Florian Fainelli <f.fainelli@gmail.com> Cc: David Daney <david.daney@cavium.com> Cc: Kevin Cernekee <cernekee@gmail.com> Cc: Jiaxun Yang <jiaxun.yang@flygoat.com> Cc: Tom Bogendoerfer <tsbogend@alpha.franken.de> Cc: Huacai Chen <chenhc@lemote.com> Cc: iommu@lists.linux-foundation.org Cc: linux-mips@linux-mips.org
Diffstat (limited to 'arch/mips/Kconfig')
-rw-r--r--arch/mips/Kconfig5
1 files changed, 1 insertions, 4 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig
index 16542e0d18c7..33375dd234eb 100644
--- a/arch/mips/Kconfig
+++ b/arch/mips/Kconfig
@@ -78,9 +78,6 @@ config MIPS
select SYSCTL_EXCEPTION_TRACE
select VIRT_TO_BUS
-config MIPS_DMA_DEFAULT
- bool
-
menu "Machine selection"
choice
@@ -1119,7 +1116,7 @@ config DMA_NONCOHERENT
select NEED_DMA_MAP_STATE
select DMA_NONCOHERENT_MMAP
select DMA_NONCOHERENT_CACHE_SYNC
- select DMA_NONCOHERENT_OPS if !MIPS_DMA_DEFAULT
+ select DMA_NONCOHERENT_OPS
config SYS_HAS_EARLY_PRINTK
bool