Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934024AbcDLSfm (ORCPT ); Tue, 12 Apr 2016 14:35:42 -0400 Received: from pmta2.delivery5.ore.mailhop.org ([54.186.218.12]:48271 "EHLO pmta2.delivery5.ore.mailhop.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933322AbcDLSfl (ORCPT ); Tue, 12 Apr 2016 14:35:41 -0400 X-MHO-User: 6320202d-00dd-11e6-999f-1bb1acbc0c26 X-Report-Abuse-To: https://support.duocircle.com/support/solutions/articles/5000540958-duocircle-standard-smtp-abuse-information X-Originating-IP: 108.39.34.67 X-Mail-Handler: DuoCircle Outbound SMTP X-DKIM: OpenDKIM Filter v2.6.8 io 88C36801EB Date: Tue, 12 Apr 2016 18:35:36 +0000 From: Jason Cooper To: Gregory CLEMENT Cc: Vinod Koul , dmaengine@vger.kernel.org, Andrew Lunn , Sebastian Hesselbarth , Rob Herring , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Nadav Haklai , Lior Amsalem , Thomas Petazzoni , Romain Perier , Omri Itach , Marcin Wojtas Subject: Re: [PATCH v2 4/5] dmaengine: mv_xor: Allow selecting mv_xor for mvebu only compatible SoC Message-ID: <20160412183536.GJ27057@io.lakedaemon.net> References: <1460485158-32122-1-git-send-email-gregory.clement@free-electrons.com> <1460485158-32122-5-git-send-email-gregory.clement@free-electrons.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1460485158-32122-5-git-send-email-gregory.clement@free-electrons.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 836 Lines: 27 On Tue, Apr 12, 2016 at 08:19:17PM +0200, Gregory CLEMENT wrote: > Armada 3700 SoC uses the mv_xor driver but don't select anymore the > PLAT_ORION symbol. This commit extends the dependency of the mv_xor > driver to the more modern SoCs only compatible with ARCH_MVEBU, which > allows using it with the Armada 3700 SoC. > > Signed-off-by: Gregory CLEMENT > --- > drivers/dma/Kconfig | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/dma/Kconfig b/drivers/dma/Kconfig > index d96d87c56f2e..cdc50c2c172f 100644 > --- a/drivers/dma/Kconfig > +++ b/drivers/dma/Kconfig > @@ -332,7 +332,7 @@ config MPC512X_DMA > > config MV_XOR > bool "Marvell XOR engine support" > - depends on PLAT_ORION > + depends on PLAT_ORION || ARCH_MVEBU || COMPILE_TEST ? thx, Jason.