From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752561AbcDZQaV (ORCPT ); Tue, 26 Apr 2016 12:30:21 -0400 Received: from us01smtprelay-2.synopsys.com ([198.182.60.111]:48016 "EHLO smtprelay.synopsys.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752440AbcDZQ3u (ORCPT ); Tue, 26 Apr 2016 12:29:50 -0400 From: Alexey Brodkin To: linux-snps-arc@lists.infradead.org Cc: Alexey Brodkin , linux-kernel@vger.kernel.org Subject: [PATCH 1/2] ARC: support generic per-device coherent dma mem Date: Tue, 26 Apr 2016 19:29:33 +0300 Message-Id: <1461688174-8936-2-git-send-email-abrodkin@synopsys.com> X-Mailer: git-send-email 2.5.5 In-Reply-To: <1461688174-8936-1-git-send-email-abrodkin@synopsys.com> References: <1461688174-8936-1-git-send-email-abrodkin@synopsys.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Signed-off-by: Alexey Brodkin Cc: linux-kernel@vger.kernel.org --- arch/arc/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arc/Kconfig b/arch/arc/Kconfig index 208aae0..61d69e6 100644 --- a/arch/arc/Kconfig +++ b/arch/arc/Kconfig @@ -37,6 +37,7 @@ config ARC select OF_EARLY_FLATTREE select PERF_USE_VMALLOC select HAVE_DEBUG_STACKOVERFLOW + select HAVE_GENERIC_DMA_COHERENT config MIGHT_HAVE_PCI bool -- 2.5.5