diff options
author | Alexey Brodkin <Alexey.Brodkin@synopsys.com> | 2016-04-26 12:29:33 -0400 |
---|---|---|
committer | Vineet Gupta <vgupta@synopsys.com> | 2016-04-27 07:36:55 -0400 |
commit | 32ed9a0e0ddcf58ef343bcb6ae44ee60d1ee31ce (patch) | |
tree | f80c6429e922a7567961d4a2bbe1af599dae28d0 | |
parent | da67e68c0e4601e87612918496fd8c7d72795e50 (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/Kconfig | 1 |
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 | ||
41 | config MIGHT_HAVE_PCI | 42 | config MIGHT_HAVE_PCI |
42 | bool | 43 | bool |