aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexey Brodkin <Alexey.Brodkin@synopsys.com>2016-04-26 12:29:33 -0400
committerVineet Gupta <vgupta@synopsys.com>2016-04-27 07:36:55 -0400
commit32ed9a0e0ddcf58ef343bcb6ae44ee60d1ee31ce (patch)
treef80c6429e922a7567961d4a2bbe1af599dae28d0
parentda67e68c0e4601e87612918496fd8c7d72795e50 (diff)
ARC: support generic per-device coherent dma mem
Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com> Cc: linux-kernel@vger.kernel.org Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
-rw-r--r--arch/arc/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arc/Kconfig b/arch/arc/Kconfig
index 12d0284a46e5..28d47f8eb934 100644
--- a/arch/arc/Kconfig
+++ b/arch/arc/Kconfig
@@ -37,6 +37,7 @@ config ARC
37 select OF_EARLY_FLATTREE 37 select OF_EARLY_FLATTREE
38 select PERF_USE_VMALLOC 38 select PERF_USE_VMALLOC
39 select HAVE_DEBUG_STACKOVERFLOW 39 select HAVE_DEBUG_STACKOVERFLOW
40 select HAVE_GENERIC_DMA_COHERENT
40 41
41config MIGHT_HAVE_PCI 42config MIGHT_HAVE_PCI
42 bool 43 bool